summaryrefslogtreecommitdiff
path: root/atari/deskmenu.c
Commit message (Collapse)AuthorAgeFilesLines
* atari header cleanup and warning squashVincent Sanders2016-04-201-1/+4
| | | | | | This rationalises atari platform user of headers and squashes a lot of warnings. Should not be viewed as real maintenance, more that it was getting in the way of fixing real core header issues.
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-26/+26
| | | | | The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up
* Change LOG() macro to be varadicVincent Sanders2015-05-281-5/+3
| | | | | | | | | | | | 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-153/+152
|
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-3/+3
| | | | Adds a NetSurf key code prefix of NS_ to all key codes.
* remove atari need to use browser internal data structuresVincent Sanders2014-11-211-16/+1
|
* Fix several doxygen issuesVincent Sanders2014-11-081-3/+4
|
* Try doxygen todo format.Michael Drake2014-10-251-3/+3
|
* Reduce usage of bw internals. Add some TODOs for m0n0 to look at.Michael Drake2014-10-251-3/+9
|
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-4/+2
|
* fixup merge of scheduled reformatVincent Sanders2014-07-061-4/+4
|
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-011-2/+6
|
* Remove unused variables.Michael Drake2014-05-191-2/+0
|
* Fix line endings.Michael Drake2014-05-191-316/+316
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+18
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-8/+4
| | | | browser_window_navigate flags.
* atari limits includeVincent Sanders2014-02-031-1/+0
|
* fix atari PATH_MAX includeVincent Sanders2014-02-031-3/+3
|
* fix remaining include errorsVincent Sanders2014-02-031-1/+1
|
* fixup missing includesVincent Sanders2014-02-031-0/+1
|
* Set verbose log menu item checked state on startup.Ole Loots2014-01-021-0/+1
|
* Added scale property to gui_window and use it.Ole Loots2013-12-221-20/+4
|
* Send AP_TERM to application on menu item "Exit" click.Ole Loots2013-12-211-4/+4
|
* Removed toolbar icons: favourite, ssl-indicatorOle Loots2013-12-131-6/+16
| | | | (because it looks disgusting)
* Redraw window on scale request.Ole Loots2013-12-041-2/+4
|
* Allow keyboard shortcuts not defined inside the RSC file.Ole Loots2013-12-041-15/+61
|
* Use LOG(()) instead of printfOle Loots2013-12-031-1/+2
|
* Improve Keyboard Shortcut parsing.Ole Loots2013-11-241-8/+50
| | | | Handle standard keyboard shortcut format.
* Added about dialog, fixed scrolled treeview redraw.Ole Loots2013-10-061-1/+5
|
* enabled history menu item.Ole Loots2013-10-061-1/+1
|
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-10-061-2/+11
| | | | (The Cookie Manager window is a new one)
* Move old hotlist out of the way.Michael Drake2013-08-131-1/+1
|
* Namespace the atari global history functions.Michael Drake2013-07-011-1/+1
|
* fixup issues with new options API mergeVincent Sanders2013-05-281-1/+1
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Improved CLRHOME Key handlingOle Loots2013-04-131-4/+4
| | | | | | When textinput is focused, the key is handled by the browser (Moving to start of text). Otherwise the Content is scrolled to the top.
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-8/+8
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-10/+70
|
* Some more finetuning...Ole Loots2013-01-311-2/+7
|
* Prefixed gemtk module functions.Ole Loots2013-01-221-3/+3
|
* Search is functional.Ole Loots2013-01-171-2/+2
|
* Search form inside browser windows starts to work.Ole Loots2013-01-161-3/+1
|
* Menu Accelerators where not parsed.Ole Loots2013-01-151-84/+84
|
* Further work on search in browser window.Ole Loots2013-01-141-3/+7
|
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-7/+8
| | | | | - Serch window - Pop Menus in the settings dialog
* Removed browser.h/.cOle Loots2013-01-031-3/+2
|
* Moved form handling into gemtk,Ole Loots2012-12-311-1/+0
| | | | removed several windom includes
* - started to work on settings dialogOle Loots2012-12-211-2/+1
| | | | | | - 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.
* Removed global_evnt.c module.Ole Loots2012-12-061-4/+4
|
* Use module variable h_gem_menu instead of local variableOle Loots2012-12-031-13/+9
|