summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Include headers we need, rather than depending on (optional) features doing so.Rob Kendrick2008-07-283-0/+3
* - Include utils/config.h before each WITH_* test entiry enabling/disabling th...John Tytgat2008-07-262-2/+4
* - Compiler warning squashJohn Tytgat2008-07-262-5/+5
* Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4431,...Rob Kendrick2008-07-261-0/+4
* Add simple, experimental Makefile.config support.Rob Kendrick2008-07-261-0/+3
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-2610-28/+434
* Fix deletion from text gadgetsJohn Mark Bell2008-07-251-1/+1
* Lose unused variableJohn Mark Bell2008-07-191-3/+4
* Fix inverted logic.John Mark Bell2008-07-191-3/+3
* Modify textarea_cut to allow caller to specify whether to place removed text ...John Mark Bell2008-07-191-17/+28
* Revert default max fetchers per host option value.Michael Drake2008-07-181-2/+6
* Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4680 ...Rob Kendrick2008-07-165-418/+600
* Performance improvements: rather than calling content_clean() every poll, we ...Rob Kendrick2008-07-071-1/+10
* Merged revisions 4114-4265,4267-4272,4275-4285,4287-4325 via svnmerge from John Mark Bell2008-06-112-2/+2
* Fix up.Michael Drake2008-06-061-2/+2
* Remove stray semicolon.Michael Drake2008-06-061-2/+2
* Remove stray semicolon.Michael Drake2008-06-061-1/+1
* Change box scrollbar drag to happen on HOLDING.Michael Drake2008-06-061-4/+3
* + Change core to handle different front end click behaviourMichael Drake2008-06-062-27/+54
* Fix list marker check. Thanks to jmb and mikeL.Michael Drake2008-06-031-1/+1
* s/wchar_t/uint32_t/gJohn Mark Bell2008-05-162-8/+8
* The core code has always assumed a locale of "C".John Mark Bell2008-05-133-4/+0
* Remove unnecessary includesJohn Mark Bell2008-05-111-3/+0
* Don't change URL bar contents until we've actually fetched the page.John Mark Bell2008-04-191-2/+0
* Launch redirects to unsupported URLs in other applications.John Mark Bell2008-04-191-0/+12
* Fix comment typos.Michael Drake2008-04-141-4/+4
* Remove text export build config option. Tidy up save_text code.Michael Drake2008-04-132-7/+2
* Rewrite text export to use box tree. Improves output formatting. Simplify sel...Michael Drake2008-04-134-164/+277
* Tidy and update comments.Michael Drake2008-04-111-26/+37
* Improve selection of text in floats.Michael Drake2008-04-112-93/+175
* Improve click handling in text inputs.Michael Drake2008-04-082-5/+7
* const fixes in plotters and history coreRob Kendrick2008-04-073-6/+6
* Various text selection improvements:Michael Drake2008-04-072-39/+71
* 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-312-29/+38
* Fix formatting of copied or saved text selections.Michael Drake2008-03-312-61/+159
* 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-292-7/+2
* Change meaning of c->redraw_time to be the earliest time to reflow during pag...Rob Kendrick2008-03-112-3/+3
* Initial attempt at implementing data: URLs. Needs cleaning and verifying tha...Rob Kendrick2008-03-051-0/+1
* Squash warnings differently.Michael Drake2008-03-031-4/+3
* Squash two warnings.Michael Drake2008-03-031-2/+3
* Periodically reflow the page while fetching a page's objects. Make buffer all...Michael Drake2008-02-292-5/+17
* Make content_reset actually do what it's meant to (i.e. reset the appropriate...John Mark Bell2008-02-271-2/+8
* SignednessWarnings.squash()John Mark Bell2008-02-253-47/+66
* Set default max fetchers per host option to 2.Michael Drake2008-02-251-1/+1
* Prevent tabbing into textfields whose styling is display: none;John Mark Bell2008-02-071-4/+10
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-031-25/+46