summaryrefslogtreecommitdiff
path: root/atari/rootwin.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-1540/+0
|
* atari header cleanup and warning squashVincent Sanders2016-04-201-14/+14
| | | | | | 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.
* Change LOG() macro to be varadicVincent Sanders2015-05-281-22/+17
| | | | | | | | | | | | 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-0/+0
|
* rationalise atari plotters header usage.Vincent Sanders2015-04-191-0/+1
|
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-10/+10
| | | | Adds a NetSurf key code prefix of NS_ to all key codes.
* Shouldn't need bw internals now.Michael Drake2014-10-251-1/+1
|
* Attempt to avoid using bw internals.Michael Drake2014-10-251-7/+7
| | | | | There are so many levels of windows here, that this could well be broken, as its rather confusing.
* Use API to test for bw content.Michael Drake2014-10-251-1/+1
|
* Initial bw scale comes from core.Michael Drake2014-10-251-4/+1
|
* Attempt to remove dependancy of search implementation on bw internals.Michael Drake2014-10-251-1/+1
|
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-1/+0
|
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-1/+0
|
* remove unecessary css includes from fronetendsVincent Sanders2014-10-131-1/+0
|
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* Fixed some unused variable warining.Ole Loots2014-09-151-9/+6
|
* fixup merge of scheduled reformatVincent Sanders2014-07-061-1/+1
|
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-011-1/+1
|
* Remove a bunch of unused variables.Michael Drake2014-05-201-15/+2
|
* Fix use of uninitialised scroll values.Michael Drake2014-05-201-1/+2
|
* Fix line endings.Michael Drake2014-05-201-2/+2
|
* Make history internal to browser_window module.Michael Drake2014-02-151-1/+0
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-1/+1
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-1/+1
| | | | browser_window_navigate flags.
* Clean up gui_window creation API.Michael Drake2014-02-091-3/+3
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-3/+3
|
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-0/+2
|
* Set absolute clipping for every window rectangle, not just the first.Ole Loots2013-12-281-1/+1
|
* Use new plot function: plot_set_abs_clipping.Ole Loots2013-12-281-0/+2
|
* Added scale property to gui_window and use it.Ole Loots2013-12-221-1/+5
|
* Improved file drop, use browser_window_navigate as fallback.Ole Loots2013-11-251-24/+51
|
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* Remove resize/format kludge.Ole Loots2013-04-161-14/+1
|
* Slightly improved intial hiding of toolbar search area.Ole Loots2013-04-151-3/+3
|
* Properly handle return value of rc_intersect()Ole Loots2013-04-151-1/+6
| | | | Fixes some redraw glitches.
* Improved CLRHOME Key handlingOle Loots2013-04-131-2/+10
| | | | | | When textinput is focused, the key is handled by the browser (Moving to start of text). Otherwise the Content is scrolled to the top.
* Improved favicon/iconyfied redraw (obey to visible rectangle list)Ole Loots2013-04-121-11/+56
|
* Fix page up key handling.Ole Loots2013-04-111-1/+1
|
* Fix duplicate Ctrl+V (and other shortcuts) key processing,Ole Loots2013-04-091-1/+10
| | | | by catching event callback return value.
* Correctly set initial size of the search area.Ole Loots2013-03-111-1/+9
|
* Some more finetuning...Ole Loots2013-01-311-18/+21
|
* The Window toolbar now have independet AES objects,Ole Loots2013-01-221-29/+25
| | | | which means no state restore is required before redraw.
* Prefixed gemtk module functions.Ole Loots2013-01-221-69/+69
|
* TOP the next rootwindow when the current rootwindow gets iconified.Ole Loots2013-01-171-3/+11
|
* Search is functional.Ole Loots2013-01-171-20/+96
|
* Search form inside browser windows starts to work.Ole Loots2013-01-161-5/+32
|
* Commented debug outputOle Loots2013-01-151-6/+4
|
* Make toolbar height configurable,Ole Loots2013-01-151-31/+37
| | | | started to use extended AES Object types.
* Further work on search in browser window.Ole Loots2013-01-141-58/+66
|
* Started to move the search form into the browser window.Ole Loots2013-01-111-4/+51
|