summaryrefslogtreecommitdiff
path: root/atari/treeview.c
Commit message (Collapse)AuthorAgeFilesLines
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-10/+9
| | | | | - Serch window - Pop Menus in the settings dialog
* Toolbar is now finished, started work on browser redraw/scrolling.Ole Loots2012-11-301-7/+0
|
* Hotlist now works without windom.Ole Loots2012-11-221-1/+1
|
* Completet scroll preprocessing, Hotlist fully works.Ole Loots2012-11-221-5/+5
|
* Implemented scroll handling in gemtk.Ole Loots2012-11-211-434/+439
|
* Initial work at making scrolling workOle Loots2012-11-201-13/+17
|
* Ripped Windom out of the treeview implementation,Ole Loots2012-11-201-68/+135
| | | | it still requires scroll event handling to be implemented.
* Start to remove windom, wip.Ole Loots2012-11-181-5/+37
| | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-12/+12
|
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-89/+90
| | | | svn path=/trunk/netsurf/; revision=13335
* Removed unused code.Ole Loots2011-12-041-101/+0
| | | | svn path=/trunk/netsurf/; revision=13234
* Stick to OS features for drag feature - handle it almost blocking (improves ↵Ole Loots2011-12-041-7/+93
| | | | | | user experience). svn path=/trunk/netsurf/; revision=13233
* Check return value of plotter->lock()Ole Loots2011-11-291-1/+2
| | | | svn path=/trunk/netsurf/; revision=13203
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-3/+5
| | | | | | | | - 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
* Use new function nkc_to_input_keyOle Loots2011-11-231-40/+13
| | | | svn path=/trunk/netsurf/; revision=13169
* Lock plotter during treeview redraw. Ole Loots2011-11-231-22/+25
| | | | svn path=/trunk/netsurf/; revision=13164
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+6
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Revert remove of cflib and further usage of xaaes nkcc routines. It resulted ↵Ole Loots2011-06-251-1/+1
| | | | | | in not-working page up / page down and up / down keys. svn path=/trunk/netsurf/; revision=12510
* Removed dependency to cflib,Ole Loots2011-05-241-1/+1
| | | | | | call EvntWindom only one time per sec. when active flag is set. svn path=/trunk/netsurf/; revision=12443
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-29/+1
| | | | svn path=/trunk/netsurf/; revision=12283
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-101-24/+308
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* using short filenames for treeview Icons for compatibility with classic TOS ↵Ole Loots2011-01-221-1/+1
| | | | | | systems. svn path=/trunk/netsurf/; revision=11440
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+220
svn path=/trunk/netsurf/; revision=11218