summaryrefslogtreecommitdiff
path: root/atari/toolbar.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into mono/removing-windom-dependencymono/removing-windom-dependencyOle Loots2013-01-311-0/+271
|\ | | | | | | | | Conflicts: atari/toolbar.c
| * Add move caret msg. Add flag to choose internal caret or caret move msgs.Michael Drake2013-01-301-1/+1
| |
| * 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
| |
* | Some more finetuning...Ole Loots2013-01-311-4/+4
| |
* | The Window toolbar now have independet AES objects,Ole Loots2013-01-221-39/+65
| | | | | | | | which means no state restore is required before redraw.
* | Prefixed gemtk module functions.Ole Loots2013-01-221-3/+3
| |
* | Do not redraw textarea background.Ole Loots2013-01-221-7/+18
| |
* | Display download filename in download confirm message.Ole Loots2013-01-171-0/+1
| |
* | Search is functional.Ole Loots2013-01-171-11/+1
| |
* | Search form inside browser windows starts to work.Ole Loots2013-01-161-3/+25
| |
* | Fixed toolbar textarea clipOle Loots2013-01-151-12/+10
| |
* | Commented debug outputOle Loots2013-01-151-3/+3
| |
* | Make toolbar height configurable,Ole Loots2013-01-151-4/+35
| | | | | | | | started to use extended AES Object types.
* | Further work on search in browser window.Ole Loots2013-01-141-77/+133
| |
* | Prepared for toolbar context menu, fixed declarations.Ole Loots2013-01-101-2/+5
| |
* | Removed browser.h/.cOle Loots2013-01-031-1/+0
| |
* | Moved form handling into gemtk,Ole Loots2012-12-311-3/+3
| | | | | | | | removed several windom includes
* | Removed global_evnt.c module.Ole Loots2012-12-061-3/+3
| |
* | Dragged scrolling/mouse click events works fine now.Ole Loots2012-12-041-1/+1
| |
* | Removed image toolbar stuffOle Loots2012-12-011-60/+4
| | | | | | | | This is not related to windom, but makes the code less complex, too.
* | Toolbar is now finished, started work on browser redraw/scrolling.Ole Loots2012-11-301-29/+298
| |
* | Removed debug statementsOle Loots2012-11-291-1/+1
| |
* | Removed debug statementsOle Loots2012-11-291-2/+1
| |
* | Removed debug statementsOle Loots2012-11-291-14/+0
| |
* | re-implemented browser toolbar redraw / URL area redraw.Ole Loots2012-11-291-85/+126
| |
* | Started refactoring of global redraw handling.Ole Loots2012-11-281-14/+15
| |
* | Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-271-824/+328
| | | | | | | | ...but it compiles...
* | Start to remove windom, wip.Ole Loots2012-11-181-5/+5
|/ | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* 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