summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-091-2/+0
|\
| * Remove unused functions.Michael Drake2012-10-091-2/+0
| * Revert previous two commits now that we've diagnosed the CI hiccoughDaniel Silverstone2012-10-081-1/+0
| * Throw a #warning when the CI build is detected. Sorry for the noiseDaniel Silverstone2012-10-081-0/+1
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-082-2/+9
|\|
| * trivial docuemntation cleanups to address some of the huge number of docuemnt...Vincent Sanders2012-10-082-2/+9
* | Port to new urldb API.Michael Drake2012-10-081-2/+3
|/
* If you pass CI_BUILD=xxx to make, it will build a CI #xxx into the version st...Daniel Silverstone2012-10-061-1/+8
* verify path parameter to options loadingVincent Sanders2012-10-051-0/+5
* Fix cases of returning pointers as bool for GCC 2.95.2.Michael Drake2012-09-292-2/+2
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-229-150/+187
* Move scrollbar msg data declaration.Michael Drake2012-08-222-1/+1
* Clean up includes.Michael Drake2012-08-221-3/+1
* Allow the presence of form inputs to be obtained without knowledge of html co...Michael Drake2012-08-201-0/+1
* Function for front ends to get debug dump from bw.Michael Drake2012-08-202-0/+16
* Remove declaration of nonexistent function.Michael Drake2012-08-201-2/+0
* Don't pass struct box to content open.Michael Drake2012-08-201-1/+1
* Let *_drop_file_at_point determine if a drop is possible.Michael Drake2012-08-201-3/+4
* Avoid using hlcache_handle for drag saves in html_interaction. Drag save msg...Michael Drake2012-08-191-8/+9
* 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 ha...Michael Drake2012-08-161-2/+17
* 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 ht...Michael Drake2012-08-161-1/+7
* 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 thei...Michael Drake2012-08-151-1/+9
* 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