summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Set the file comment for the included ARexx scripts as part of the install, a...Chris Young2012-12-091-0/+4
| * Allow ctrl-click on hotlist toolbar to open in a new tabChris Young2012-12-091-1/+7
| * TimedDosRequester doesn't support linefeeds through \nChris Young2012-12-081-5/+5
| * Warn the user and give them an option to stop NetSurf shutting down, if the T...Chris Young2012-12-082-1/+37
| * Warn when closing multiple tabsChris Young2012-12-086-4/+22
| * Move download overwrite warning requester to misc.cChris Young2012-12-083-18/+25
| * Respond to Ctrl-C by immediately quitting. TCP/IP stack exit expects this.Chris Young2012-12-071-1/+7
| * implement document.URL and document.documentURIVincent Sanders2012-12-074-6/+63
| * correctly handle locationVincent Sanders2012-12-073-20/+31
| * Allow the size of the web search gadget to be user-setChris Young2012-12-063-1/+5
| * ensure default action fetcher is set to NULLVincent Sanders2012-12-062-0/+3
| * change to parameterised parser binding creationVincent Sanders2012-12-063-103/+131
| * Avoid NULL pointer accessChris Young2012-12-051-1/+1
| * abstract out GC root manipulation for js valuesVincent Sanders2012-12-042-2/+11
| * make events work on elementsVincent Sanders2012-12-045-29/+400
| * fix disabled javascript function signatureVincent Sanders2012-12-031-1/+1
| * add stub implemntation for event handling in elementsVincent Sanders2012-12-033-5/+34
| * issue click events at domVincent Sanders2012-12-035-21/+69
| * Set the newly-created hotlist dirs to be "retain in memory" otherwise NetSurf...Chris Young2012-12-011-2/+2
| * Don't need to attempt to free on remove, as the only entry point has already ...Chris Young2012-12-011-2/+0
| * Attempt to do some re-layout if the toolbar is added after the window opens.Chris Young2012-12-011-1/+6
| * Update documentationChris Young2012-12-011-2/+1
| * Make hotlist toolbar actually workChris Young2012-12-011-10/+11
| * make boxes keep reference to the DOM node that causes themVincent Sanders2012-11-303-3/+14
| * DebugChris Young2012-11-291-5/+8
| * Make hotlist toolbar work and update (only updates on hotlist window close cu...Chris Young2012-11-294-4/+105
| * Create "menu" and "toolbar" directories in the hotlist if they don't exist on...Chris Young2012-11-292-1/+49
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-11-282-1/+2
| |\
| | * add missing includeVincent Sanders2012-11-281-0/+1
| | * fix logicVincent Sanders2012-11-281-1/+1
| * | Improve the look of the hotlist toolbarChris Young2012-11-282-1/+11
| |/
| * use macro to compareVincent Sanders2012-11-281-27/+23
* | 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