summaryrefslogtreecommitdiff
path: root/riscos/gui
Commit message (Collapse)AuthorAgeFilesLines
* gui_current_drag_type now only used for data transfer protocol routing; fix ↵Steve Fryatt2013-09-083-14/+13
| | | | | | | button bar drag handler. Remove all references to gui_current_drag_type outside of gui.c which are not related to routing DataSaveAck messages. Update button bar drag code so that it uses ro_mouse.
* More fixup.Michael Drake2013-02-181-0/+1
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-2/+2
|
* browser_window_navigate refactorVincent Sanders2013-02-181-6/+23
|
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* Fix up RISC OS front end.Michael Drake2011-06-302-5/+3
| | | | svn path=/trunk/netsurf/; revision=12545
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+5
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ↵Michael Drake2011-06-281-7/+14
| | | | | | content handlers updated. svn path=/trunk/netsurf/; revision=12529
* Fix for new content redraw API.Michael Drake2011-05-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12330
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-3/+3
| | | | svn path=/trunk/netsurf/; revision=12283
* Move schedule.h to utils/John Mark Bell2011-03-132-0/+2
| | | | svn path=/trunk/netsurf/; revision=12039
* Purge ro_plot_set_scale() and ro_plot_scale global, as front ends nolonger ↵Michael Drake2011-03-092-2/+0
| | | | | | need to maintain scale for plotting. svn path=/trunk/netsurf/; revision=11942
* Reduce redraw flicker when changing URL bar extent.Steve Fryatt2011-02-211-8/+11
| | | | svn path=/trunk/netsurf/; revision=11752
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-206-0/+3394
| | | | svn path=/trunk/netsurf/; revision=11741
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-9/+9
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Only run the scheduler on null poll events.John Mark Bell2010-03-101-6/+31
| | | | | | | | | | | | | | | | Ensure the status bar widget treats its text as const. Fix erroneous free of status bar text in status bar widget destructor. The status bar text is now owned by the core. Schedule a callback to request a redraw from the Wimp when setting status bar text. The previous approach could lead to the Wimp having a long queue of redraw events to issue to us, thus preventing any other application being scheduled. The above changes are based on a patch from Rik Griffin. svn path=/trunk/netsurf/; revision=10126
* remove RISC OS status bar text cachingVincent Sanders2010-02-111-23/+2
| | | | svn path=/trunk/netsurf/; revision=9966
* Fix NULL ptr dereference in status bar rendering; formatting.Adrian Lees2010-01-241-5/+5
| | | | svn path=/trunk/netsurf/; revision=9883
* ploter refactor of rectangle handling Vincent Sanders2009-07-082-4/+4
| | | | svn path=/trunk/netsurf/; revision=8399
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-2/+3
| | | | svn path=/trunk/netsurf/; revision=8332
* Aliasing fixesJohn Mark Bell2009-03-281-2/+3
| | | | svn path=/trunk/netsurf/; revision=6958
* Aliasing fixesJohn Mark Bell2009-03-281-2/+3
| | | | svn path=/trunk/netsurf/; revision=6957
* Squash warningsJohn Mark Bell2009-03-271-1/+2
| | | | svn path=/trunk/netsurf/; revision=6926
* - C strings have always an implicit NUL character at the end, no need to ↵John Tytgat2009-02-012-3/+3
| | | | | | | | specify an extra one. - riscos/configure/con_theme.c: removed spurious code line. svn path=/trunk/netsurf/; revision=6331
* - Compiler warning squashJohn Tytgat2008-07-264-42/+69
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-084-12/+56
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-303-17/+17
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Use new UTF-8 status bar. Use top-window dimensions for new windows from ↵Richard Wilson2006-11-301-2/+2
| | | | | | framesets. svn path=/trunk/netsurf/; revision=3082
* Update project URL.Michael Drake2006-11-274-40/+40
| | | | svn path=/trunk/netsurf/; revision=3073
* Remove duplicate data setting. Fix documentation typo.Richard Wilson2006-10-191-2/+1
| | | | svn path=/trunk/netsurf/; revision=3011
* Make progress icons have a left margin. Fix redraw artifact.Richard Wilson2006-10-131-28/+26
| | | | svn path=/trunk/netsurf/; revision=3004
* Don't convert text to local encoding. Correctly release all resources on ↵Richard Wilson2006-10-121-30/+39
| | | | | | destruction. Allow NULL text to clear the display. Scale progress bar for small dimensions. svn path=/trunk/netsurf/; revision=2997
* Allow dynamic resizing. Reverse animation direction.Richard Wilson2006-10-122-12/+32
| | | | svn path=/trunk/netsurf/; revision=2996
* UTF-8 status bar component.Richard Wilson2006-10-112-0/+642
| | | | svn path=/trunk/netsurf/; revision=2995
* Fix redraw when no sprites are present. Squash compiler warnings.Richard Wilson2006-10-112-8/+9
| | | | svn path=/trunk/netsurf/; revision=2994
* Animated progress bar component.Richard Wilson2006-10-062-0/+510
svn path=/trunk/netsurf/; revision=2983