summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Michael Drake2013-09-022-24/+0
| | | | cocoa front ends. Amiga front end very likely broken.
* Fix treeview code's inconsistant application of the plot origin. (Fixes ↵Michael Drake2013-08-161-7/+7
| | | | various redraw glitches.)
* Remove pointless clipping. Move some calculations out of function call ↵Michael Drake2013-08-161-11/+6
| | | | params to make them more readable.
* 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 ↵Michael Drake2013-08-161-0/+2
| | | | mouse leaves window during drag.
* 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
| | | | | block_ads should be block_advertisments to match option name toolbar_status_width should be toolbar_status_size to match option name
* 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
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* 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 ↵Michael Drake2013-05-101-2/+5
| | | | it now.
* Remove search context from browser window, simplify search interface for ↵Michael Drake2013-05-071-80/+51
| | | | | | | | | | | | | | | | | | | | | | front ends. Added content interface for search. Removed bw->cur_search search context. Desktop layer now does nothing except pass search requests from front end onto the bw's current_content via the content interface. Search API reduced to a pair of functions at each level: {desktop|content|html|textplain}_search and {desktop|content|html|textplain}_search_clear Updated front ends to use simplified search API. Only tested GTK and RO builds. These confine the search stuff to render/. However search still uses struct selection. The handling for which is still spread over desktop/ and render/. Also the render/search code itself still fiddles inside html and textplain privates.
* Fix menu shading of copy/cut/paste options when more than one of them should ↵Michael Drake2013-03-181-5/+5
| | | | be made available.
* 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
| | | | | | Reverse Ctrl-Left/Right actions to match reality. Make Ctrl-Down duplicate End action. Tidy mixed usage of + and | in key definitions.
* A load of refactoring of how content selection and input work.Michael Drake2013-02-223-34/+46
| | | | | | | | | | | | | Keypresses now go via content interface. Contents don't shove the selection object into browser windows any more. Contents report selection existence by sending message. HTML content keeps track of where selections in it exist. Contents report whether they have input focus via caret setting msg. Caret can be hidden (can still input/paste) or removed. Consolidate textarea selection handling. Make textarea report its selection status changes to client. Various textarea fixes. Changed how we decide when to clear selections, and give focus.
* Fix build.Michael Drake2013-02-183-1/+3
|
* More fixup.Michael Drake2013-02-182-6/+10
|
* Make it build again.Michael Drake2013-02-181-11/+13
|
* fix errors introduced in refactorVincent Sanders2013-02-183-10/+22
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-188-46/+46
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-186-134/+331
|
* browser_window_navigate refactorVincent Sanders2013-02-184-35/+137
|
* Add JS filetype to mimetype mapping.Michael Drake2013-02-151-0/+1
|
* Fix potential double free when we've had something in our clipboard, another ↵Michael Drake2013-02-131-9/+12
| | | | app has claimed the clipboard, and the clipboard is now empty/disowned by all apps, and we try to paste the empty clipboard twice in NetSurf.
* Changing browser window to get wimp double clicks meant enum value for ↵Michael Drake2013-02-131-3/+2
| | | | single clicks was different. This broke the window taking focus on a single click. Fixed.
* Pass triple clicks to core.Michael Drake2013-02-121-7/+64
|
* Pass double clicks to browser windows.Michael Drake2013-02-121-3/+3
|
* Update nsfont_split documentation. Implementation was already compatible. ↵Michael Drake2013-02-101-5/+12
| | | | Can only split on spaces.
* Require and bundle Iconv 0.12John-Mark Bell2013-01-294-3/+10
|