summaryrefslogtreecommitdiff
path: root/atari/history.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-191/+0
|
* cleanup unneeded includes in utils.h after API simplificationVincent Sanders2016-04-201-0/+1
|
* more atari header cleanupVincent Sanders2016-04-201-51/+25
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+7
| | | | | | | | | | | | 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-35/+29
|
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-1/+0
|
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-5/+5
|
* Fixed some unused variable warining.Ole Loots2014-09-151-46/+0
|
* Remove unused variables.Michael Drake2014-05-201-5/+0
|
* Fix if/else with duplicate branches.Michael Drake2014-05-201-5/+2
|
* Fix line endings.Michael Drake2014-05-201-16/+16
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* Added about dialog, fixed scrolled treeview redraw.Ole Loots2013-10-061-2/+3
|
* Added SSL Cert Inspector WindowOle Loots2013-10-061-1/+1
| | | | (based on treeview API)
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-10-061-0/+260
| | | | (The Cookie Manager window is a new one)
* Replaced atari_treeview wrapper with a new oneOle Loots2013-10-061-167/+16
| | | | (removed all modules which used the old tree API)
* Added comments.Ole Loots2013-09-111-0/+9
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-1/+1
| | | | 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-2/+0
| | | | functions.
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-021-1/+0
|
* Use TREE_HISTORY 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.
* Add atari_ namespace to another global history function.Michael Drake2013-07-011-1/+1
|
* Namespace the atari global history functions.Michael Drake2013-07-011-7/+7
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Some more finetuning...Ole Loots2013-01-311-1/+3
|
* Prefixed gemtk module functions.Ole Loots2013-01-221-6/+6
|
* - started to work on settings dialogOle Loots2012-12-211-4/+10
| | | | | | - 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/+5
|
* Use global variable desk_area for size calculationOle Loots2012-12-061-8/+7
|
* Hotlist now works without windom.Ole Loots2012-11-221-48/+60
|
* Ripped Windom out of the treeview implementation,Ole Loots2012-11-201-27/+29
| | | | it still requires scroll event handling to be implemented.
* Remove unused functions.Michael Drake2012-10-091-11/+0
|
* Fix warnings, moved prototypes, housekeepingOle Loots2012-08-271-2/+2
|
* Open hotlist and history at top right cornerOle Loots2012-07-271-2/+4
|
* Added missing but not-so important changes from local SVN working copy.Ole Loots2012-07-101-1/+1
|
* fix history redraw by calling the window specific redraw function from ↵Ole Loots2012-06-191-9/+1
| | | | | | gui_poll(), also switch hotlist redraw to to hotlist specific redraw function. svn path=/trunk/netsurf/; revision=13977
* First attempt to implement the global history treeview. There is something ↵Ole Loots2012-06-191-3/+126
| | | | | | wrong with the redraw ( the treeview area of the windo isn't redrawn, also it looks like the treeview content size isn't set ) svn path=/trunk/netsurf/; revision=13973
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-0/+1
| | | | | | | | - Optimized browser window caret, uses back-buffer now. ( So no content redraw is scheduled by the frontend just for a caret move ) - Fixed a double redraw issue when the browser reformat is pending and the AES also sends an redraw request because of the resize. - Started to use netsurfs textarea instead of a custom implementation ( to reduce code size ). svn path=/trunk/netsurf/; revision=13191
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+30
svn path=/trunk/netsurf/; revision=11218