summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Clean up history node deletion -- now treeview driven. Add select all, ↵Michael Drake2013-06-033-73/+275
| | | | selection clear, has selection functions. Improve selection handling. Enable double click to toggle node expansion. Improve redraw behaviour. Make treeview call node callback for deletion. Fix redraw issues.
* 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-314-0/+24
|\
| * Merge branch 'chris/gadtools-53-5'Chris Young2013-05-314-0/+24
| |\
| | * Get URL node iconChris Young2013-05-182-0/+12
| | |
| | * Allow getting the node's iconChris Young2013-05-182-0/+12
| | |
* | | 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 ↵Michael Drake2013-05-311-10/+21
| | | | | | | | | | | | collapsed nodes.
* | | 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. ↵Michael Drake2013-05-312-26/+90
| | | | | | | | | | | | (Little more than a stub.)
* | | Add parasitic hack to allow the new treeview to be tested in the Hotlist window.Michael Drake2013-05-311-0/+98
| | | | | | | | | | | | (Tested with GTK front end only, so far.)
* | | 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
| | | | | | | | | | | | | | | | | | Loads from urldb. Much faster load than old treeview based history. TODO: Keep it up-to-date as you browse.
* | | Add first pass at new treeview.Michael Drake2013-05-313-0/+1278
|/ / | | | | | | | | | | | | Only supports creation, destruction, and redraw atm. TODO: input handling (mouse, keyboard), editing, using the node callbacks. Also includes new core_window.h.
* | Ensure readable default colours.Michael Drake2013-05-291-26/+26
| |
* | Move NetSurf to CSS colour conversion macro. Make both conversion macros ↵Michael Drake2013-05-291-2/+1
| | | | | | | | the same.
* | remove ambiguity in subtraction and maskingVincent Sanders2013-05-291-1/+1
| |
* | fix transparancy on css colour lookupVincent Sanders2013-05-291-2/+2
| |
* | move option init out of netsurf_initVincent Sanders2013-05-282-13/+4
| |
* | add common system colour implementationVincent Sanders2013-05-282-1/+103
| |
* | build new options code and remove oldVincent Sanders2013-05-283-881/+1
| |
* | move options includeVincent Sanders2013-05-2813-13/+13
| |
* | change all core and frontend options headers to new formatVincent Sanders2013-05-281-143/+229
| |
* | Pass fetch redirect info up to content layer as content_msg. Mark redirect ↵Michael Drake2013-05-272-0/+8
| | | | | | | | origin URLs as visited in browser window content callback. Note this doesn't mean we track redirects, it just lets us get the :visited link style on links that redirect.
* | move the logging initialisation out to be call by frontendsVincent Sanders2013-05-232-13/+0
| | | | | | | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* | removed unsuded memdebug utilitiesVincent Sanders2013-05-231-5/+2
| |
* | add script_timeout option and use itVincent Sanders2013-05-222-6/+15
| |
* | create javascript heartbeat and hook a script timeout to itVincent Sanders2013-05-221-1/+11
|/
* Add logging to hotlist_cleanup() so we can narrow the field a littleDaniel Silverstone2013-05-151-0/+4
|
* Update the edit menu after every click, to be safe.Chris Young2013-05-121-1/+0
|
* more fix of edit menu updatesChris Young2013-05-121-0/+1
|