summaryrefslogtreecommitdiff
path: root/atari/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* 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/+4
|
* Doxygen warning fixesVincent Sanders2014-11-101-2/+2
|
* Continue doxygen error cleanup.Vincent Sanders2014-11-081-0/+6
|
* Initial bw scale comes from core.Michael Drake2014-10-251-4/+5
|
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-1/+0
|
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-011-3/+0
|
* fix atari build errorsVincent Sanders2014-01-161-0/+3
|
* move four more optional window operations to tableVincent Sanders2014-01-131-1/+4
|
* Added scale property to gui_window and use it.Ole Loots2013-12-221-0/+1
|
* Added SSL Cert Inspector WindowOle Loots2013-10-061-0/+1
| | | | (based on treeview API)
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-10-061-2/+4
| | | | (The Cookie Manager window is a new one)
* Removed reformat kludge from header files.Ole Loots2013-04-161-1/+0
|
* The Window toolbar now have independet AES objects,Ole Loots2013-01-221-0/+1
| | | | which means no state restore is required before redraw.
* Search form inside browser windows starts to work.Ole Loots2013-01-161-1/+1
|
* Further work on search in browser window.Ole Loots2013-01-141-0/+2
|
* Removed browser.h/.cOle Loots2013-01-031-0/+7
|
* Implemented caret redraw.Ole Loots2013-01-011-1/+14
|
* - started to work on settings dialogOle Loots2012-12-211-0/+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.
* Preparing for merge...Ole Loots2012-12-181-0/+2
|
* Implemented basic mouse input to browser component (click).Ole Loots2012-12-031-0/+5
|
* Started refactoring of global redraw handling.Ole Loots2012-11-281-0/+2
|
* Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-271-4/+9
| | | | ...but it compiles...
* Use safe string functions. Ole Loots2012-05-131-1/+0
| | | | svn path=/trunk/netsurf/; revision=13923
* call toolbar_exit()Ole Loots2012-04-121-1/+0
| | | | svn path=/trunk/netsurf/; revision=13861
* Init toolbar.Ole Loots2012-04-101-3/+3
| | | | svn path=/trunk/netsurf/; revision=13849
* Add event listeners to WM_MOVED, WM_RESIZED, WM_FULLED instead of ↵Ole Loots2011-12-211-2/+0
| | | | | | overwriting the default handlers. Removed option atari_realtime_move. svn path=/trunk/netsurf/; revision=13311
* Stick to OS features for drag feature - handle it almost blocking (improves ↵Ole Loots2011-12-041-10/+0
| | | | | | user experience). svn path=/trunk/netsurf/; revision=13233
* Set focus to next available window when gui_window is closed. Ole Loots2011-09-201-1/+2
| | | | svn path=/trunk/netsurf/; revision=12824
* Added context menu, Ole Loots2011-09-191-4/+9
| | | | | | Allow to set bitmap for iconified window. ( altough it's usesless right now because favicon support has been dropped) svn path=/trunk/netsurf/; revision=12821
* housekeepingOle Loots2011-08-051-4/+2
| | | | svn path=/trunk/netsurf/; revision=12635
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-301-23/+12
| | | | svn path=/trunk/netsurf/; revision=12550
* rearranged includes, seperate redraw request areas.Ole Loots2011-05-091-105/+16
| | | | svn path=/trunk/netsurf/; revision=12359
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-101-5/+3
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* Allocate window title string memory dynamically.Ole Loots2011-03-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=12111
* merged clipping parameter changes.Ole Loots2011-02-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=11809
* Implemented Search DialogOle Loots2011-01-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=11548
* Implemented gui_scroll_visible.Ole Loots2011-01-301-1/+3
| | | | svn path=/trunk/netsurf/; revision=11540
* 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/+236
svn path=/trunk/netsurf/; revision=11218