summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-2833-216/+127
| | | | svn path=/trunk/netsurf/; revision=12673
* Make more robust. E.g. zero length scrollbars.Michael Drake2011-08-271-2/+8
| | | | svn path=/trunk/netsurf/; revision=12672
* Initial image content handler refactorVincent Sanders2011-08-2714-970/+587
| | | | svn path=/trunk/netsurf/; revision=12671
* Fix bug #3398114: only unref filename_value if we successfully obtained itJohn Mark Bell2011-08-251-2/+3
| | | | svn path=/trunk/netsurf/; revision=12670
* Fix step size for clicks on scrollbar arrow icons.Michael Drake2011-08-251-4/+4
| | | | svn path=/trunk/netsurf/; revision=12669
* Fix scrollbar click coords.Michael Drake2011-08-251-4/+4
| | | | svn path=/trunk/netsurf/; revision=12668
* When scrollbar extents are updated, scale current offset appropriately.Michael Drake2011-08-251-2/+4
| | | | svn path=/trunk/netsurf/; revision=12667
* When passing drag on to it's bw, we don't need to do anything if the drag is ↵Michael Drake2011-08-241-1/+1
| | | | | | for the current bw. svn path=/trunk/netsurf/; revision=12666
* During drags, prevent mouse interaction with other widgets.Michael Drake2011-08-241-4/+7
| | | | svn path=/trunk/netsurf/; revision=12665
* Set up page drag start in iframes.Michael Drake2011-08-241-1/+2
| | | | svn path=/trunk/netsurf/; revision=12664
* Improve browser window drag tracking, so that drags in internal browser ↵Michael Drake2011-08-242-0/+28
| | | | | | windows (iframes) carry on if pointer goes outside the bw that owns the drag. svn path=/trunk/netsurf/; revision=12663
* Fix treeview deselection redraw issue.Michael Drake2011-08-241-5/+6
| | | | svn path=/trunk/netsurf/; revision=12662
* Remove current_redraw_browser global.Michael Drake2011-08-242-4/+0
| | | | svn path=/trunk/netsurf/; revision=12661
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+0
| | | | svn path=/trunk/netsurf/; revision=12660
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
| | | | svn path=/trunk/netsurf/; revision=12659
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+1
| | | | svn path=/trunk/netsurf/; revision=12658
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+0
| | | | svn path=/trunk/netsurf/; revision=12657
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-242-8/+0
| | | | svn path=/trunk/netsurf/; revision=12656
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
| | | | svn path=/trunk/netsurf/; revision=12655
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-242-11/+0
| | | | svn path=/trunk/netsurf/; revision=12654
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
| | | | svn path=/trunk/netsurf/; revision=12653
* Remove last use of current_redraw_browser.Michael Drake2011-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=12652
* RISC OS changes for core search update (r12646).Michael Drake2011-08-241-43/+49
| | | | svn path=/trunk/netsurf/; revision=12651
* Amiga changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-26/+14
| | | | svn path=/trunk/netsurf/; revision=12650
* Atari changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-8/+5
| | | | svn path=/trunk/netsurf/; revision=12649
* Cocoa changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-6/+3
| | | | svn path=/trunk/netsurf/; revision=12648
* GTK changes for core search update (r12646).Michael Drake2011-08-243-20/+26
| | | | svn path=/trunk/netsurf/; revision=12647
* Core part of search improvement:Michael Drake2011-08-2413-679/+929
| | | | | | | | | | + Split up browser window and content related elements of html & text search. + Associate search contexts with contents, rather than browser windows. + Remove highlighting of search terms dependency on current_redraw_browser. + Fixes issues with search contexts being applied to the wrong content. svn path=/trunk/netsurf/; revision=12646
* Reject attempts by a stylesheet to import itselfJohn Mark Bell2011-08-231-6/+15
| | | | svn path=/trunk/netsurf/; revision=12644
* Replaced elements' children are not laid out, so don't look at their ↵Michael Drake2011-08-231-0/+4
| | | | | | descendants. Fixes #3380281. svn path=/trunk/netsurf/; revision=12642
* Fix bug #3390958: forcibly discard references to any child objects if we ↵John Mark Bell2011-08-201-4/+14
| | | | | | fail to complete conversion of an HTML content svn path=/trunk/netsurf/; revision=12641
* refactor to fix warning about out of range enumsVincent Sanders2011-08-131-393/+438
| | | | | | | | split default image finding for toolbar and findbar reorder to avoid forward declarations refactor macros to be *slightly* less awful svn path=/trunk/netsurf/; revision=12640
* Convert window title to local encoding.Ole Loots2011-08-051-1/+10
| | | | svn path=/trunk/netsurf/; revision=12638
* Added missing position update when window got moved.Ole Loots2011-08-051-5/+4
| | | | svn path=/trunk/netsurf/; revision=12637
* Improved accuracy for window resize. Ole Loots2011-08-053-70/+68
| | | | svn path=/trunk/netsurf/; revision=12636
* housekeepingOle Loots2011-08-055-39/+16
| | | | svn path=/trunk/netsurf/; revision=12635
* edit commentsOle Loots2011-08-051-2/+9
| | | | svn path=/trunk/netsurf/; revision=12634
* Redirect non-fatal errors to the NetSurf logChris Young2011-07-311-0/+16
| | | | svn path=/trunk/netsurf/; revision=12633
* Update from SamirChris Young2011-07-291-5/+5
| | | | svn path=/trunk/netsurf/; revision=12632
* Revert accidental changeChris Young2011-07-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=12631
* Fix memory leakChris Young2011-07-281-1/+2
| | | | svn path=/trunk/netsurf/; revision=12630
* Fix GCC 4.6 warnings in coreJohn Mark Bell2011-07-264-27/+3
| | | | svn path=/trunk/netsurf/; revision=12629
* Selection is now subordinate to html and text content types, and ↵Michael Drake2011-07-267-151/+167
| | | | | | disassociated from browser windows. Note: search currently uses hlcache_handle_get_content() to go from bw to h to get at c for search highlighting via selection. svn path=/trunk/netsurf/; revision=12626
* Remove unused hlcache_handle from search context.Michael Drake2011-07-261-4/+1
| | | | svn path=/trunk/netsurf/; revision=12625
* Skip over credentials when lower casing hostJohn Mark Bell2011-07-241-1/+13
| | | | svn path=/trunk/netsurf/; revision=12624
* Shared URL nodes in the treeview actually want to be readonly. They ↵John Mark Bell2011-07-244-32/+32
| | | | | | certainly have no business not copying transient data. svn path=/trunk/netsurf/; revision=12623
* Fix motion event handling in GTK treeviewJohn Mark Bell2011-07-242-26/+31
| | | | svn path=/trunk/netsurf/; revision=12622
* Fix double frees on download failureJohn Mark Bell2011-07-231-1/+4
| | | | svn path=/trunk/netsurf/; revision=12621
* Abort loading content when closing windowJohn Mark Bell2011-07-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=12620
* use human_friendly_bytesizeChris Young2011-07-231-3/+3
| | | | svn path=/trunk/netsurf/; revision=12619