summaryrefslogtreecommitdiff
path: root/atari
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
| |
* | Some more finetuning...Ole Loots2013-01-3118-313/+448
| |
* | The Window toolbar now have independet AES objects,Ole Loots2013-01-228-184/+466
| | | | | | | | which means no state restore is required before redraw.
* | Prefixed gemtk module functions.Ole Loots2013-01-2222-454/+453
| |
* | Do not redraw textarea background.Ole Loots2013-01-227-14/+25
| |
* | Restore object state for save/abort buttons.Ole Loots2013-01-181-0/+4
| |
* | TOP the next rootwindow when the current rootwindow gets iconified.Ole Loots2013-01-171-3/+11
| |
* | Display download filename in download confirm message.Ole Loots2013-01-173-3/+5
| |
* | Fixed type of "Send referrer" checkbox.Ole Loots2013-01-172-2/+2
| |
* | Search is functional.Ole Loots2013-01-1710-45/+188
| |
* | Search form inside browser windows starts to work.Ole Loots2013-01-1616-220/+635
| |
* | Use Extended AES Objects in settings dialog, done.Ole Loots2013-01-164-111/+100
| |
* | Fixed toolbar textarea clipOle Loots2013-01-151-12/+10
| |
* | Commented debug outputOle Loots2013-01-153-12/+9
| |
* | Menu Accelerators where not parsed.Ole Loots2013-01-151-84/+84
| |
* | Make toolbar height configurable,Ole Loots2013-01-1512-388/+440
| | | | | | | | started to use extended AES Object types.
* | Further work on search in browser window.Ole Loots2013-01-1411-176/+291
| |
* | Use windowes objc_w* and form_w* functions,Ole Loots2013-01-112-20/+21
| | | | | | | | | | this should respect the window area, but it doesn't.
* | Started to move the search form into the browser window.Ole Loots2013-01-1111-61/+161
| |
* | Use window_get_grect instead of guiwin_get_grect.Ole Loots2013-01-102-11/+11
| |
* | Pass mouse button to toolbar event handlerOle Loots2013-01-101-2/+7
| |
* | Pass mbuttons to toolbar eventsOle Loots2013-01-101-1/+1
| |
* | Prepared for toolbar context menu, fixed declarations.Ole Loots2013-01-102-4/+7
| |
* | Fixed WM_FULLED handlingOle Loots2013-01-102-4/+8
| |
* | Added some inline documentationOle Loots2013-01-102-52/+233
| |
* | Fixed merges...Ole Loots2013-01-092-923/+1030
| |
* | Merge branch 'master' into mono/removing-windom-dependencyOle Loots2013-01-091-4/+1
|\| | | | | | | | | Conflicts: atari/gui.c
| * Removed obsolete variable tmp_clipboardOle Loots2013-01-091-6/+1
| |
* | code formatingOle Loots2013-01-091-8/+8
| |
* | Removed windom variable from clipboard functions.Ole Loots2013-01-091-2/+2
| |
* | Merge branch 'master' into mono/removing-windom-dependencyOle Loots2013-01-093-1127/+971
|\| | | | | | | | | | | Conflicts: atari/gui.c atari/toolbar.h
| * Fixes for new clipboard interface.Ole Loots2013-01-093-121/+75
| |
* | Removed border around toolbar textareaOle Loots2013-01-082-2/+2
| |
* | Implemented language and font renderer popups.Ole Loots2013-01-079-792/+5146
| |
* | Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-0722-218/+322
| | | | | | | | | | - Serch window - Pop Menus in the settings dialog
* | Clip only once, not on every drawing primitive...Ole Loots2013-01-061-43/+44
| |
* | Bring netsurf frontend arch and buildsystem arch in sync.Ole Loots2013-01-052-4/+4
| | | | | | | | | | Previously, the frontend used ATARI_ARCH for output package configuration, this is now changed to ATARIARCH.
* | Removed browser.h/.cOle Loots2013-01-0311-1155/+55
| |
* | Implemented caret redraw.Ole Loots2013-01-0111-209/+297
| |
* | Merge branch 'master' into mono/removing-windom-dependencyOle Loots2012-12-311-1/+1
|\|
| * move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
| |
* | Updated Makefile.targetOle Loots2012-12-311-1/+3
| |
* | Moved form handling into gemtk,Ole Loots2012-12-3124-393/+652
| | | | | | | | removed several windom includes
* | Almost done.Ole Loots2012-12-281-25/+413
| |
* | wipOle Loots2012-12-284-1/+25
| |
* | Settings are now written when save is clicked.Ole Loots2012-12-283-3/+3
| |
* | Display current setting values.Ole Loots2012-12-225-163/+558
| |
* | - started to work on settings dialogOle Loots2012-12-2119-1041/+573
| | | | | | | | | | | | - some WIP in treeview widgets. Changed destroy / and init handling. It requires some optimization, when the widget is closed it must remove itself from the guiwin list, for perfomance.