summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
* | Merge branch 'master' into mono/removing-windom-dependencyOle Loots2012-12-182-2/+54
|\|
| * split target defaults outVincent Sanders2012-12-131-0/+52
| |
| * make macro name more correctVincent Sanders2012-12-131-2/+2
| |
* | Preparing for merge...Ole Loots2012-12-1821-361/+832
| |
* | Download window works now without windom, except file select.Ole Loots2012-12-171-24/+30
| |
* | No more crash, but still work to do on download windowOle Loots2012-12-172-50/+51
| |
* | First steps to remove windom dependency from download dialog.Ole Loots2012-12-123-96/+210
| |
* | Do not uses windom functions for the login dialog.Ole Loots2012-12-093-61/+23
| |
* | Added function to retrieve current plotter dimensions.Ole Loots2012-12-072-1/+12
| |
* | Removed global_evnt.* from source treeOle Loots2012-12-062-218/+0
| |
* | Removed global_evnt.c module.Ole Loots2012-12-068-37/+22
| |
* | Only schedule on-screen redraw areas, and do not substractOle Loots2012-12-062-4/+5
| | | | | | | | scrolling positions from scheduled area.
* | 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
| | | | | | | | | | | | Doesn't work correctly for drag-scrolling, because gemtk schedules window messages for redraw regions... the rectangle list must be managed by gemtk...
* | 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
| | | | | | | | This is not related to windom, but makes the code less complex, too.
* | 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
| | | | | | | | ...but it compiles...
* | 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
| |