summaryrefslogtreecommitdiff
path: root/atari/gemtk/guiwin.c
Commit message (Collapse)AuthorAgeFilesLines
* Added about dialog, fixed scrolled treeview redraw.Ole Loots2013-09-261-1/+3
|
* Added SSL Cert Inspector WindowOle Loots2013-09-211-1/+1
| | | | (based on treeview API)
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-09-211-4/+45
| | | | (The Cookie Manager window is a new one)
* Added comments.Ole Loots2013-09-111-1/+4
|
* Match return value with function prototypes.Ole Loots2013-04-191-0/+1
|
* Properly exit move_rect function.Ole Loots2013-04-181-1/+2
|
* Check rc_intersect result and added comments.Ole Loots2013-04-161-3/+5
|
* Do not use clipping rectangle as toolbar redraw originOle Loots2013-04-151-7/+9
| | | | Fixes recent toolbar redraw change.
* Refactored toolbar redrawOle Loots2013-04-151-34/+50
| | | | Always use the callback pointer and introduced an standard callback.
* Improved debug logging.Ole Loots2013-04-131-2/+8
|
* Removed obsolete comments.Ole Loots2013-04-131-2/+0
|
* Renamed gemtk_wm_send_redraw to gemtk_wm_exec_redrawOle Loots2013-04-111-24/+40
| | | | ...and did a little bit refactoring.
* Fix duplicate Ctrl+V (and other shortcuts) key processing,Ole Loots2013-04-091-1/+1
| | | | by catching event callback return value.
* Added some commentsOle Loots2013-03-301-1/+6
|
* Some more finetuning...Ole Loots2013-01-311-23/+54
|
* The Window toolbar now have independet AES objects,Ole Loots2013-01-221-11/+21
| | | | which means no state restore is required before redraw.
* Prefixed gemtk module functions.Ole Loots2013-01-221-127/+127
|
* Display download filename in download confirm message.Ole Loots2013-01-171-2/+0
|
* Search is functional.Ole Loots2013-01-171-1/+3
|
* Search form inside browser windows starts to work.Ole Loots2013-01-161-0/+46
|
* Commented debug outputOle Loots2013-01-151-3/+2
|
* Make toolbar height configurable,Ole Loots2013-01-151-113/+147
| | | | started to use extended AES Object types.
* Further work on search in browser window.Ole Loots2013-01-141-3/+24
|
* Use windowes objc_w* and form_w* functions,Ole Loots2013-01-111-19/+20
| | | | | this should respect the window area, but it doesn't.
* Started to move the search form into the browser window.Ole Loots2013-01-111-0/+5
|
* Pass mbuttons to toolbar eventsOle Loots2013-01-101-1/+1
|
* Fixed WM_FULLED handlingOle Loots2013-01-101-4/+4
|
* Added some inline documentationOle Loots2013-01-101-22/+136
|
* Implemented language and font renderer popups.Ole Loots2013-01-071-1/+1
|
* Implemented caret redraw.Ole Loots2013-01-011-2/+2
|
* Moved form handling into gemtk,Ole Loots2012-12-311-102/+331
| | | | removed several windom includes
* wipOle Loots2012-12-281-0/+20
|
* Settings are now written when save is clicked.Ole Loots2012-12-281-2/+2
|
* - started to work on settings dialogOle Loots2012-12-211-9/+32
| | | | | | - 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.
* Preparing for merge...Ole Loots2012-12-181-16/+29
|
* First steps to remove windom dependency from download dialog.Ole Loots2012-12-121-1/+13
|
* Dragged scrolling/mouse click events works fine now.Ole Loots2012-12-041-1/+32
|
* Implemented Browser key input handling.Ole Loots2012-12-011-94/+93
|
* Only change selectable toolbar objects on click.Ole Loots2012-11-291-1/+2
|
* Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-271-26/+52
| | | | ...but it compiles...
* Fixed typo, caused small scroll bug.Ole Loots2012-11-221-3/+3
|
* Hotlist now works without windom.Ole Loots2012-11-221-7/+9
|
* Improved WM_FULLED handling (prev. size is getting restored)Ole Loots2012-11-221-133/+238
|
* Implemented scroll handling in gemtk.Ole Loots2012-11-211-73/+185
|
* Initial work at making scrolling workOle Loots2012-11-201-60/+116
|
* Ripped Windom out of the treeview implementation,Ole Loots2012-11-201-123/+267
| | | | it still requires scroll event handling to be implemented.
* Imporved gemtk toolbar handling.Ole Loots2012-11-191-14/+16
|
* Start to remove windom, wip.Ole Loots2012-11-181-0/+301
- Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling