summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix use of wrong enum value.Michael Drake2013-06-031-1/+1
* | | | Make heights signed, to simplify comparison with struct rect values, which ar...Michael Drake2013-06-032-6/+5
* | | | Simplify redraw node walk.Michael Drake2013-06-031-20/+11
* | | | Squash warnings for things that can't happen.Michael Drake2013-06-031-2/+5
* | | | Simplify tree walker.Michael Drake2013-06-031-23/+13
* | | | Fix string length.Michael Drake2013-06-031-1/+1
* | | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-06-0313-247/+571
|\| | |
| * | | enable trace logging in binding generationVincent Sanders2013-06-032-2/+1
| * | | forcing a GC when the new global is created improves memory usage with script...Vincent Sanders2013-06-031-0/+3
| * | | Turns out there are still two different compiles of the 1.8.5 API aboutVincent Sanders2013-06-031-6/+15
| * | | create objects from window on demand an keep them as simple unshared objectsVincent Sanders2013-06-024-97/+190
| * | | If a new browser window opens, bring the screen NetSurf is running on to the ...Chris Young2013-06-021-2/+3
| * | | Better logging for resource searchingChris Young2013-06-021-0/+2
| * | | Ensure treeview gets a palette rather than the built-in defaultsChris Young2013-06-011-38/+50
| * | | add finalisation to options and document the API betterVincent Sanders2013-06-015-97/+301
| * | | amiga is the only user of the very odd usage of the options APIVincent Sanders2013-06-012-11/+6
| * | | Set redraw tile size to default on screen changeChris Young2013-06-012-3/+4
| * | | Don't read the state of gadgets which don't existChris Young2013-06-011-0/+2
| * | | Remove unneeded parameterChris Young2013-06-011-33/+30
| * | | Remove bool default setter as the user will struggle to override itChris Young2013-06-011-5/+0
| * | | Fix the new prefs hookChris Young2013-06-011-2/+1
| * | | Set default colours when screen changesChris Young2013-06-011-32/+34
| * | | Use default macros for updating window sizeChris Young2013-06-011-9/+4
| * | | Macros for setting default options and updating user options if they are "as ...Chris Young2013-06-011-0/+15
* | | | Clean up history node deletion -- now treeview driven. Add select all, selec...Michael Drake2013-06-033-73/+275
* | | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-06-016-18/+18
|\| | |
| * | | Fix a crash when edit settings if NetSurf is running on the WB screenChris Young2013-05-316-18/+18
* | | | Squash warning.Michael Drake2013-05-311-1/+1
* | | | cw handle can't be const.Michael Drake2013-05-312-3/+3
* | | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-05-317-29/+73
|\| | |
| * | | Merge branch 'chris/gadtools-53-5'Chris Young2013-05-315-17/+54
| |\ \ \
| | * | | If using image menus, change the type to reflect thatChris Young2013-05-191-1/+3
| | * | | Fix buildChris Young2013-05-181-5/+5
| | * | | Create menus with icons when using gadtools 53.5+ (hotlist only currently)Chris Young2013-05-181-15/+25
| | * | | Get hotlist icons to use in menu creationChris Young2013-05-181-1/+2
| | * | | Get URL node iconChris Young2013-05-182-0/+12
| | * | | Allow getting the node's iconChris Young2013-05-182-0/+12
| * | | | Use macro directlyChris Young2013-05-311-5/+2
| * | | | Set more sensible default window sizeChris Young2013-05-311-7/+17
* | | | | Rename treeview_walk --> treeview_walk_internal.Michael Drake2013-05-311-3/+4
* | | | | Implement redraw request hander for treeview test parsite.Michael Drake2013-05-311-0/+5
* | | | | Call redraw function on clicks. Enable treewalker to skip the children of co...Michael Drake2013-05-311-10/+21
* | | | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-05-311-1/+1
|\| | | |
| * | | | Remove 0.5px vertical displacement of text.Michael Drake2013-05-311-1/+1
* | | | | Make treeview test parasite sit on mouse input too.Michael Drake2013-05-311-0/+11
* | | | | Add function to pass mouse input to treeview.Michael Drake2013-05-312-0/+8
* | | | | Make node flags for expanded and selected. Start mouse action support. (Lit...Michael Drake2013-05-312-26/+90
* | | | | Add parasitic hack to allow the new treeview to be tested in the Hotlist window.Michael Drake2013-05-311-0/+98
* | | | | Build the new treeview and global history.Michael Drake2013-05-311-1/+1
* | | | | Add global history client for new treeview.Michael Drake2013-05-312-0/+679