summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* Handle choice of whether to show status for loading content or request content.Michael Drake2012-08-191-2/+11
|
* Add paste request content message.Michael Drake2012-08-181-0/+6
|
* Add content message for setting mouse pointer.Michael Drake2012-08-171-0/+5
|
* Move mouse pointer enums to mouse header.Michael Drake2012-08-173-31/+35
|
* Use new content message for saving of hyperlink target URL.Michael Drake2012-08-161-0/+10
|
* Move browser window related control over mouse pointer out of html content ↵Michael Drake2012-08-161-2/+17
| | | | handler.
* Don't use GUI_POINTERs in content handlers.Michael Drake2012-08-164-23/+53
|
* Move bw time recording to bw layer.Michael Drake2012-08-161-0/+3
|
* Add message for content wanting wanting drag save to start.Michael Drake2012-08-161-0/+30
|
* Don't need to include content.hMichael Drake2012-08-161-1/+0
|
* Remove redundant legacy checking for bw->window.Michael Drake2012-08-161-1/+1
|
* Frame drag start function can take child bw. Don't need to get root bw in ↵Michael Drake2012-08-161-1/+7
| | | | html handler. Avoids bw dereferences.
* Make new function for starting a frames resize and use it.Michael Drake2012-08-162-2/+10
|
* Formatting changes.Michael Drake2012-08-161-9/+22
|
* Remove redundant "action" param.Michael Drake2012-08-162-7/+4
|
* Don't pass status to frames handler.Michael Drake2012-08-162-5/+4
|
* Remove redundant scrollbar widget message.Michael Drake2012-08-163-25/+0
|
* Let contents broadcast explicit status messages as well as announce that ↵Michael Drake2012-08-151-1/+9
| | | | their internal status has been updated.
* Stop render/search.c from dereferencing bw and remove dependency on html & ↵Michael Drake2012-08-141-0/+15
| | | | text contents' bw pointer.
* 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 ↵Michael Drake2012-08-022-0/+51
| | | | render/box.h internals to front ends.
* 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
| | | | 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