summaryrefslogtreecommitdiff
path: root/atari/gemtk
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some unused variable warnings.Ole Loots2014-09-151-4/+2
|
* Remove unused variable.Michael Drake2014-05-191-1/+0
|
* Fix line endings.Michael Drake2014-05-191-16/+16
|
* Remove unused variables.Michael Drake2014-05-191-3/+0
|
* Remove unused variables.Michael Drake2014-05-191-3/+1
|
* Remove duplicate condition.Michael Drake2014-05-191-1/+1
|
* Fix previous checking (do not call av/va functions)Ole Loots2014-01-021-0/+8
|
* Added VA/AV Protocol support (not used yet).Ole Loots2014-01-024-0/+305
|
* Do not use tmpnam() but a custom function.Ole Loots2013-12-292-0/+32
|
* Do not redraw toolbar when window is iconifiedOle Loots2013-12-221-1/+3
|
* Assign 0 not NULL as window handle when sending application messageOle Loots2013-12-211-1/+1
|
* Minor changes to gemtkOle Loots2013-12-213-4/+4
| | | | | - check for NULL window ptr in gemtk_wm_send_msg - use textarea template string for max textarea string length
* Added commentsOle Loots2013-11-241-0/+8
|
* Added documentation for gemtk_obj_create_popup_treeOle Loots2013-11-241-1/+18
|
* Generate language popup from language fileOle Loots2013-11-232-6/+11
|
* Added gemtk_obj_create_popup_tree util.Ole Loots2013-11-232-0/+137
|
* Added about dialog, fixed scrolled treeview redraw.Ole Loots2013-10-061-1/+3
|
* Added SSL Cert Inspector WindowOle Loots2013-10-061-1/+1
| | | | (based on treeview API)
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-10-063-4/+82
| | | | (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-192-0/+3
|
* Properly exit move_rect function.Ole Loots2013-04-181-1/+2
|
* Check rc_intersect result and added comments.Ole Loots2013-04-162-3/+6
|
* 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-112-25/+44
| | | | ...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
|
* Added missing copyright headers.Ole Loots2013-01-313-0/+54
|
* Some more finetuning...Ole Loots2013-01-312-25/+63
|
* The Window toolbar now have independet AES objects,Ole Loots2013-01-223-108/+340
| | | | which means no state restore is required before redraw.
* Prefixed gemtk module functions.Ole Loots2013-01-226-246/+245
|
* Do not redraw textarea background.Ole Loots2013-01-222-2/+2
|
* Display download filename in download confirm message.Ole Loots2013-01-171-2/+0
|
* Search is functional.Ole Loots2013-01-173-1/+46
|
* Search form inside browser windows starts to work.Ole Loots2013-01-162-3/+47
|
* Commented debug outputOle Loots2013-01-151-3/+2
|
* Make toolbar height configurable,Ole Loots2013-01-153-176/+191
| | | | started to use extended AES Object types.
* Further work on search in browser window.Ole Loots2013-01-142-3/+27
|
* 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-113-3/+23
|
* Pass mbuttons to toolbar eventsOle Loots2013-01-101-1/+1
|
* Fixed WM_FULLED handlingOle Loots2013-01-102-4/+8
|
* Added some inline documentationOle Loots2013-01-102-52/+233
|
* Implemented language and font renderer popups.Ole Loots2013-01-071-1/+1
|
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-074-37/+107
| | | | | - Serch window - Pop Menus in the settings dialog
* Implemented caret redraw.Ole Loots2013-01-013-2/+18
|
* Moved form handling into gemtk,Ole Loots2012-12-315-114/+427
| | | | removed several windom includes