summaryrefslogtreecommitdiff
path: root/riscos/toolbar.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-1788/+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-12/+12
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-26/+14
| | | | | | | | | | | | 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.
* Update the RISC OS frontend to cope with split operations table headersVincent Sanders2014-10-161-4/+5
|
* Chage favicon set APIs to take gui_window rather than hlcache_handle.Michael Drake2014-10-161-2/+2
| | | | | | | | Let the front end pass its own types around, rather than core ones. This removes one "bw->current_content" from window.c. Now the current content is only accessed where its needed, in the favicon handler, and it is accessed via the appropriate API.
* Remove dead code.Michael Drake2014-05-301-8/+0
|
* Fix toolbar width calculation.Michael Drake2014-05-301-2/+2
| | | | + has greater precedence than ?:, so wrap :? part in ().
* Scope reduce a variable.Michael Drake2014-05-301-2/+1
|
* Fix logic error found by cppcheck.Michael Drake2014-04-021-1/+1
|
* Fix logic error found by cppcheck.Michael Drake2014-04-021-1/+1
|
* Update the URL hotlist icon when entries are deleted from the hotlist.Steve Fryatt2013-12-301-0/+15
| | | | This does not currently spot entries which are edited.
* Tidy up hotlist icon interfaces and make consistant with rest of toolbar.Steve Fryatt2013-12-301-3/+5
|
* Fix hotlist icon in browser URL bar.Steve Fryatt2013-12-291-1/+1
| | | | | - Change URL container to Double/Click/Drag so that mouse actions get passed on. - Correctly parse return code from hotlist_add_url() to identify successful adds.
* Update hotlist indicator when current page is added to hotlist.Michael Drake2013-11-231-0/+9
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=13548
* Don't pass already handled keys to the URL Complete code.Steve Fryatt2011-11-201-5/+6
| | | | | | Don't scroll browser windows when the toolbar has focus. svn path=/trunk/netsurf/; revision=13157
* Fix up RISC OS front end.Michael Drake2011-06-301-2/+0
| | | | svn path=/trunk/netsurf/; revision=12545
* 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
* Fix bug #3200899: Don't claim keypresses we don't handle.Steve Fryatt2011-03-061-3/+3
| | | | svn path=/trunk/netsurf/; revision=11925
* Fix bug #3189352: ensure vertical extent of toolbars is set correctly.Steve Fryatt2011-02-221-5/+20
| | | | svn path=/trunk/netsurf/; revision=11762
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-0/+1770
| | | | svn path=/trunk/netsurf/; revision=11741
* [project @ 2004-08-30 21:04:11 by rjw]Richard Wilson2004-08-301-779/+0
| | | | | | Removal of redundant files. svn path=/import/netsurf/; revision=1255
* [project @ 2004-08-08 20:16:17 by rjw]Richard Wilson2004-08-081-4/+25
| | | | | | Internal changes for theme handling. Tinct is now an external resource. svn path=/import/netsurf/; revision=1196
* [project @ 2004-08-05 23:10:24 by rjw]Richard Wilson2004-08-051-2/+2
| | | | | | Added home and search toolbar buttons. Fixed homepage menu entry to open in same window. svn path=/import/netsurf/; revision=1185
* [project @ 2004-07-26 22:23:40 by rjw]Richard Wilson2004-07-261-2/+1
| | | | | | Hotlist toolbar icon shading. Fix for GIF animation artifacts under certain conditions. svn path=/import/netsurf/; revision=1151
* [project @ 2004-07-21 20:02:13 by rjw]Richard Wilson2004-07-211-1/+1
| | | | | | Less compiler warnings. Fixed create_folder window title indirection from being too small. Support for help keys for greyed out menu items/icons. svn path=/import/netsurf/; revision=1135
* [project @ 2004-07-09 21:03:26 by rjw]Richard Wilson2004-07-091-1/+1
| | | | | | Various minor GUI fixes svn path=/import/netsurf/; revision=1064
* [project @ 2004-07-07 22:09:26 by rjw]Richard Wilson2004-07-071-92/+119
| | | | | | Minor GUI fixes for hotlist. Hotlist toolbar. svn path=/import/netsurf/; revision=1054
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-2/+1
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-07-04 18:44:51 by rjw]Richard Wilson2004-07-041-1/+3
| | | | | | Loading/saving of hotlists. Initial work for hotlist menu. svn path=/import/netsurf/; revision=1046
* [project @ 2004-06-29 23:13:40 by rjw]Richard Wilson2004-06-291-2/+3
| | | | | | Experimental hotlist code svn path=/import/netsurf/; revision=1030
* [project @ 2004-06-10 22:39:56 by jmb]John Mark Bell2004-06-101-0/+1
| | | | | | Compiler warning purge svn path=/import/netsurf/; revision=954
* [project @ 2004-05-14 17:35:00 by rjw]Richard Wilson2004-05-141-7/+8
| | | | | | Begone status bar widget flicker! svn path=/import/netsurf/; revision=861
* [project @ 2004-05-07 19:14:54 by bursa]James Bursa2004-05-071-1/+1
| | | | | | Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841
* [project @ 2004-05-06 20:37:48 by bursa]James Bursa2004-05-061-50/+59
| | | | | | Remove obsolete theme files. Hide some unimplemented toolbar icons. F2 moves caret to URL bar and clears it to "www.". Simplify some of the toolbar code. Fix menu-related crash (reported by Jerome Mathevet). svn path=/import/netsurf/; revision=836
* [project @ 2004-05-05 20:04:37 by rjw]Richard Wilson2004-05-051-46/+69
| | | | | | Status window now correctly respects the horizontal scroll bar height. svn path=/import/netsurf/; revision=829
* [project @ 2004-05-04 22:21:37 by rjw]Richard Wilson2004-05-041-0/+696
Revised GUI. svn path=/import/netsurf/; revision=823