summaryrefslogtreecommitdiff
path: root/riscos/gui/button_bar.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-1229/+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-6/+6
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-14/+8
| | | | | | | | | | | | 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.
* cleanup RISC OS frontend header usageVincent Sanders2014-06-051-7/+9
|
* Scopre reduce some variables.Michael Drake2014-05-261-5/+4
|
* Remove a couple of unused variables.Michael Drake2014-05-261-5/+0
|
* gui_current_drag_type now only used for data transfer protocol routing; fix ↵Steve Fryatt2013-09-081-4/+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.
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-0/+1231
svn path=/trunk/netsurf/; revision=11741