summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Stop render/search.c from dereferencing bw and remove dependency on html & te...Michael Drake2012-08-141-0/+15
* Clean up search gui callbacks.Michael Drake2012-08-142-26/+28
* Let browser window handle content scroll request message.Michael Drake2012-08-131-0/+21
* Make selection_traverse internal to desktop/selection.c.Michael Drake2012-08-132-10/+8
* Tolerate NULL selection context in selection_get_copy.Michael Drake2012-08-131-1/+1
* Fix selection string struct init.Michael Drake2012-08-131-1/+5
* Function to get copy of selection as string.Michael Drake2012-08-132-2/+113
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-132-3/+4
* Obtain font style in copy handler.Michael Drake2012-08-131-1/+15
* check return from lwc operationVincent Sanders2012-08-091-4/+8
* Add core function for copy to clipboard, so we don't need to expose render/bo...Michael Drake2012-08-022-0/+51
* doxygen serious warning cleanupVincent Sanders2012-07-245-8/+13
* 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
* 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
* Move js_finalise(). Fix provided by Ole Loots (mono)Daniel Silverstone2012-06-291-2/+3
* correctly setup window object as globalVincent Sanders2012-06-261-2/+2
* Fix typoChris Young2012-06-191-1/+1
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-191-2/+6
* improve javascript supportVincent Sanders2012-06-106-158/+33
* Add support for sending DoNotTrack header.Chris Young2012-05-201-0/+5
* Pass correct width/height values to textarea redraw callback when setting car...Michael Drake2012-04-121-6/+19
* Fix caret redraw height. Thanks to m0n0.Michael Drake2012-04-121-1/+1
* Clean up blend_colour macro.Michael Drake2012-03-271-3/+3
* Fix lighten_colour and double_lighten_colour to prevent alpha bleeding into r...Michael Drake2012-03-271-10/+10
* Use gui_system_colours.Michael Drake2012-03-271-3/+3
* Remove gui_colour_* options.Michael Drake2012-03-271-13/+1
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
* Use gui_ interface to get system colours, rather than nosoption_.Michael Drake2012-03-271-13/+13
* Expose tree_setup_colours so it can be called from frontends if the systemChris Young2012-03-262-1/+2
* Use system colours for scrollbar widget. Front ends must be updated to set t...Michael Drake2012-03-251-39/+31
* Use system colours for treeview. Front ends must be updated to set them.Michael Drake2012-03-251-13/+22
* For now, build a shonky libxml tree. Later, rewrite save_complete for libdomDaniel Silverstone2012-03-251-5/+19
* Include render/box.hDaniel Silverstone2012-03-241-0/+1
* Include render/box.hDaniel Silverstone2012-03-241-0/+1
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-246-2/+8
* Remove bogus dependencies on box.hJohn Mark Bell2012-03-241-1/+1
* Migrate frame types so that desktop/browser.h does not include render/html.hDaniel Silverstone2012-03-246-3/+52
* Remove include that's pulled in from browser.h anyway.Michael Drake2012-03-241-1/+0
* remove unecessary includesVincent Sanders2012-03-231-4/+0
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-227-455/+573
* Add browser_window drag type accessor.Michael Drake2012-02-282-2/+15
* Add browser window scale acceser.Michael Drake2012-02-272-0/+14
* Constify rect param to browser_window_set_drag_type.Michael Drake2012-01-112-2/+2
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-113-10/+29
* Allow drag handlers to inform browser window layer of any pointer range const...Michael Drake2012-01-103-28/+41
* Browser window destruction destroys search context.Michael Drake2012-01-061-0/+4