summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* add default system colour handlers to each frontendVincent Sanders2011-01-302-2/+286
| | | | svn path=/trunk/netsurf/; revision=11530
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-201-3/+3
| | | | svn path=/trunk/netsurf/; revision=11422
* Require Iconv 0.11John Mark Bell2011-01-041-2/+2
| | | | svn path=/trunk/netsurf/; revision=11204
* When fetching a local file of type data, examine the extension to determine ↵Michael Drake2010-12-271-3/+3
| | | | | | mime type. svn path=/trunk/netsurf/; revision=11123
* Remove unnecessary duplicate parameter.Steve Fryatt2010-12-193-5/+3
| | | | svn path=/trunk/netsurf/; revision=11103
* Track pointer on all treeview windows.Steve Fryatt2010-12-191-2/+6
| | | | svn path=/trunk/netsurf/; revision=11102
* Use dashed boxes for treeview drags.Steve Fryatt2010-12-194-20/+145
| | | | svn path=/trunk/netsurf/; revision=11095
* Give macro expansion less potential for ambiguity.Steve Fryatt2010-12-191-4/+4
| | | | svn path=/trunk/netsurf/; revision=11094
* Don\'t pass spurious drag event data to the core treeview.Steve Fryatt2010-12-171-13/+17
| | | | svn path=/trunk/netsurf/; revision=11090
* Apply simple weighted averaging to download rate calculations.Steve Fryatt2010-12-161-6/+19
| | | | svn path=/trunk/netsurf/; revision=11081
* Remove redundant code from drag browser_mouse_state setup.Michael Drake2010-12-161-9/+0
| | | | svn path=/trunk/netsurf/; revision=11080
* Document RISC OS front end's setup of browser_mouse_state.Michael Drake2010-12-161-12/+30
| | | | svn path=/trunk/netsurf/; revision=11079
* Don't require CTRL or ALT for treeview window to claim input focus on click.Michael Drake2010-12-161-3/+1
| | | | svn path=/trunk/netsurf/; revision=11078
* Pass adjust double clicks to the core too.Michael Drake2010-12-161-0/+3
| | | | svn path=/trunk/netsurf/; revision=11074
* Ensure mouse button press events are sent to the core for treeview type ↵Michael Drake2010-12-151-13/+19
| | | | | | windows. Keep track of both select and adjust drags, and inform the core which is being held during a drag. svn path=/trunk/netsurf/; revision=11066
* Give caret for alt and ctrl since both start an edit.Michael Drake2010-12-151-1/+3
| | | | svn path=/trunk/netsurf/; revision=11064
* Small refactor to change icon names to being passed in from frontends ↵Vincent Sanders2010-12-145-4/+12
| | | | | | instead of core treeview globals svn path=/trunk/netsurf/; revision=11053
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-7/+0
| | | | svn path=/trunk/netsurf/; revision=10980
* Remove excess indentation.Michael Drake2010-11-081-44/+44
| | | | svn path=/trunk/netsurf/; revision=10942
* Futher simplification of the makefileVincent Sanders2010-10-291-0/+37
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+61
| | | | | | Provide makefile fragment for each target, isolates the target makefile changes into one place simplifying the top level makefile svn path=/trunk/netsurf/; revision=10910
* Restore toolbar menus in RO treeview windows.Steve Fryatt2010-10-2412-92/+123
| | | | svn path=/trunk/netsurf/; revision=10908
* Re-enable toolbar editing and button selection in RO treeview windows.Steve Fryatt2010-10-2411-66/+122
| | | | svn path=/trunk/netsurf/; revision=10907
* Partially re-enable toolbar buttons in RO treeview windows.Steve Fryatt2010-10-249-39/+172
| | | | svn path=/trunk/netsurf/; revision=10906
* Assert is more appropriate; tidy up.Steve Fryatt2010-10-101-7/+2
| | | | svn path=/trunk/netsurf/; revision=10877
* Merge treeview-redux to trunkJohn Mark Bell2010-10-0526-3063/+2575
| | | | svn path=/trunk/netsurf/; revision=10865
* Fix riscos path_add_part, to cope with the fact that newpart is unix-formatJohn Mark Bell2010-09-131-3/+15
| | | | svn path=/trunk/netsurf/; revision=10767
* Fix indirected text size for theme author.James Bursa2010-09-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=10766
* missing declarationVincent Sanders2010-09-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=10757
* hell with it, heres a version which should result in fewer portability ↵Vincent Sanders2010-09-111-12/+21
| | | | | | complaints svn path=/trunk/netsurf/; revision=10756
* Enable sideways print option.Steve Fryatt2010-07-275-13/+45
| | | | svn path=/trunk/netsurf/; revision=10666
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow ↵Chris Young2010-07-241-0/+11
| | | | | | | | | | | dragging selections within NetSurf window to text fields (does not work across windows). todo: switching tabs will reset cut/copy/paste menus to initial state; cut option is putting something on the clipboard which causes a crash when pasting it back svn path=/trunk/netsurf/; revision=10660
* Force browser window redraw after printing to restore screen layout.Steve Fryatt2010-07-151-1/+3
| | | | svn path=/trunk/netsurf/; revision=10643
* Work around apparent register corruption after printing.Steve Fryatt2010-07-141-2/+9
| | | | svn path=/trunk/netsurf/; revision=10640
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=10624
* Check the last character for a path separator, rather than the NULL string ↵Chris Young2010-07-091-1/+1
| | | | | | termination. svn path=/trunk/netsurf/; revision=10622
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+19
| | | | | | easily adaptable to different platform path structures. svn path=/trunk/netsurf/; revision=10621
* + Refactor input handling from browser window code into contentMichael Drake2010-06-042-1/+4
| | | | | | | | | | | | | handlers. + Disentangle all box tree manipulation from browser window code and put it where it belongs. + Move other content specific and other irrelevant code from browser window handling to appropriate places. + Put mouse state enum in new mouse header, since it's not just used by browser window code, and it is used by treeview windows on the treeview branch. svn path=/trunk/netsurf/; revision=10561
* Lay out to correct paper width for printing.Steve Fryatt2010-05-021-3/+2
| | | | svn path=/trunk/netsurf/; revision=10542
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which ↵Daniel Silverstone2010-04-301-13/+2
| | | | | | *is* different, thereby eliminating the word 'myrealloc' from the NS codebase svn path=/trunk/netsurf/; revision=10530
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by ↵John Mark Bell2010-04-301-0/+5
| | | | | | | | the C standard (whereas realloc(NULL, size) --> malloc(size) is). Therefore, explicitly model the behaviour expected by our libraries (that realloc of 0 size is equivalent to free). svn path=/trunk/netsurf/; revision=10524
* The schedule_run function is only called by the frontends so remove it from ↵Vincent Sanders2010-04-281-0/+1
| | | | | | | | | the core header and add its definition to the frontend headers. Alter the framebuffer schedule_run to return the time untill the next event. svn path=/trunk/netsurf/; revision=10512
* Bump max memory cache size from 6.4MB to 64MB.Michael Drake2010-04-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=10506
* Squash warnings in RISC OS build.John Mark Bell2010-04-242-6/+9
| | | | | | Replace use of strnlen with strlen and max. svn path=/trunk/netsurf/; revision=10479
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-243-3/+0
| | | | | | strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474
* Fix bracket missmatch.Michael Drake2010-04-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=10421
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-161-19/+34
| | | | svn path=/trunk/netsurf/; revision=10419
* Fix RISC OS buildJohn Mark Bell2010-04-152-24/+47
| | | | svn path=/trunk/netsurf/; revision=10405
* Fix double free of titleJohn Mark Bell2010-04-123-3/+0
| | | | svn path=/trunk/netsurf/; revision=10386
* I don't understand the full_redraw flag, or the optimisation gained from not ↵John Mark Bell2010-04-111-40/+24
| | | | | | | | using it. No frontend other than RISC OS ever used it, so stop the RO frontend using it, too. svn path=/trunk/netsurf/; revision=10380