summaryrefslogtreecommitdiff
path: root/atari/toolbar.h
Commit message (Collapse)AuthorAgeFilesLines
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-3/+0
|
* fixup missing includesVincent Sanders2014-07-061-1/+2
|
* Updated header file for new toolbar functions.Ole Loots2013-11-241-0/+4
|
* Added about dialog, fixed scrolled treeview redraw.Ole Loots2013-10-061-0/+18
|
* The Window toolbar now have independet AES objects,Ole Loots2013-01-221-1/+2
| | | | which means no state restore is required before redraw.
* Make toolbar height configurable,Ole Loots2013-01-151-2/+4
| | | | started to use extended AES Object types.
* Further work on search in browser window.Ole Loots2013-01-141-9/+8
|
* Prepared for toolbar context menu, fixed declarations.Ole Loots2013-01-101-2/+2
|
* Merge branch 'master' into mono/removing-windom-dependencyOle Loots2013-01-091-1/+1
|\ | | | | | | | | | | Conflicts: atari/gui.c atari/toolbar.h
| * Fixes for new clipboard interface.Ole Loots2013-01-091-1/+1
| |
* | Toolbar is now finished, started work on browser redraw/scrolling.Ole Loots2012-11-301-2/+3
| |
* | re-implemented browser toolbar redraw / URL area redraw.Ole Loots2012-11-291-1/+37
| |
* | Started refactoring of global redraw handling.Ole Loots2012-11-281-0/+1
| |
* | Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-271-111/+31
|/ | | | ...but it compiles...
* Added missing but not-so important changes from local SVN working copy.Ole Loots2012-07-101-1/+1
|
* apply background color option and removed unused struct member of struct ↵Ole Loots2012-06-211-2/+1
| | | | | | s_tb_button. svn path=/trunk/netsurf/; revision=13981
* Removed the use of duplicated OBJECT trees.Ole Loots2012-06-031-1/+0
| | | | svn path=/trunk/netsurf/; revision=13943
* Prepared code for different button states (= different image ). Ole Loots2012-05-131-2/+9
| | | | svn path=/trunk/netsurf/; revision=13924
* Share a single icon instance for multiple toolbars. Ole Loots2012-04-121-0/+2
| | | | svn path=/trunk/netsurf/; revision=13860
* Initial support for (truecolor) image toolbar ( toolbar icons loaded from ↵Ole Loots2012-04-101-10/+17
| | | | | | image file, not from resource ). svn path=/trunk/netsurf/; revision=13848
* Added functions to hide/show the toolbar. Ole Loots2012-01-111-2/+5
| | | | svn path=/trunk/netsurf/; revision=13400
* Removed unused declarations.Ole Loots2011-11-301-9/+2
| | | | svn path=/trunk/netsurf/; revision=13209
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-24/+26
| | | | | | | | - 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
* rearranged includes, seperate redraw request areas.Ole Loots2011-05-091-0/+50
| | | | svn path=/trunk/netsurf/; revision=12359
* Revisited throbber code. Ole Loots2011-02-011-0/+5
| | | | svn path=/trunk/netsurf/; revision=11589
* 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/+51
svn path=/trunk/netsurf/; revision=11218