summaryrefslogtreecommitdiff
path: root/atari/hotlist.c
Commit message (Collapse)AuthorAgeFilesLines
* fixup some empty logging calls in atari hotlist codeVincent Sanders2016-01-251-3/+3
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-10/+10
| | | | | | | | | | | | 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.
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-281-74/+72
|
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-1/+1
| | | | Adds a NetSurf key code prefix of NS_ to all key codes.
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-1/+0
|
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-4/+4
|
* Fixed some unused variable warnings.Ole Loots2014-09-151-1/+0
|
* Remove unused variables.Michael Drake2014-05-201-3/+0
|
* Fix redundant if/else.Michael Drake2014-05-201-5/+1
|
* Fix line endings.Michael Drake2014-05-201-16/+16
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* Check if URL is already added to bookmarkOle Loots2013-12-131-0/+6
|
* Added about dialog, fixed scrolled treeview redraw.Ole Loots2013-10-061-10/+14
|
* Fixed warnings for incomptible pointer typeOle Loots2013-10-061-6/+15
| | | | The API expects to receive core_window as window handle now.
* Added SSL Cert Inspector WindowOle Loots2013-10-061-4/+4
| | | | (based on treeview API)
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-10-061-29/+109
| | | | (The Cookie Manager window is a new one)
* Treeview implementation adjustedOle Loots2013-10-061-0/+211
| | | | (still requires changes at several places in the atari frontent)
* Replaced atari_treeview wrapper with a new oneOle Loots2013-10-061-225/+16
| | | | (removed all modules which used the old tree API)
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-7/+12
| | | | 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-7/+0
| | | | functions.
* Use TREE_HOTLIST directly.Michael Drake2013-09-021-1/+1
|
* Remove tree_url_node module. Had to disable treeview scanning in amiga and ↵Michael Drake2013-09-021-1/+0
| | | | cocoa front ends. Amiga front end very likely broken.
* Allow the other front ends to use the hotlist test too.Michael Drake2013-08-161-0/+1
|
* Move old hotlist out of the way.Michael Drake2013-08-131-17/+17
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Renamed gemtk_wm_send_redraw to gemtk_wm_exec_redrawOle Loots2013-04-111-2/+2
| | | | ...and did a little bit refactoring.
* Show message box on error.Ole Loots2013-04-111-4/+2
|
* Removed duplicate hotlist_init call.Ole Loots2013-03-301-2/+2
|
* Some more finetuning...Ole Loots2013-01-311-3/+4
|
* Prefixed gemtk module functions.Ole Loots2013-01-221-13/+13
|
* - started to work on settings dialogOle Loots2012-12-211-48/+57
| | | | | | - some WIP in treeview widgets. Changed destroy / and init handling. It requires some optimization, when the widget is closed it must remove itself from the guiwin list, for perfomance.
* Preparing for merge...Ole Loots2012-12-181-0/+6
|
* Use global variable desk_area for size calculationOle Loots2012-12-061-8/+7
|
* Hotlist now works without windom.Ole Loots2012-11-221-8/+14
|
* Completet scroll preprocessing, Hotlist fully works.Ole Loots2012-11-221-3/+12
|
* Ripped Windom out of the treeview implementation,Ole Loots2012-11-201-38/+48
| | | | it still requires scroll event handling to be implemented.
* Start to remove windom, wip.Ole Loots2012-11-181-0/+1
| | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* Fix warnings, moved prototypes, housekeepingOle Loots2012-08-271-2/+1
|
* Removed commentOle Loots2012-08-261-1/+0
|
* Open hotlist and history at top right cornerOle Loots2012-07-271-1/+4
|
* Use safe string functions. Ole Loots2012-05-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=13923
* Removed debug output, text format changes...Ole Loots2012-04-091-12/+12
| | | | svn path=/trunk/netsurf/; revision=13841
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-3/+2
| | | | svn path=/trunk/netsurf/; revision=13548
* Update frontends for r13185. Enabled new functionality, where it is not ↵Chris Young2011-11-271-1/+1
| | | | | | | | logical it can be switched off. svn path=/trunk/netsurf/; revision=13186
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-101-36/+74
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Removed default entries from hotlist, they are already defined within ↵Ole Loots2011-01-221-16/+2
| | | | | | NetSurf core. svn path=/trunk/netsurf/; revision=11445
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+165
svn path=/trunk/netsurf/; revision=11218