summaryrefslogtreecommitdiff
path: root/desktop/selection.c
Commit message (Expand)AuthorAgeFilesLines
* Make selection_traverse internal to desktop/selection.c.Michael Drake2012-08-131-2/+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-131-2/+112
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-2/+2
* Obtain font style in copy handler.Michael Drake2012-08-131-1/+15
* Add core function for copy to clipboard, so we don't need to expose render/bo...Michael Drake2012-08-021-0/+49
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-241-0/+1
* Selection is now subordinate to html and text content types, and disassociate...Michael Drake2011-07-261-47/+40
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-6/+31
* Minor selection changes.Michael Drake2011-07-021-2/+4
* Set/unset selection context's browser window on content_open/content_close.Michael Drake2011-07-011-39/+29
* Remove logging.Michael Drake2011-06-151-1/+0
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-8/+49
* Fix text selectionJohn Mark Bell2011-03-061-7/+8
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-0/+2
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+1
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-6/+8
* Ensure selection context is zero-initialised. This may well be the root cause...John Mark Bell2009-11-221-1/+1
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-1/+4
* And againJohn Mark Bell2009-05-281-0/+4
* Selection menu and save/download tweaksAdrian Lees2009-02-021-1/+16
* And these files too, pleaseAdrian Lees2009-01-301-7/+0
* Fix selection in plain text files, check if s->defined first, and check s->ro...François Revel2008-10-111-1/+1
* - C89 againFrançois Revel2008-07-291-2/+3
* Include headers we need, rather than depending on (optional) features doing so.Rob Kendrick2008-07-281-0/+1
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-1/+1
* Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4680 ...Rob Kendrick2008-07-161-26/+35
* Merged revisions 4114-4265,4267-4272,4275-4285,4287-4325 via svnmerge from John Mark Bell2008-06-111-1/+1
* Fix list marker check. Thanks to jmb and mikeL.Michael Drake2008-06-031-1/+1
* Rewrite text export to use box tree. Improves output formatting. Simplify sel...Michael Drake2008-04-131-93/+12
* Improve selection of text in floats.Michael Drake2008-04-111-1/+4
* Improve click handling in text inputs.Michael Drake2008-04-081-4/+2
* Various text selection improvements:Michael Drake2008-04-071-27/+57
* Improve formatting of copied/saved text from text selections in PREs. Improve...Michael Drake2008-04-021-5/+16
* Remove unused variable. Update copyright.Michael Drake2008-03-311-2/+1
* Suppress the box->space spaces after BRs in copied/saved text selections.Michael Drake2008-03-311-1/+2
* Tidy up.Michael Drake2008-03-311-28/+36
* Fix formatting of copied or saved text selections.Michael Drake2008-03-311-58/+154
* Ensure adjust drags before selection adjust selection start point.Michael Drake2008-03-301-1/+1
* Selection adjustments always change the selection end when click is inside th...Michael Drake2008-03-291-6/+2
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-4/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-9/+9
* Update project URL.Michael Drake2006-11-271-1/+1
* Squash warningJohn Mark Bell2006-09-111-1/+2
* Fixed spurious newline after pasting into textarea; possibly fixed some selec...Jeffrey Lee2006-09-101-7/+11
* Fix crash when saving a selection after its containing window's content John Mark Bell2006-04-261-6/+9
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-151-192/+137
* [project @ 2006-02-12 21:23:21 by adrianl]Adrian Lees2006-02-121-10/+17
* [project @ 2006-02-11 18:33:05 by adrianl]Adrian Lees2006-02-111-5/+40