summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Expand)AuthorAgeFilesLines
* Set treeview text size to 12pt.Michael Drake2013-09-091-1/+7
* Destroy treeviews.Michael Drake2013-09-087-0/+43
* Remove dotted box from treeview move drags, as core draws location arrow for us.Steve Fryatt2013-09-081-1/+1
* Correct constraining rectangle for treeview drags so that pointer can't leave...Steve Fryatt2013-09-081-2/+1
* gui_current_drag_type now only used for data transfer protocol routing; fix b...Steve Fryatt2013-09-087-27/+22
* Allow ro_mouse to enable null polls; remove unused global variables.Steve Fryatt2013-09-087-34/+66
* Move all mouse tracking into ro_mouse module.Steve Fryatt2013-09-0812-139/+257
* Restructure handling of DragEnd events.Steve Fryatt2013-09-0813-102/+277
* Don't allow what treeview initialisation sets as the dimensions to be overwri...Michael Drake2013-09-031-6/+6
* Port to new recursive expand/contract functions.Michael Drake2013-09-033-31/+31
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-027-40/+54
* Remove cookies, history_global, and hotlist_old _initialise and _cleanup func...Michael Drake2013-09-024-20/+0
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-025-14/+3
* Remove bulk of old treeview implementation.Michael Drake2013-09-027-42/+13
* Use TREE_HOTLIST directly.Michael Drake2013-09-021-1/+1
* Use TREE_HISTORY directly.Michael Drake2013-09-021-1/+1
* Select TREE_COOKIES directly.Michael Drake2013-09-021-1/+1
* Remove tree_url_node module. Had to disable treeview scanning in amiga and c...Michael Drake2013-09-022-24/+0
* Fix treeview code's inconsistant application of the plot origin. (Fixes vari...Michael Drake2013-08-161-7/+7
* Remove pointless clipping. Move some calculations out of function call param...Michael Drake2013-08-161-11/+6
* Make the no_font_blending toggle.Michael Drake2013-08-161-0/+1
* Avoid background blending overhead for treeview text.Michael Drake2013-08-163-2/+11
* Pass mouse coords to treeview during drag. Note, we now get a warning when m...Michael Drake2013-08-161-0/+2
* Allow the other front ends to use the hotlist test too.Michael Drake2013-08-161-1/+1
* Avoid sslcert_get_tree_flags.Michael Drake2013-08-131-2/+1
* Move old hotlist out of the way.Michael Drake2013-08-135-32/+30
* Use new SSL certificate viewer.Michael Drake2013-08-122-10/+6
* Fix up for cookies_old rename.Michael Drake2013-07-224-4/+4
* s/history_core/local_history/Michael Drake2013-07-103-3/+3
* Remove unused options and default to not stripping file extenstions.Michael Drake2013-05-281-3/+1
* actually set the option we computeVincent Sanders2013-05-281-2/+5
* Try the variant that passes "TRUE" in R2.Michael Drake2013-05-281-1/+1
* fixup issues with new options API mergeVincent Sanders2013-05-285-9/+9
* move riscos to new option APIVincent Sanders2013-05-284-440/+103
* fix mismatched option name and variable namesVincent Sanders2013-05-282-4/+4
* move options includeVincent Sanders2013-05-2834-35/+35
* change all core and frontend options headers to new formatVincent Sanders2013-05-281-124/+43
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-2/+16
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-105-5/+0
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need i...Michael Drake2013-05-101-2/+5
* Remove search context from browser window, simplify search interface for fron...Michael Drake2013-05-071-80/+51
* Fix menu shading of copy/cut/paste options when more than one of them should ...Michael Drake2013-03-181-5/+5
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-4/+6
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfSteve Fryatt2013-02-241-0/+2
|\
| * Fix leak when handling pasteJohn-Mark Bell2013-02-241-0/+2
* | Set Message_DataRequest length correctly.Steve Fryatt2013-02-241-1/+1
|/
* Fix handling of Ctrl-Left/Right/Up/Down in browser windows.Steve Fryatt2013-02-241-7/+8
* A load of refactoring of how content selection and input work.Michael Drake2013-02-223-34/+46
* Fix build.Michael Drake2013-02-183-1/+3
* More fixup.Michael Drake2013-02-182-6/+10