summaryrefslogtreecommitdiff
path: root/riscos/menus.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-958/+0
|
* remove unecessary utils includes from RISC OS frontendVincent Sanders2016-05-021-1/+0
|
* update RISC OS frontend to not use the depricated warn_user APIVincent Sanders2016-04-261-9/+9
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-20/+11
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* doxgen warning fixes in riscos frontend.Vincent Sanders2014-11-121-5/+3
|
* Update the RISC OS frontend to cope with split operations table headersVincent Sanders2014-10-161-3/+3
|
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* Scope reduce some variables.Michael Drake2014-05-261-5/+5
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* Make history internal to browser_window module.Michael Drake2014-02-151-1/+0
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-5/+8
|
* Provide a dedicated interface for destroying open menus.Steve Fryatt2014-01-291-24/+31
| | | | | Add ro_gui_menu_destroy(), so that this specific task does not share the same code as the more general task of tidying up after menus have been closed by other means. The original ro_gui_menu_closed() now simply cleans up from a known (or assumed) closure, without forcing a closure itself.
* Improve handling of Message_MenusDeleted so that we don't close whatever ↵Steve Fryatt2014-01-281-0/+23
| | | | menu tree is open at the time.
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-6/+5
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-2/+1
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Move old hotlist out of the way.Michael Drake2013-08-131-1/+0
|
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
|
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Remove a bunch of unused includes.Michael Drake2012-08-201-2/+0
|
* Remove unused header.Michael Drake2012-08-201-1/+0
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=13548
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-1489/+70
| | | | svn path=/trunk/netsurf/; revision=11741
* Restore toolbar menus in RO treeview windows.Steve Fryatt2010-10-241-5/+13
| | | | svn path=/trunk/netsurf/; revision=10908
* Re-enable toolbar editing and button selection in RO treeview windows.Steve Fryatt2010-10-241-43/+4
| | | | svn path=/trunk/netsurf/; revision=10907
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-471/+211
| | | | svn path=/trunk/netsurf/; revision=10865
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-1/+3
| | | | | | | | | | | | | 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
* hlcache_handle is typedeffed.Michael Drake2010-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10276
* More new cache fixing.Michael Drake2010-04-071-9/+14
| | | | svn path=/trunk/netsurf/; revision=10274
* More new cache fixing.Michael Drake2010-04-071-108/+140
| | | | svn path=/trunk/netsurf/; revision=10272
* Fix page info for new cache.Michael Drake2010-04-071-3/+3
| | | | svn path=/trunk/netsurf/; revision=10270
* Start fixing for new cache.Michael Drake2010-04-071-19/+24
| | | | svn path=/trunk/netsurf/; revision=10268
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=9729
* NETSURF_USE_DRAW should apply to the Draw content handler only.John Mark Bell2009-06-201-0/+4
| | | | | | | | Introduce NETSURF_USE_DRAW_EXPORT to toggle draw export support. Fix up a bunch of stuff related to this. Fix warnings caused by disabling the Sprite renderer. svn path=/trunk/netsurf/; revision=7899
* A bunch of tidying. Also squash NULL-pointer dereferences.John Mark Bell2009-05-291-24/+33
| | | | svn path=/trunk/netsurf/; revision=7643
* Purge WITH_DRAW_EXPORTJohn Mark Bell2009-03-291-4/+0
| | | | svn path=/trunk/netsurf/; revision=6980
* Purge WITH_SAVE_COMPLETEJohn Mark Bell2009-03-291-2/+0
| | | | svn path=/trunk/netsurf/; revision=6979
* Aliasing fixesJohn Mark Bell2009-03-291-73/+66
| | | | svn path=/trunk/netsurf/; revision=6977
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6924
* Make RISC OS front end use r6827 functions.Michael Drake2009-03-231-13/+9
| | | | svn path=/trunk/netsurf/; revision=6828
* Fix object saveAdrian Lees2009-02-021-1/+2
| | | | svn path=/trunk/netsurf/; revision=6359
* Appease tlsaAdrian Lees2009-02-021-2/+3
| | | | svn path=/trunk/netsurf/; revision=6356
* Selection menu and save/download tweaksAdrian Lees2009-02-021-3/+7
| | | | svn path=/trunk/netsurf/; revision=6349
* Next batch of menu changes; clarify some key pressesAdrian Lees2009-02-011-75/+90
| | | | svn path=/trunk/netsurf/; revision=6327
* RFix immediate menu-related problems; changes to followAdrian Lees2009-01-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=6318
* Not my day :(Adrian Lees2009-01-301-49/+228
| | | | svn path=/trunk/netsurf/; revision=6298
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=5189
* - Teached ro_gui_set_icon_string() and ro_gui_get_icon_string() about the ↵John Tytgat2008-08-051-9/+9
| | | | | | | | | | | | difference between direct and indirect icons. - ro_gui_get_icon_string(): - Constify return value of ro_gui_get_icon_string() as you really shouldn't change its contents via this pointer. - Enfore NUL string termination as return value (instead of other control char termination) - Merged ro_gui_set_icon_string_le() into ro_gui_set_icon_string() by adding ro_gui_set_icon_string() and extra to_utf8 parameter. - ro_gui_strncmp(): added svn path=/trunk/netsurf/; revision=4907
* - Compiler warning squashJohn Tytgat2008-07-261-22/+44
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762