summaryrefslogtreecommitdiff
path: root/atari/toolbar.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace textarea_drag_end call with textarea_mouse_action. ↵Michael Drake2013-01-291-2/+2
| | | | s/redraw_request/request_redraw/
* Update textarea to inform client what it's doing with drags.Michael Drake2013-01-291-2/+21
| | | | | | | Now single callback for both redraw requests and drag reports. Update treeview to use new textarea API. Update Atari URL bar to use new textarea API. (Ignores drag reports, currently.) Minor textarea fixes.
* Update for new textarea API.Michael Drake2013-01-131-6/+17
|
* add includes to get browser private struct on atariVincent Sanders2012-08-221-0/+1
|
* Handle "Save window size" menu event.Ole Loots2012-07-271-15/+15
|
* Changed toolbar_bg_color to type "colour",Ole Loots2012-07-231-89/+83
| | | | | Now the toolbar background can be configured as RGB colour.
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-37/+38
|
* Added toolbar image folder option.Ole Loots2012-06-211-6/+12
| | | | svn path=/trunk/netsurf/; revision=13982
* apply background color option and removed unused struct member of struct ↵Ole Loots2012-06-211-9/+11
| | | | | | s_tb_button. svn path=/trunk/netsurf/; revision=13981
* Fix redraw of embedded toolbar, by removing declaration of already declared ↵Ole Loots2012-06-041-12/+11
| | | | | | local variable. Load toolbar resource trees at toolbar_init(). svn path=/trunk/netsurf/; revision=13956
* Removed the use of duplicated OBJECT trees.Ole Loots2012-06-031-43/+19
| | | | svn path=/trunk/netsurf/; revision=13943
* Fixed redraw of embedded toolbar icons ( enabled / disabled state was ↵Ole Loots2012-06-031-48/+16
| | | | | | incorrectly handled ). svn path=/trunk/netsurf/; revision=13942
* Load & use throbber image.Ole Loots2012-06-031-37/+108
| | | | svn path=/trunk/netsurf/; revision=13940
* Reset stop button when url changes. Ole Loots2012-06-031-5/+2
| | | | svn path=/trunk/netsurf/; revision=13939
* Load toolbar icons from a single bitmap file. Ole Loots2012-06-031-116/+89
| | | | svn path=/trunk/netsurf/; revision=13935
* Prepared code for different button states (= different image ). Ole Loots2012-05-131-50/+148
| | | | svn path=/trunk/netsurf/; revision=13924
* Implemented "paste clipboard" for toolbar URL textbox. Ole Loots2012-04-241-4/+24
| | | | svn path=/trunk/netsurf/; revision=13887
* Share a single icon instance for multiple toolbars. Ole Loots2012-04-121-28/+60
| | | | svn path=/trunk/netsurf/; revision=13860
* Initial support for (truecolor) image toolbar ( toolbar icons loaded from ↵Ole Loots2012-04-101-149/+286
| | | | | | image file, not from resource ). svn path=/trunk/netsurf/; revision=13848
* Added functions to hide/show the toolbar. Ole Loots2012-01-111-1/+21
| | | | svn path=/trunk/netsurf/; revision=13400
* delete all text on esc key press.Ole Loots2011-12-271-0/+4
| | | | svn path=/trunk/netsurf/; revision=13350
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-197/+198
| | | | svn path=/trunk/netsurf/; revision=13335
* 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