summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fixup 8bpp plottersVincent Sanders2009-03-192-20/+197
| | | | svn path=/trunk/netsurf/; revision=6807
* clean up linux framebuffer frontendVincent Sanders2009-03-181-139/+126
| | | | svn path=/trunk/netsurf/; revision=6799
* add opaque switch to 16bpp plottersVincent Sanders2009-03-181-10/+20
| | | | svn path=/trunk/netsurf/; revision=6798
* Rexx dir should default to PROGDIR: tooChris Young2009-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=6796
* Access Resources relative to program directory rather than current directory.Chris Young2009-03-174-77/+77
| | | | svn path=/trunk/netsurf/; revision=6795
* Fix crash in GETURLChris Young2009-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=6794
* Remember the scroll position in the history, so that it's maintained when ↵John Mark Bell2009-03-179-39/+114
| | | | | | going back. (credit: Paweł Blokus) svn path=/trunk/netsurf/; revision=6793
* stop SDL faulting with bad os redraw values Vincent Sanders2009-03-161-2/+13
| | | | svn path=/trunk/netsurf/; revision=6792
* fix able frontendVincent Sanders2009-03-162-4/+169
| | | | svn path=/trunk/netsurf/; revision=6791
* Slightly better looking scrollbar.Michael Drake2009-03-165-137/+144
| | | | svn path=/trunk/netsurf/; revision=6790
* Fix clicking on history items beyone the first pageChris Young2009-03-151-13/+10
| | | | svn path=/trunk/netsurf/; revision=6789
* Close history and search windows when associated browser window closes.Chris Young2009-03-151-3/+10
| | | | svn path=/trunk/netsurf/; revision=6786
* Fix warningsChris Young2009-03-155-22/+40
| | | | | | Fall back to default theme if specified one can't be found svn path=/trunk/netsurf/; revision=6785
* Stop browser resizes from crashing.Chris Young2009-03-141-4/+14
| | | | | | | | | I really don't like using Forbid() and Permit() but the lock-up seems to be caused by the window continuing the resize while the reformat is taking place and this appears to be the only way to stop it. Resizes are relatively rare so shouldn't cause problems. svn path=/trunk/netsurf/; revision=6784
* 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