summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add missing includeJohn Mark Bell2011-09-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=12702
* Squash warnings resulting from mismatched type expectationsJohn Mark Bell2011-09-025-6/+6
| | | | svn path=/trunk/netsurf/; revision=12701
* Fix erroneous API usageJohn Mark Bell2011-09-021-2/+1
| | | | svn path=/trunk/netsurf/; revision=12700
* Search for librosprite when cross compiling for Amiga platformsJohn Mark Bell2011-09-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=12699
* Avoid calling AllocSignal() until the last minute, as it causes PM_OPEN to ↵Chris Young2011-09-024-36/+19
| | | | | | | | | | initiate an Intuition or Input deadlock. Re-enable context menus as they are now safe. Remove sticky context menus option as this can be set in GUI prefs as a global option. svn path=/trunk/netsurf/; revision=12698
* Remove redundant bw->current_content check.Michael Drake2011-09-011-4/+0
| | | | svn path=/trunk/netsurf/; revision=12696
* More accurate legacy font size handlingJohn Mark Bell2011-08-312-15/+97
| | | | svn path=/trunk/netsurf/; revision=12695
* Don't refresh buttons when enabling/disabling. Fixes bitmap alpha/overprintingChris Young2011-08-311-5/+5
| | | | | | problem (thanks to Simon Archer) svn path=/trunk/netsurf/; revision=12694
* fix buildChris Young2011-08-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=12693
* Avoid instance of using bw->current_content outside desktop/.Michael Drake2011-08-314-73/+75
| | | | svn path=/trunk/netsurf/; revision=12690
* add Mac OS X .dmg instalelr file build rulesVincent Sanders2011-08-311-0/+10
| | | | svn path=/trunk/netsurf/; revision=12689
* Optimise out scrollbar action induced redraws with no effect.Michael Drake2011-08-311-0/+5
| | | | svn path=/trunk/netsurf/; revision=12688
* fix apple image content handlerVincent Sanders2011-08-311-3/+4
| | | | svn path=/trunk/netsurf/; revision=12687
* refactor bitmap out of generic content structureVincent Sanders2011-08-3117-125/+320
| | | | svn path=/trunk/netsurf/; revision=12686
* Include missing header.Michael Drake2011-08-311-0/+1
| | | | svn path=/trunk/netsurf/; revision=12685
* Avoid name clash.Michael Drake2011-08-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=12684
* Use API to find out if a browser window has a selection.Michael Drake2011-08-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=12683
* Removed frame artifacts. Ole Loots2011-08-301-40/+0
| | | | | | Do not send WM_DESTROY on close ( leads to crash when search is open during close). Let the OS Free up the memory. svn path=/trunk/netsurf/; revision=12682
* Avoid double free. Wasn't triggered before, because no data was passed to ↵Ole Loots2011-08-301-4/+0
| | | | | | destroy. svn path=/trunk/netsurf/; revision=12681
* Removed usage of duplicate types for the same thing (bbox, rect) Ole Loots2011-08-302-55/+50
| | | | svn path=/trunk/netsurf/; revision=12680
* #ifdef this properlyChris Young2011-08-301-2/+4
| | | | svn path=/trunk/netsurf/; revision=12679
* More robustification.Michael Drake2011-08-301-5/+12
| | | | svn path=/trunk/netsurf/; revision=12678
* Update to latest root certificatesChris Young2011-08-291-2/+112
| | | | svn path=/trunk/netsurf/; revision=12677
* Disable the DataTypes animation handler for now as it doesn't work properlyChris Young2011-08-291-0/+2
| | | | svn path=/trunk/netsurf/; revision=12676
* If no Cookies file path is set in Choices file, use default of ↵Michael Drake2011-08-291-2/+2
| | | | | | "~/.netsurf/Cookies". svn path=/trunk/netsurf/; revision=12675
* Fix build when using NETSURF_USE_ROSPRITEChris Young2011-08-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=12674
* 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