summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More shared objectsChris Young2009-03-144-5/+5
| | | | svn path=/trunk/netsurf/; revision=6783
* Use Copystore to copy SObjs when install triggered by AmiUpdateChris Young2009-03-141-14/+30
| | | | svn path=/trunk/netsurf/; revision=6782
* Minor fixesChris Young2009-03-142-6/+6
| | | | svn path=/trunk/netsurf/; revision=6781
* more shared objectsChris Young2009-03-113-4/+10
| | | | svn path=/trunk/netsurf/; revision=6778
* bitmap opaque handlingVincent Sanders2009-03-114-34/+43
| | | | svn path=/trunk/netsurf/; revision=6777
* Remove gap between the tab close gadget and the first tabChris Young2009-03-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=6776
* Copy a couple more required shared objects.Chris Young2009-03-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=6775
* We don't need to reparse the document when saving complete -- the document ↵John Mark Bell2009-03-111-29/+11
| | | | | | | | persists for the lifetime of its content. Better still would be to perform the serialisation manually, so that we don't need to copy the document at all. svn path=/trunk/netsurf/; revision=6774
* reduce mouse flickerVincent Sanders2009-03-111-0/+3
| | | | svn path=/trunk/netsurf/; revision=6772
* Sync hubbub binding with spec.John Mark Bell2009-03-101-3/+35
| | | | svn path=/trunk/netsurf/; revision=6769
* Fix continuous throbber.Michael Drake2009-03-101-1/+3
| | | | svn path=/trunk/netsurf/; revision=6762
* Avoid warning.Michael Drake2009-03-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=6761
* move framebuffer port to framebuffer toolkitVincent Sanders2009-03-1020-1080/+1960
| | | | svn path=/trunk/netsurf/; revision=6760
* add section on fontsVincent Sanders2009-03-101-0/+102
| | | | svn path=/trunk/netsurf/; revision=6753
* Improve previous commit.John Mark Bell2009-03-101-4/+1
| | | | svn path=/trunk/netsurf/; revision=6752
* Treat short meta refreshes in top-level browser windows as if they were HTTP ↵John Mark Bell2009-03-101-2/+17
| | | | | | redirects for the purposes of verifiability. svn path=/trunk/netsurf/; revision=6751
* Fix scroll position for new pages/tabsChris Young2009-03-091-3/+6
| | | | svn path=/trunk/netsurf/; revision=6744
* Add .spr -> image/x-riscos-sprite MIME mapping to GTK front endJohn Mark Bell2009-03-092-2/+4
| | | | | | Fix crash inducing bugs in nssprite.c svn path=/trunk/netsurf/; revision=6743
* Stop NetSurf jumping back to the top of the document when scrolling before ↵Chris Young2009-03-081-2/+0
| | | | | | | | the page has finished loading. svn path=/trunk/netsurf/; revision=6742
* Add ability to render part of a local history window.Chris Young2009-03-084-27/+155
| | | | | | | | | | This is achieved through new function history_redraw_rectangle. It takes the co-ordinates of the history area to plot as parameters 2-5 and the co-ordinates of the top-left position to draw this area as params 6,7 Added local history scrolling to Amiga port using the above function. svn path=/trunk/netsurf/; revision=6740
* Implement thumbnail creationChris Young2009-03-083-8/+66
| | | | svn path=/trunk/netsurf/; revision=6736
* Fix compilation errorsChris Young2009-03-081-2/+0
| | | | svn path=/trunk/netsurf/; revision=6735
* Better AmigaOS GCC fix (thanks jmb)Chris Young2009-03-081-5/+0
| | | | svn path=/trunk/netsurf/; revision=6734
* Mostly-working local history windowChris Young2009-03-089-49/+94
| | | | svn path=/trunk/netsurf/; revision=6733
* Force AmigaOS GCC version to 4Chris Young2009-03-081-0/+4
| | | | svn path=/trunk/netsurf/; revision=6732
* Stop local history from crashing, display mostly works (no thumbnails and ↵Chris Young2009-03-086-22/+139
| | | | | | | | offset wrong to window), no event handling other than closing the window. svn path=/trunk/netsurf/; revision=6730
* Clear clip regions after rendering finished.Chris Young2009-03-071-0/+12
| | | | svn path=/trunk/netsurf/; revision=6728
* Start of local history window in Amiga build; doesn't work yetChris Young2009-03-074-10/+148
| | | | svn path=/trunk/netsurf/; revision=6727
* Stop OS4.1 losing alpha channels when scaling imagesChris Young2009-03-051-1/+4
| | | | svn path=/trunk/netsurf/; revision=6720
* It's probably a good idea not to redirect to file:/// URLsJohn Mark Bell2009-03-041-0/+26
| | | | svn path=/trunk/netsurf/; revision=6695
* Log gtk gui_window_get_dimensions sizes.Michael Drake2009-03-031-34/+36
| | | | svn path=/trunk/netsurf/; revision=6684
* Pointless warning avoidance.John Mark Bell2009-03-021-11/+22
| | | | svn path=/trunk/netsurf/; revision=6676
* Squash warningsJohn Mark Bell2009-03-022-2/+2
| | | | svn path=/trunk/netsurf/; revision=6674
* OpenBSD 4.4 compilation fixes. Does not deal with lack of -Wextra or ↵Rob Kendrick2009-03-023-4/+6
| | | | | | -Wstrict-aliasing for lpu or hubbub. svn path=/trunk/netsurf/; revision=6673
* Make libpng image handler set opaque info.Michael Drake2009-03-021-14/+15
| | | | svn path=/trunk/netsurf/; revision=6669
* Add VNC front end to list of options.Michael Drake2009-03-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=6667
* Fix comments.Michael Drake2009-03-021-4/+6
| | | | svn path=/trunk/netsurf/; revision=6665
* Fix cursor on textarea scrollbars.Michael Drake2009-03-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=6664
* Avoid warning.Michael Drake2009-03-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=6663
* Rewrite polygon plotter. Fixes border rendering.Michael Drake2009-03-021-172/+159
| | | | svn path=/trunk/netsurf/; revision=6662
* Select the text in the URL bar on Ctrl-A if the widget has the focus, ratherRob Kendrick2009-02-281-3/+8
| | | | | | | than the document text. Thanks to Paweł Blokus <pblokus@gmail.com> for the patch. svn path=/trunk/netsurf/; revision=6659
* only perform navigation actions on release of button 1Vincent Sanders2009-02-271-4/+8
| | | | svn path=/trunk/netsurf/; revision=6658
* Unroll some fill loops, enable adrianl improved ablend functionVincent Sanders2009-02-274-29/+47
| | | | svn path=/trunk/netsurf/; revision=6657
* make font face locations configurable optionsVincent Sanders2009-02-272-32/+115
| | | | svn path=/trunk/netsurf/; revision=6656
* Improve freetype build integration (from hiyuh)Vincent Sanders2009-02-273-5/+7
| | | | | | Improve error checking on font initialization svn path=/trunk/netsurf/; revision=6655
* Take twoAdrian Lees2009-02-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6654
* Fix silly oversights; still disabled for nowAdrian Lees2009-02-272-20/+19
| | | | svn path=/trunk/netsurf/; revision=6653
* Sketch of possible optimisations; disabled pending testing and fixingAdrian Lees2009-02-272-6/+61
| | | | svn path=/trunk/netsurf/; revision=6652
* Fixed version of r6647.Michael Drake2009-02-272-6/+8
| | | | svn path=/trunk/netsurf/; revision=6650
* allow glyph cache to grow to 2MB not 200kVincent Sanders2009-02-261-2/+13
| | | | svn path=/trunk/netsurf/; revision=6649