summaryrefslogtreecommitdiff
path: root/atari
Commit message (Expand)AuthorAgeFilesLines
* Use global variable desk_area for size calculationOle Loots2012-12-062-16/+14
* Context menu now opens at the correct location.Ole Loots2012-12-061-2/+2
* Implement mouse move event handlingOle Loots2012-12-063-60/+136
* Removed debug statements.Ole Loots2012-12-041-3/+0
* Reenabled VDI clipping...Ole Loots2012-12-041-1/+5
* Dragged scrolling/mouse click events works fine now.Ole Loots2012-12-045-72/+126
* Implemented scrolling for gui windows.Ole Loots2012-12-033-47/+95
* Implemented basic mouse input to browser component (click).Ole Loots2012-12-035-212/+256
* Use module variable h_gem_menu instead of local variableOle Loots2012-12-031-13/+9
* Replaces MenuIcheck() with calls to menu_icheck()Ole Loots2012-12-031-6/+6
* Implemented Browser key input handling.Ole Loots2012-12-013-213/+289
* Removed image toolbar settings.Ole Loots2012-12-011-13/+1
* Removed image toolbar stuffOle Loots2012-12-012-69/+4
* Toolbar is now finished, started work on browser redraw/scrolling.Ole Loots2012-11-3010-264/+531
* 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-296-129/+186
* Only change selectable toolbar objects on click.Ole Loots2012-11-291-1/+2
* Merge branch 'master' into mono/removing-windom-dependencyOle Loots2012-11-281-1/+1
|\
| * Fix integer overflow in percentage calculation, credits: Peter Slegg.Ole Loots2012-11-281-1/+1
* | Started refactoring of global redraw handling.Ole Loots2012-11-2812-96/+173
* | Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-2719-1498/+995
* | Fixed typo, caused small scroll bug.Ole Loots2012-11-221-3/+3
* | Hotlist now works without windom.Ole Loots2012-11-227-70/+95
* | Improved WM_FULLED handling (prev. size is getting restored)Ole Loots2012-11-221-133/+238
* | Completet scroll preprocessing, Hotlist fully works.Ole Loots2012-11-224-64/+82
* | Implemented scroll handling in gemtk.Ole Loots2012-11-217-550/+669
* | Initial work at making scrolling workOle Loots2012-11-204-74/+139
* | Ripped Windom out of the treeview implementation,Ole Loots2012-11-209-312/+560
* | Imporved gemtk toolbar handling.Ole Loots2012-11-1913-1360/+91
* | Start to remove windom, wip.Ole Loots2012-11-1830-1707/+3864
|/
* Revert "Refactored menu event handling and got rid of several windom calls."Ole Loots2012-11-187-721/+563
* Revert "Added missing Makefile changes for recent deskmenu commit."Ole Loots2012-11-181-1/+1
* Added missing Makefile changes for recent deskmenu commit.Ole Loots2012-11-141-1/+1
* Refactored menu event handling and got rid of several windom calls.Ole Loots2012-11-147-563/+721
* Added message box, so warn_user works as expected.Ole Loots2012-11-124-3/+101
* Remove libxmlJohn-Mark Bell2012-11-102-36/+1
* Fixed syntax error caused by search&replace?Ole Loots2012-11-071-346/+347
* Port save complete to libdom.John-Mark Bell2012-11-033-90/+2
* A little bit of polish?Rob Kendrick (fatigue)2012-11-031-1/+1
* Minimal fix to get atari rebuildingRob Kendrick (fatigue)2012-11-031-2/+2
* Use GEM Window Statusbar when WITH_CUSTOM_STATUSBAR is undefined.Ole Loots2012-10-192-6/+50
* Use malloc instead of alloca.Ole Loots2012-10-191-1/+4
* Use malloc instead of alloca.Ole Loots2012-10-181-12/+17
* Fix "error setting certificate verify locations" problem when the Choices fil...Michael Drake2012-10-171-8/+16
* Remove suspension of bmp/gif images. It's completely redundant with the conv...Michael Drake2012-10-141-92/+79
* Add optional use of STACK & STRIP Variables.Ole Loots2012-10-141-10/+12
* Strip the resulting executable, also update stack size.Ole Loots2012-10-131-13/+14
* Redraw favicon when it has been changed.Ole Loots2012-10-133-31/+66