summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Revert gadtools 53.5 changeChris Young2013-06-061-26/+0
| | | |
| * | | add some dependancies on fedora/rpm systems (closes tracker bug #3610094)Vincent Sanders2013-06-061-3/+5
| | | |
* | | | Add support for selection drags. Not yet implemented move drags.Michael Drake2013-06-181-9/+208
| | | |
* | | | Add triple click to mouse event logger.Michael Drake2013-06-151-1/+2
| | | |
* | | | Make test parasite pass drag end event to new treeview.Michael Drake2013-06-151-0/+5
| | | |
* | | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-06-055-3/+58
|\| | |
| * | | only set no proxy value in modern enough versions of teh libraryVincent Sanders2013-06-041-0/+3
| | | |
| * | | Add and use no proxy list optionVincent Sanders2013-06-045-3/+55
| | | |
* | | | Set visits and last visited values.Michael Drake2013-06-041-5/+24
| | | |
* | | | Reduce redraw area.Michael Drake2013-06-041-2/+2
| | | |
* | | | Ensure there's a title.Michael Drake2013-06-041-2/+4
| | | |
* | | | Update for launch msg.Michael Drake2013-06-041-1/+4
| | | |
* | | | Fixup and remove unused defines.Michael Drake2013-06-041-4/+1
| | | |
* | | | Enable double click to launch from treeview.Michael Drake2013-06-042-9/+15
| | | |
* | | | Add support for clicking node expansion toggle.Michael Drake2013-06-041-6/+28
| | | |
* | | | Allow ctrl + select to toggle selection.Michael Drake2013-06-041-1/+3
| | | |
* | | | Make releationship enum meanings clearer.Michael Drake2013-06-043-9/+9
| | | |
* | | | Sort so newest at top.Michael Drake2013-06-041-3/+11
| | | |
* | | | Lose excess logging.Michael Drake2013-06-041-2/+0
| | | |
* | | | Different text colour for an expanded entries' fields.Michael Drake2013-06-041-14/+36
| | | |
* | | | Store inset on node.Michael Drake2013-06-041-15/+12
| | | |
* | | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-06-041-0/+5
|\| | |
| * | | implement very, very bad js window.top methodVincent Sanders2013-06-031-0/+5
| | | |
* | | | Get line height from font size.Michael Drake2013-06-031-4/+10
| | | |
* | | | Remove selected area styles.Michael Drake2013-06-031-20/+0
| | | |
* | | | Don't pass INT_MAX to redraw_request. RO WIMP doesn't like it.Michael Drake2013-06-031-4/+7
| | | | | | | | | | | | | | | | TODO: Make treeview aware of the window size.
* | | | Remove logging.Michael Drake2013-06-031-2/+1
| | | |
* | | | Include full expanded entry height in clip test.Michael Drake2013-06-031-1/+1
| | | |
* | | | Use plot coordinate correctly and use the shifted offset clip rect.Michael Drake2013-06-031-5/+5
| | | |
* | | | Fix use of wrong enum value.Michael Drake2013-06-031-1/+1
| | | |
* | | | Make heights signed, to simplify comparison with struct rect values, which ↵Michael Drake2013-06-032-6/+5
| | | | | | | | | | | | | | | | are signed.
* | | | 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 ↵Vincent Sanders2013-06-031-0/+3
| | | | | | | | | | | | | | | | scripts enabled
| * | | 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
| | | | | | | | | | | | | | | | update prototype handling to keep GC refs
| * | | If a new browser window opens, bring the screen NetSurf is running on to the ↵Chris Young2013-06-021-2/+3
| | | | | | | | | | | | | | | | front
| * | | 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
| | | |