summaryrefslogtreecommitdiff
path: root/riscos/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* Use proper function for box tree dump.Michael Drake2012-08-201-1/+1
|
* Use online docs.Michael Drake2012-07-211-1/+0
|
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-2/+2
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Make the RISC OS front end foreground/background menu options work.Michael Drake2011-12-231-1/+0
| | | | svn path=/trunk/netsurf/; revision=13333
* Make scroll event handling module specific.Steve Fryatt2011-12-171-1/+0
| | | | svn path=/trunk/netsurf/; revision=13285
* Remove dead debugwin code.Michael Drake2011-10-101-3/+0
| | | | svn path=/trunk/netsurf/; revision=13028
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-0/+2
| | | | svn path=/trunk/netsurf/; revision=12283
* Purge ro_plot_set_scale() and ro_plot_scale global, as front ends nolonger ↵Michael Drake2011-03-091-1/+0
| | | | | | need to maintain scale for plotting. svn path=/trunk/netsurf/; revision=11942
* nsfont_paint doesn't take scale.Michael Drake2011-03-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=11940
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-21/+13
| | | | svn path=/trunk/netsurf/; revision=11741
* Use dashed boxes for treeview drags.Steve Fryatt2010-12-191-2/+2
| | | | svn path=/trunk/netsurf/; revision=11095
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-13/+4
| | | | svn path=/trunk/netsurf/; revision=10865
* 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
* Fix box dump for new cache.Michael Drake2010-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10263
* Don't dump box trees on crash, and fix view source for new cache.Michael Drake2010-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10262
* Fix filetype.c.Michael Drake2010-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10260
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=9729
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-2/+2
| | | | svn path=/trunk/netsurf/; revision=8641
* Purge WITH_SEARCHJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6604
* Purge WITH_AUTHJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6600
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6599
* A few usability tweaksAdrian Lees2008-12-261-0/+3
| | | | svn path=/trunk/netsurf/; revision=5922
* - Include utils/config.h before each WITH_* test entiry enabling/disabling ↵John Tytgat2008-07-261-0/+2
| | | | | | | | | | the object file. - Add same test in corresponding header file (if there is one) - riscos/uri.c: include riscos/uri.h and have function definitions matching the declarations. - Disable PDF debug logging. svn path=/trunk/netsurf/; revision=4769
* - Compiler warning squashJohn Tytgat2008-07-261-3/+3
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* + Change core to handle different front end click behaviourMichael Drake2008-06-061-2/+4
| | | | | | | | | styles. (Act on mouse button press or on button release.) + Click hold on CSS scrollbar arrows now pauses before starting to auto-repeat. + Click hold on scrollbar wells will now auto-repeat. svn path=/trunk/netsurf/; revision=4268
* Use local filetype directly, if we're "downloading" a local fileJohn Mark Bell2008-05-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=4189
* const fixes in plotters and history coreRob Kendrick2008-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=4083
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-201-0/+1
| | | | svn path=/trunk/netsurf/; revision=3529
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Move window scaling from platform-specific code to desktop/browser.c. Modify ↵James Bursa2007-08-071-4/+0
| | | | | | gtk gui to handle scaling in the same way as RO. svn path=/trunk/netsurf/; revision=3478
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-3/+3
| | | | | | | | | | | | | | 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
* Remove collusion between window, menus and search code in order to clear John Mark Bell2007-03-261-1/+0
| | | | | | | | search selection state - this should happen automagically through wimp_event callbacks now. Also tidy search.c so I can read it better ;) svn path=/trunk/netsurf/; revision=3227
* Format frame content to correct initial size. Scale iframe co-ordinates.Richard Wilson2007-01-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=3134
* Replace font_menu with new rufl built-in font menu.James Bursa2006-12-081-1/+0
| | | | svn path=/trunk/netsurf/; revision=3111
* 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-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix 1553282.Richard Wilson2006-09-081-11/+0
| | | | svn path=/trunk/netsurf/; revision=2932
* Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing ↵Richard Wilson2006-09-061-4/+2
| | | | | | issues for framesets. svn path=/trunk/netsurf/; revision=2924
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-27/+0
| | | | svn path=/trunk/netsurf/; revision=2922
* Experimental new frames code.Richard Wilson2006-09-021-1/+5
| | | | svn path=/trunk/netsurf/; revision=2906
* Move ro_gui_wimp_desktop_font() from wimp.c to font.c. Simplify code and add ↵James Bursa2006-08-211-0/+6
| | | | | | logging of result. svn path=/trunk/netsurf/; revision=2876
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=2755
* Centralise keypress handling (download and query dialogs still need porting ↵John Mark Bell2006-07-131-2/+0
| | | | | | | | over to wimp_event) Make core browser window invalidate caret callback on mouse clicks svn path=/trunk/netsurf/; revision=2746
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-6/+8
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Join update boxes if possible to decrease rendering time (optimise bouncing ↵Richard Wilson2006-07-091-0/+1
| | | | | | bunny testcase.) svn path=/trunk/netsurf/; revision=2724
* Make adjust-back/forwards/up open content in a new window (implement 1431600)Richard Wilson2006-07-051-3/+7
| | | | svn path=/trunk/netsurf/; revision=2717
* Remove redundant mouseaction code.Richard Wilson2006-04-221-3/+0
| | | | svn path=/trunk/netsurf/; revision=2553
* [project @ 2006-03-25 20:30:35 by bursa]James Bursa2006-03-251-5/+1
| | | | | | Split local history into portable and RISC OS specific code. Improve layout of history tree. svn path=/import/netsurf/; revision=2164
* [project @ 2006-03-24 03:44:33 by adrianl]Adrian Lees2006-03-241-0/+3
| | | | | | Use thumbnails for iconised windows svn path=/import/netsurf/; revision=2157
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-041-30/+0
| | | | | | Continue work towards favicon support. svn path=/import/netsurf/; revision=2104