summaryrefslogtreecommitdiff
path: root/atari/toolbar.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix focus elementOle Loots2011-12-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13251
* Added drag feature to the new url input.Ole Loots2011-12-041-2/+21
| | | | svn path=/trunk/netsurf/; revision=13232
* Copy (whole) URL on Copy key. Ole Loots2011-11-301-0/+12
| | | | svn path=/trunk/netsurf/; revision=13211
* Handle focus event within window_set_focus, select all when url input gets focusOle Loots2011-11-291-3/+1
| | | | svn path=/trunk/netsurf/; revision=13206
* 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-345/+249
| | | | | | | | - 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
* Obey to clipping rules... (walk the rectangle list) Ole Loots2011-09-201-26/+42
| | | | svn path=/trunk/netsurf/; revision=12825
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-301-2/+0
| | | | svn path=/trunk/netsurf/; revision=12550
* 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
* avoid usage of uninitialized variable. Ole Loots2011-06-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=12509
* small toolbar icon fix.Ole Loots2011-06-251-3/+8
| | | | svn path=/trunk/netsurf/; revision=12507
* 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
* rearranged includes, seperate redraw request areas.Ole Loots2011-05-091-0/+1
| | | | svn path=/trunk/netsurf/; revision=12359
* Revisited Throbber codeOle Loots2011-02-011-5/+17
| | | | svn path=/trunk/netsurf/; revision=11585
* Improved call to v_gtext.Ole Loots2011-01-301-27/+41
| | | | svn path=/trunk/netsurf/; revision=11552
* Implemented Search DialogOle Loots2011-01-301-3/+2
| | | | svn path=/trunk/netsurf/; revision=11536
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+772
svn path=/trunk/netsurf/; revision=11218