summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* Show refcnt in lwc iterator at netsurf exit.Daniel Silverstone2012-07-221-1/+1
|
* Interned string cleanup, phase 2: Create utils/corestrings and use it in css ↵Michael Drake2012-07-221-0/+7
| | | | handler.
* Use case insensitive string comparisions for nodesJohn-Mark Bell2012-07-152-17/+18
|
* hlcache handle is not a content, do not treat it as one - oopsVincent Sanders2012-07-071-1/+3
|
* Add support for selecting text fragments (based on a patch from Ole Loots)John Mark Bell2012-06-301-0/+58
| | | | svn path=/trunk/netsurf/; revision=14016
* Move js_finalise(). Fix provided by Ole Loots (mono)Daniel Silverstone2012-06-291-2/+3
| | | | svn path=/trunk/netsurf/; revision=14014
* correctly setup window object as globalVincent Sanders2012-06-261-2/+2
| | | | svn path=/trunk/netsurf/; revision=13987
* Fix typoChris Young2012-06-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=13970
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-191-2/+6
| | | | | | | fix html content so it correctly loads all the script tags svn path=/trunk/netsurf/; revision=13968
* improve javascript supportVincent Sanders2012-06-106-158/+33
| | | | svn path=/trunk/netsurf/; revision=13962
* Add support for sending DoNotTrack header.Chris Young2012-05-201-0/+5
| | | | svn path=/trunk/netsurf/; revision=13928
* Pass correct width/height values to textarea redraw callback when setting ↵Michael Drake2012-04-121-6/+19
| | | | | | caret position. Reduces flicker. svn path=/trunk/netsurf/; revision=13851
* Fix caret redraw height. Thanks to m0n0.Michael Drake2012-04-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=13850
* Clean up blend_colour macro.Michael Drake2012-03-271-3/+3
| | | | svn path=/trunk/netsurf/; revision=13753
* Fix lighten_colour and double_lighten_colour to prevent alpha bleeding into ↵Michael Drake2012-03-271-10/+10
| | | | | | red channel. Make macros clearer. svn path=/trunk/netsurf/; revision=13742
* Use gui_system_colours.Michael Drake2012-03-271-3/+3
| | | | svn path=/trunk/netsurf/; revision=13741
* Remove gui_colour_* options.Michael Drake2012-03-271-13/+1
| | | | svn path=/trunk/netsurf/; revision=13740
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13737
* Use gui_ interface to get system colours, rather than nosoption_.Michael Drake2012-03-271-13/+13
| | | | svn path=/trunk/netsurf/; revision=13736
* Expose tree_setup_colours so it can be called from frontends if the systemChris Young2012-03-262-1/+2
| | | | | | | colour scheme changes. svn path=/trunk/netsurf/; revision=13730
* Use system colours for scrollbar widget. Front ends must be updated to set ↵Michael Drake2012-03-251-39/+31
| | | | | | them. svn path=/trunk/netsurf/; revision=13706
* Use system colours for treeview. Front ends must be updated to set them.Michael Drake2012-03-251-13/+22
| | | | svn path=/trunk/netsurf/; revision=13705
* For now, build a shonky libxml tree. Later, rewrite save_complete for libdomDaniel Silverstone2012-03-251-5/+19
| | | | svn path=/trunk/netsurf/; revision=13664
* Include render/box.hDaniel Silverstone2012-03-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=13639
* Include render/box.hDaniel Silverstone2012-03-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=13638
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-246-2/+8
| | | | svn path=/trunk/netsurf/; revision=13625
* Remove bogus dependencies on box.hJohn Mark Bell2012-03-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=13607
* Migrate frame types so that desktop/browser.h does not include render/html.hDaniel Silverstone2012-03-246-3/+52
| | | | svn path=/trunk/netsurf/; revision=13605
* Remove include that's pulled in from browser.h anyway.Michael Drake2012-03-241-1/+0
| | | | svn path=/trunk/netsurf/; revision=13591
* remove unecessary includesVincent Sanders2012-03-231-4/+0
| | | | svn path=/trunk/netsurf/; revision=13556
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-227-455/+573
| | | | svn path=/trunk/netsurf/; revision=13548
* Add browser_window drag type accessor.Michael Drake2012-02-282-2/+15
| | | | svn path=/trunk/netsurf/; revision=13494
* Add browser window scale acceser.Michael Drake2012-02-272-0/+14
| | | | svn path=/trunk/netsurf/; revision=13491
* Constify rect param to browser_window_set_drag_type.Michael Drake2012-01-112-2/+2
| | | | svn path=/trunk/netsurf/; revision=13398
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-113-10/+29
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Allow drag handlers to inform browser window layer of any pointer range ↵Michael Drake2012-01-103-28/+41
| | | | | | constraints. svn path=/trunk/netsurf/; revision=13394
* Browser window destruction destroys search context.Michael Drake2012-01-061-0/+4
| | | | svn path=/trunk/netsurf/; revision=13390
* Simplify frameset distribution calcs.Michael Drake2012-01-061-20/+20
| | | | svn path=/trunk/netsurf/; revision=13376
* Set drag type correctly for page drag.Michael Drake2012-01-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13375
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-016-1/+161
| | | | svn path=/trunk/netsurf/; revision=13360
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-0/+5
| | | | svn path=/trunk/netsurf/; revision=13354
* Redraw old width after deletion too.Michael Drake2011-12-241-3/+5
| | | | svn path=/trunk/netsurf/; revision=13340
* Set background image requirement in core print redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13338
* Add core options to disable fetch of foreground & background images.Michael Drake2011-12-232-0/+8
| | | | | | Remove broken background image option from RISC OS front end. svn path=/trunk/netsurf/; revision=13332
* Delete comment that seems incorrect.Michael Drake2011-12-201-3/+0
| | | | svn path=/trunk/netsurf/; revision=13307
* When deleting multiple treeview nodes, don't redraw after every node is ↵Michael Drake2011-12-201-3/+31
| | | | | | deleted, only after the whole lot has gone. (Much faster.) Fix redraw to clear bottom of treeview after deleting nodes. svn path=/trunk/netsurf/; revision=13306
* Add named scroll offset values for page up, page down, top and bottom.Michael Drake2011-12-182-0/+32
| | | | svn path=/trunk/netsurf/; revision=13293
* Fix frame dimension calculations when required sizes don't fit the available ↵Michael Drake2011-12-141-14/+40
| | | | | | space. svn path=/trunk/netsurf/; revision=13271
* Fix frameset resizing.Michael Drake2011-12-051-4/+4
| | | | svn path=/trunk/netsurf/; revision=13246