summaryrefslogtreecommitdiff
path: root/atari/statusbar.c
Commit message (Collapse)AuthorAgeFilesLines
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-2/+0
|
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-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.
* Remove some unused variables. Scope reduce a variable.Michael Drake2014-05-201-2/+1
|
* Fix line endings.Michael Drake2014-05-201-213/+213
|
* Make history internal to browser_window module.Michael Drake2014-02-151-1/+0
|
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* Prefixed gemtk module functions.Ole Loots2013-01-221-1/+1
|
* Moved form handling into gemtk,Ole Loots2012-12-311-1/+0
| | | | removed several windom includes
* Removed global_evnt.c module.Ole Loots2012-12-061-1/+1
|
* Started refactoring of global redraw handling.Ole Loots2012-11-281-4/+4
|
* Start to remove windom, wip.Ole Loots2012-11-181-2/+1
| | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* Use GEM Window Statusbar when WITH_CUSTOM_STATUSBAR is undefined.Ole Loots2012-10-191-2/+42
|
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-24/+25
|
* Removed resize widget from statusbar ( Not needed anymore, window has native ↵Ole Loots2011-11-231-41/+14
| | | | | | widgets now) svn path=/trunk/netsurf/; revision=13166
* Improved accuracy for window resize. Ole Loots2011-08-051-5/+12
| | | | svn path=/trunk/netsurf/; revision=12636
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=12550
* rearranged includes, seperate redraw request areas.Ole Loots2011-05-091-1/+0
| | | | svn path=/trunk/netsurf/; revision=12359
* Improved redrawOle Loots2011-02-051-11/+13
| | | | svn path=/trunk/netsurf/; revision=11617
* Cleaned up Statusbar code. Ole Loots2011-01-301-19/+42
| | | | svn path=/trunk/netsurf/; revision=11551
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Limit length of statustext to 80 chars, to satisfy v_gtext specifications. Ole Loots2011-01-221-15/+32
| | | | | | Introduced attached flag. svn path=/trunk/netsurf/; revision=11444
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+178
svn path=/trunk/netsurf/; revision=11218