summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add COLOUR option type. Add some colour options for rendering core interfaces.Michael Drake2010-12-212-1/+51
* Pass space down to ami_add_to_clipboardChris Young2010-12-201-1/+1
* Make fetch.c use new RING_COUNTBYLWCHOSTDaniel Silverstone2010-12-201-4/+15
* Add RING_COUNTBYLWCHOSTDaniel Silverstone2010-12-201-0/+17
* Handy way to intersperse GDB when testing nsgtkDaniel Silverstone2010-12-201-1/+1
* Don't show a drag icon for text selectionChris Young2010-12-201-1/+2
* Fix framebuffer build.Michael Drake2010-12-191-2/+1
* Remove unnecessary duplicate parameter.Steve Fryatt2010-12-193-5/+3
* Track pointer on all treeview windows.Steve Fryatt2010-12-191-2/+6
* Squash warningChris Young2010-12-192-3/+1
* Prefill incorrect login detailsChris Young2010-12-192-12/+39
* Enable knockout for tree redraw.Michael Drake2010-12-191-0/+9
* Dynamically enable/disable buttons and menusChris Young2010-12-191-1/+52
* Allow tree drag status to reflect drags within textareas.Steve Fryatt2010-12-192-4/+7
* Allow snapshotting of treeview windowsChris Young2010-12-192-22/+119
* Use dashed boxes for treeview drags.Steve Fryatt2010-12-194-20/+145
* Give macro expansion less potential for ambiguity.Steve Fryatt2010-12-191-4/+4
* Make drag scrolls work more reliably and only within 10px of render areaChris Young2010-12-183-30/+44
* Draw tree background when there are no nodes.Michael Drake2010-12-181-4/+4
* Stop empty mouse events being reported, remove spurious extra button pressesChris Young2010-12-171-7/+7
* Don\'t pass spurious drag event data to the core treeview.Steve Fryatt2010-12-171-13/+17
* Take some calculations out of line redraw loop and fix rounding error.Michael Drake2010-12-171-15/+17
* Simplify text plot position calc.Michael Drake2010-12-171-3/+1
* Base treeview line height on text height, unless that's too small for the ico...Michael Drake2010-12-171-5/+14
* Move setting of the CSS DPI to before any treeviews are created, from when th...Rob Kendrick2010-12-172-4/+10
* When a hotlist entry edit ends by cancelling, rather than confirming the chan...Michael Drake2010-12-173-2/+8
* Allow double-clicks in main browser and middle button double-clicks in treeviewChris Young2010-12-163-5/+79
* Copy shared libraries tooChris Young2010-12-161-0/+32
* Apply simple weighted averaging to download rate calculations.Steve Fryatt2010-12-161-6/+19
* Remove redundant code from drag browser_mouse_state setup.Michael Drake2010-12-161-9/+0
* Document RISC OS front end's setup of browser_mouse_state.Michael Drake2010-12-161-12/+30
* Don't require CTRL or ALT for treeview window to claim input focus on click.Michael Drake2010-12-161-3/+1
* Make drags less jerky.Michael Drake2010-12-161-5/+13
* When we get a motion notify event, only set of a drag in the core if the mous...Michael Drake2010-12-161-4/+22
* Set last_{x|y} coords on press event so they are not used uninitialised in mo...Michael Drake2010-12-161-0/+5
* Pass adjust double clicks to the core too.Michael Drake2010-12-161-0/+3
* User may have no handle if it was the target of an iterator when the handle w...John Mark Bell2010-12-161-1/+1
* A double click fires a click as well.Michael Drake2010-12-161-1/+3
* Fix bug #3138151: shut down caches before killing off fetch layerJohn Mark Bell2010-12-161-4/+4
* Improve double click handling.Michael Drake2010-12-151-6/+10
* Ensure that we clean up after the client even if they report an error from th...John Mark Bell2010-12-151-16/+24
* Ensure mouse button press events are sent to the core for treeview type windo...Michael Drake2010-12-151-13/+19
* Don't give up on a mouse action because BROWSER_MOUSE_PRESS_{1|2} is set. Th...Michael Drake2010-12-151-9/+11
* Give caret for alt and ctrl since both start an edit.Michael Drake2010-12-151-1/+3
* Make llcache_object_user objects distinct from llcache_handles.John Mark Bell2010-12-151-32/+112
* Possible fix for issue reported by Chris Young.Michael Drake2010-12-151-1/+5
* Debug function for dumping browser_mouse_state.Michael Drake2010-12-153-2/+51
* Only draw caret if there is no selection.Michael Drake2010-12-151-1/+7
* Position text and caret correctly in single line text area. Make caret red s...Michael Drake2010-12-151-14/+33
* Much faster redraw of treeviews.Michael Drake2010-12-151-8/+19