summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2848-798/+1944
|\
| * Fix integer overflow in percentage calculation, credits: Peter Slegg.Ole Loots2012-11-281-1/+1
| * Hotlist toolbar needs to be ABOVE the tab barChris Young2012-11-281-4/+4
| * Don't force a redraw after adding the toolbar, because we (currently) only ad...Chris Young2012-11-281-3/+0
| * Actually show the toolbar. It looks awful.Chris Young2012-11-281-0/+8
| * Create a toolbar from the "Toolbar" folder within the hotlist. Note: makes no...Chris Young2012-11-282-1/+91
| * make window load event delivery workVincent Sanders2012-11-282-13/+21
| * initial event fireing implementationVincent Sanders2012-11-288-0/+161
| * extend corestings with event typesVincent Sanders2012-11-282-4/+278
| * html renderer error path fixups for meta refreshVincent Sanders2012-11-261-21/+23
| * remove example binding its out of date and in nsgenbind anywayVincent Sanders2012-11-261-229/+0
| * add correct copyright headersVincent Sanders2012-11-262-4/+26
| * Improve html renderer error reportingVincent Sanders2012-11-263-207/+225
| * add message retrival of error codes ensuring there are messages for all codesVincent Sanders2012-11-265-93/+112
| * add errorcode content broadcast APIVincent Sanders2012-11-262-0/+22
| * Merge remote-tracking branch 'origin/mmu_man/beos-fixes'Vincent Sanders2012-11-2617-148/+712
| |\
| | * beos: Don't link with libxml2 anymoreFrançois Revol2012-11-251-1/+1
| | * beos: comment on why the rdef file includes hexdump for iconsFrançois Revol2012-11-251-1/+4
| | * beos: debug output cleanupFrançois Revol2012-11-252-10/+0
| | * Mention the origin of the icons added by AdrienFrançois Revol2012-11-251-0/+2
| | * beos: Fix replicating with empty URL in archiveFrançois Revol2012-11-251-3/+4
| | * beos: More debug output cleanupFrançois Revol2012-11-251-3/+3