summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Squash warnings.John Mark Bell2009-03-271-6/+8
| | | | svn path=/trunk/netsurf/; revision=6917
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6916
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6915
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6914
* Use byte instead of unsigned char.John Mark Bell2009-03-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=6913
* Squash warningsJohn Mark Bell2009-03-271-4/+6
| | | | svn path=/trunk/netsurf/; revision=6912
* Squash warningsJohn Mark Bell2009-03-271-3/+4
| | | | svn path=/trunk/netsurf/; revision=6911
* Squash warnings.John Mark Bell2009-03-271-3/+4
| | | | svn path=/trunk/netsurf/; revision=6910
* Squash warningJohn Mark Bell2009-03-271-1/+2
| | | | svn path=/trunk/netsurf/; revision=6909
* Squash warningsJohn Mark Bell2009-03-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=6908
* Squash warnings. Tidy code. Make last_sprite_found static and locally scoped.John Mark Bell2009-03-271-4/+3
| | | | svn path=/trunk/netsurf/; revision=6907
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6906
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6905
* Squash warningJohn Mark Bell2009-03-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=6904
* Call bitmap_save() for native drag saves.Chris Young2009-03-261-1/+4
| | | | | | (still does nothing as bitmap_save isn't implemented yet) svn path=/trunk/netsurf/; revision=6903
* Add save_complete to drag saveChris Young2009-03-261-4/+24
| | | | svn path=/trunk/netsurf/; revision=6896
* Change pointer imagery when draggingChris Young2009-03-254-11/+23
| | | | | | Disable drag saving when not running on the Workbench screen svn path=/trunk/netsurf/; revision=6882
* Some sort of drag-save implementation.Chris Young2009-03-251-0/+74
| | | | | | | | | | | | | | | | | | | Limitations: NetSurf must be running on the Workbench screen Only drags to Workbench disk/drawer windows or icons are supported Text selection drags are always called netsurf_text_file Until workbench.library gets a proper function to handle dragging from applications, this is as good as it will get. Bugs: Pointer imagery needs to change to reflect the dragging, and prevent the usual pointer changes while the drag is in progress Functionality needs to be disabled if NetSurf isn't running on the Workbench screen (will currently act as if things are being dropped on the WB screen) Overwrites existing files without prompting svn path=/trunk/netsurf/; revision=6865
* Move gui_drag_save_selection() into the same file as gui_drag_save_object() ↵Chris Young2009-03-242-5/+6
| | | | | | | | as they will have common code when implemented. svn path=/trunk/netsurf/; revision=6859
* Update to new _available() functionsChris Young2009-03-241-20/+32
| | | | svn path=/trunk/netsurf/; revision=6858
* Fix framebufefr port callback schedulingVincent Sanders2009-03-241-9/+15
| | | | svn path=/trunk/netsurf/; revision=6838
* Make framebuffer front end use r6827 functions. Note: stop & reload ↵Michael Drake2009-03-231-6/+8
| | | | | | availability is still not assessed for framebuffer toolbar. svn path=/trunk/netsurf/; revision=6829
* Make RISC OS front end use r6827 functions.Michael Drake2009-03-231-13/+9
| | | | svn path=/trunk/netsurf/; revision=6828
* Add functions for checking if back/forward/stop/reload actions are currently ↵Michael Drake2009-03-232-5/+64
| | | | | | available for a given browser window. svn path=/trunk/netsurf/; revision=6827
* remove interlacing and other abberationsVincent Sanders2009-03-2314-0/+0
| | | | svn path=/trunk/netsurf/; revision=6824
* use greyed images for forward back buttons as appropriteVincent Sanders2009-03-224-12/+66
| | | | svn path=/trunk/netsurf/; revision=6819
* add vertical scrollbar to freamebufferVincent Sanders2009-03-2211-37/+259
| | | | svn path=/trunk/netsurf/; revision=6817
* Set history scroll offsetsChris Young2009-03-221-1/+6
| | | | svn path=/trunk/netsurf/; revision=6815
* Fix the fix... $(CC) will work better for C files...François Revel2009-03-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=6814
* Quick fix for building with gcc2. It's getting quite ugly though...François Revel2009-03-211-0/+9
| | | | svn path=/trunk/netsurf/; revision=6813
* fixup 8bpp plottersVincent Sanders2009-03-192-20/+197
| | | | svn path=/trunk/netsurf/; revision=6807
* clean up linux framebuffer frontendVincent Sanders2009-03-181-139/+126
| | | | svn path=/trunk/netsurf/; revision=6799
* add opaque switch to 16bpp plottersVincent Sanders2009-03-181-10/+20
| | | | svn path=/trunk/netsurf/; revision=6798
* Rexx dir should default to PROGDIR: tooChris Young2009-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=6796
* Access Resources relative to program directory rather than current directory.Chris Young2009-03-174-77/+77
| | | | svn path=/trunk/netsurf/; revision=6795
* Fix crash in GETURLChris Young2009-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=6794
* Remember the scroll position in the history, so that it's maintained when ↵John Mark Bell2009-03-179-39/+114
| | | | | | going back. (credit: Paweł Blokus) svn path=/trunk/netsurf/; revision=6793
* stop SDL faulting with bad os redraw values Vincent Sanders2009-03-161-2/+13
| | | | svn path=/trunk/netsurf/; revision=6792
* fix able frontendVincent Sanders2009-03-162-4/+169
| | | | svn path=/trunk/netsurf/; revision=6791
* Slightly better looking scrollbar.Michael Drake2009-03-165-137/+144
| | | | svn path=/trunk/netsurf/; revision=6790
* Fix clicking on history items beyone the first pageChris Young2009-03-151-13/+10
| | | | svn path=/trunk/netsurf/; revision=6789
* Close history and search windows when associated browser window closes.Chris Young2009-03-151-3/+10
| | | | svn path=/trunk/netsurf/; revision=6786
* Fix warningsChris Young2009-03-155-22/+40
| | | | | | Fall back to default theme if specified one can't be found svn path=/trunk/netsurf/; revision=6785
* Stop browser resizes from crashing.Chris Young2009-03-141-4/+14
| | | | | | | | | I really don't like using Forbid() and Permit() but the lock-up seems to be caused by the window continuing the resize while the reformat is taking place and this appears to be the only way to stop it. Resizes are relatively rare so shouldn't cause problems. svn path=/trunk/netsurf/; revision=6784
* More shared objectsChris Young2009-03-144-5/+5
| | | | svn path=/trunk/netsurf/; revision=6783
* Use Copystore to copy SObjs when install triggered by AmiUpdateChris Young2009-03-141-14/+30
| | | | svn path=/trunk/netsurf/; revision=6782
* Minor fixesChris Young2009-03-142-6/+6
| | | | svn path=/trunk/netsurf/; revision=6781
* more shared objectsChris Young2009-03-113-4/+10
| | | | svn path=/trunk/netsurf/; revision=6778
* bitmap opaque handlingVincent Sanders2009-03-114-34/+43
| | | | svn path=/trunk/netsurf/; revision=6777
* Remove gap between the tab close gadget and the first tabChris Young2009-03-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=6776