summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-737/+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-1/+1
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-2/+2
| | | | | | | | | | | | 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.
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-6/+6
| | | | Adds a NetSurf key code prefix of NS_ to all key codes.
* Fix several doxygen issuesVincent Sanders2014-11-081-5/+6
|
* Update the RISC OS frontend to cope with split operations table headersVincent Sanders2014-10-161-5/+5
|
* stop riscos uncesecarily including gui.hVincent Sanders2014-06-041-0/+1
|
* Scope reduce a couple of variables.Michael Drake2014-05-261-5/+5
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* move scheduleing into browser operation tableVincent Sanders2014-03-091-8/+10
|
* fix up riscos build errorsVincent Sanders2014-01-161-0/+1
|
* Update copyright header dates for recent commits.Steve Fryatt2014-01-021-3/+2
|
* Add confirm_hotlist_remove option to allow users to turn URL removal query off.Steve Fryatt2013-12-311-4/+13
|
* Implement user confirmation before removing hotlist entries from the URL bar.Steve Fryatt2013-12-311-2/+71
|
* Remove excessive logging from hotlist code.Steve Fryatt2013-12-301-8/+0
|
* Update the URL hotlist icon when entries are deleted from the hotlist.Steve Fryatt2013-12-301-0/+2
| | | | 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-0/+18
|
* Bring hotlist icon event handling in line with other toolbar actions.Steve Fryatt2013-12-301-0/+16
| | | | | | - Make hotlist icon return click events to clients. - Move URL add and remove code into browser window toolbar event handler. - Pass hotlist icon URL add/remove via RISC OS hotlist interface.
* Make RO hotlist add function take nsurl.Michael Drake2013-11-221-12/+6
|
* Destroy treeviews.Michael Drake2013-09-081-0/+13
|
* Port to new recursive expand/contract functions.Michael Drake2013-09-031-11/+11
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-17/+35
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Remove cookies, history_global, and hotlist_old _initialise and _cleanup ↵Michael Drake2013-09-021-6/+0
| | | | functions.
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-021-2/+1
|
* Remove bulk of old treeview implementation.Michael Drake2013-09-021-5/+4
|
* Use TREE_HOTLIST directly.Michael Drake2013-09-021-1/+1
|
* Allow the other front ends to use the hotlist test too.Michael Drake2013-08-161-1/+1
|
* Move old hotlist out of the way.Michael Drake2013-08-131-26/+26
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Fix up ripples from urldb change.Michael Drake2012-10-111-1/+5
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-10/+9
| | | | svn path=/trunk/netsurf/; revision=13548
* Update frontends for r13185. Enabled new functionality, where it is not ↵Chris Young2011-11-271-3/+3
| | | | | | | | logical it can be switched off. svn path=/trunk/netsurf/; revision=13186
* Config to enable external hotlist app to be launched via toolbar and menus.Steve Fryatt2011-11-191-0/+17
| | | | svn path=/trunk/netsurf/; revision=13150
* Bring external hotlist support in line with Bookmaker's interpretation.Steve Fryatt2011-10-131-14/+44
| | | | svn path=/trunk/netsurf/; revision=13042
* Add support for external hotlist utilities.Steve Fryatt2011-10-091-4/+123
| | | | svn path=/trunk/netsurf/; revision=13022
* When launching multiple URLs from a treeview, allow to open one window with ↵Chris Young2011-07-021-2/+2
| | | | | | | | multiple tabs instead of one window per URL. Make compatible frontends do this by default. svn path=/trunk/netsurf/; revision=12552
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-111/+131
| | | | svn path=/trunk/netsurf/; revision=11741
* Small refactor to change icon names to being passed in from frontends ↵Vincent Sanders2010-12-141-1/+2
| | | | | | instead of core treeview globals svn path=/trunk/netsurf/; revision=11053
* Restore toolbar menus in RO treeview windows.Steve Fryatt2010-10-241-26/+21
| | | | svn path=/trunk/netsurf/; revision=10908
* Re-enable toolbar editing and button selection in RO treeview windows.Steve Fryatt2010-10-241-6/+24
| | | | svn path=/trunk/netsurf/; revision=10907
* Partially re-enable toolbar buttons in RO treeview windows.Steve Fryatt2010-10-241-0/+62
| | | | svn path=/trunk/netsurf/; revision=10906
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-293/+247
| | | | svn path=/trunk/netsurf/; revision=10865
* Fix hotlist for new cache.Michael Drake2010-04-071-8/+10
| | | | svn path=/trunk/netsurf/; revision=10267
* Fix blatent use-after-free bug.John Mark Bell2009-12-031-3/+3
| | | | svn path=/trunk/netsurf/; revision=9712
* Add missing return.John Mark Bell2009-05-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=7635
* Avoid potentially unsafe writes through a const pointer.John Mark Bell2009-03-281-15/+29
| | | | svn path=/trunk/netsurf/; revision=6974
* Updated URLs in default hotlistAdrian Lees2009-01-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=6011
* - Teached ro_gui_set_icon_string() and ro_gui_get_icon_string() about the ↵John Tytgat2008-08-051-5/+5
| | | | | | | | | | | | 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-10/+18
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762