summaryrefslogtreecommitdiff
path: root/atari/toolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into mono/removing-windom-dependencymono/removing-windom-dependencyOle Loots2013-01-311-0/+271
|\
| * 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. s/redraw_request/...Michael Drake2013-01-291-2/+2
| * Update textarea to inform client what it's doing with drags.Michael Drake2013-01-291-2/+21
| * 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
* | 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
* | 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 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
* | 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
* | Start to remove windom, wip.Ole Loots2012-11-181-5/+5
|/
* 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
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-37/+38
* Added toolbar image folder option.Ole Loots2012-06-211-6/+12
* apply background color option and removed unused struct member of struct s_tb...Ole Loots2012-06-211-9/+11
* Fix redraw of embedded toolbar, by removing declaration of already declared l...Ole Loots2012-06-041-12/+11
* Removed the use of duplicated OBJECT trees.Ole Loots2012-06-031-43/+19
* Fixed redraw of embedded toolbar icons ( enabled / disabled state was incorre...Ole Loots2012-06-031-48/+16
* Load & use throbber image.Ole Loots2012-06-031-37/+108
* Reset stop button when url changes. Ole Loots2012-06-031-5/+2
* Load toolbar icons from a single bitmap file. Ole Loots2012-06-031-116/+89
* Prepared code for different button states (= different image ). Ole Loots2012-05-131-50/+148
* Implemented "paste clipboard" for toolbar URL textbox. Ole Loots2012-04-241-4/+24
* Share a single icon instance for multiple toolbars. Ole Loots2012-04-121-28/+60
* Initial support for (truecolor) image toolbar ( toolbar icons loaded from ima...Ole Loots2012-04-101-149/+286
* Added functions to hide/show the toolbar. Ole Loots2012-01-111-1/+21
* delete all text on esc key press.Ole Loots2011-12-271-0/+4
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-197/+198
* Fix focus elementOle Loots2011-12-061-1/+1