summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bunch of extra debugDaniel Silverstone2011-03-121-4/+12
| | | | svn path=/trunk/netsurf/; revision=12001
* Make about:config a bit nicer, if resource: is implemented on your front end.Michael Drake2011-03-121-6/+20
| | | | svn path=/trunk/netsurf/; revision=11999
* Fix title.Michael Drake2011-03-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=11997
* fix about:licence Vincent Sanders2011-03-121-0/+13
| | | | svn path=/trunk/netsurf/; revision=11996
* Resources load their stuff from resource:.Michael Drake2011-03-122-4/+4
| | | | svn path=/trunk/netsurf/; revision=11994
* Hacky mime mappings for RISC OS filetype extensionsJohn Mark Bell2011-03-121-0/+6
| | | | svn path=/trunk/netsurf/; revision=11993
* Symlinks for GTK front end.Michael Drake2011-03-124-0/+4
| | | | svn path=/trunk/netsurf/; revision=11992
* Add credits and licence documents for resources:. Also logo and internal.css ↵Michael Drake2011-03-124-0/+2098
| | | | | | file. svn path=/trunk/netsurf/; revision=11991
* Take advantage of not needing to spin like a mofo thanks to r11986Daniel Silverstone2011-03-121-2/+2
| | | | svn path=/trunk/netsurf/; revision=11987
* I hate this, but it helps to prevent stalling during early fetch stages with ↵Daniel Silverstone2011-03-121-2/+12
| | | | | | curl svn path=/trunk/netsurf/; revision=11986
* Make schedule/schedule_remove use a typedef for their callback argumentDaniel Silverstone2011-03-121-2/+4
| | | | svn path=/trunk/netsurf/; revision=11985
* Lose nasty codeJohn Mark Bell2011-03-121-5/+0
| | | | svn path=/trunk/netsurf/; revision=11984
* Log to stderrJohn Mark Bell2011-03-122-4/+31
| | | | svn path=/trunk/netsurf/; revision=11983
* make tab work in forms on gtkVincent Sanders2011-03-121-59/+63
| | | | svn path=/trunk/netsurf/; revision=11982
* Allow box margins to collapse through zero-height boxes.Michael Drake2011-03-122-11/+53
| | | | svn path=/trunk/netsurf/; revision=11981
* Fix matching of universal element selectorsJohn Mark Bell2011-03-121-2/+6
| | | | svn path=/trunk/netsurf/; revision=11979
* WINDOW REDRAW and WINDOW RELOAD. Also, when quitting, cleanupDaniel Silverstone2011-03-123-1/+66
| | | | svn path=/trunk/netsurf/; revision=11978
* Sync API with modern libcssJohn Mark Bell2011-03-121-59/+68
| | | | svn path=/trunk/netsurf/; revision=11977
* Fix stupidJohn Mark Bell2011-03-122-10/+9
| | | | svn path=/trunk/netsurf/; revision=11976
* Saturated maths in css fixed point Vincent Sanders2011-03-128-40/+34
| | | | svn path=/trunk/netsurf/; revision=11975
* Give Monkey a hearing aid, add 'WINDOW NEW' 'WINDOW GO' and 'WINDOW DESTROY' ↵Daniel Silverstone2011-03-128-37/+308
| | | | | | commands, along with 'QUIT' svn path=/trunk/netsurf/; revision=11974
* Ensure we don't free an unallocated handleDaniel Silverstone2011-03-121-3/+3
| | | | svn path=/trunk/netsurf/; revision=11973
* Ensure we rm the object before attempting compile. Prevents make -j from ↵Daniel Silverstone2011-03-121-0/+4
| | | | | | falsely attempting a link svn path=/trunk/netsurf/; revision=11971
* Remove pointless nasty skanky broken box tree duplication from hellDaniel Silverstone2011-03-122-278/+0
| | | | svn path=/trunk/netsurf/; revision=11970
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-1224-1/+2227
| | | | svn path=/trunk/netsurf/; revision=11968
* Update left/right margins comment.Michael Drake2011-03-121-2/+2
| | | | svn path=/trunk/netsurf/; revision=11967
* Stop pretending to support anything other than HTTP(s)John Mark Bell2011-03-121-2/+4
| | | | svn path=/trunk/netsurf/; revision=11966
* Remove pointless searchJohn Mark Bell2011-03-111-10/+0
| | | | svn path=/trunk/netsurf/; revision=11965
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-108-15/+12
| | | | svn path=/trunk/netsurf/; revision=11964
* Keep child objects of a HTML content in a list, instead of an arrayJohn Mark Bell2011-03-103-119/+128
| | | | svn path=/trunk/netsurf/; revision=11963
* Remove gui_globals scale as no longer neededChris Young2011-03-104-7/+0
| | | | svn path=/trunk/netsurf/; revision=11962
* Fix crash when launching NetSurf twiceChris Young2011-03-101-5/+8
| | | | svn path=/trunk/netsurf/; revision=11961
* Revert previous changeChris Young2011-03-091-0/+0
| | | | svn path=/trunk/netsurf/; revision=11960
* Updated translation from Samir HawamdehChris Young2011-03-092-43/+43
| | | | svn path=/trunk/netsurf/; revision=11959
* Hackery for amiga/version.c in cross-compiled builds.John Mark Bell2011-03-091-1/+15
| | | | | | It's not clear how the cleanup stuff for this ever worked svn path=/trunk/netsurf/; revision=11958
* Fix up pkg-config package ordering to ensure that libcares appears after ↵John Mark Bell2011-03-091-2/+4
| | | | | | | | libcurl in the link line Link against libauto when cross compiling for AmigaOS4 svn path=/trunk/netsurf/; revision=11957
* Need __USE_INLINE__ and __USE_BASETYPE__ for AmigaOS4John Mark Bell2011-03-091-3/+11
| | | | | | Only link against libiconv if building for AmigaOS3 svn path=/trunk/netsurf/; revision=11955
* Squash warningJohn Mark Bell2011-03-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=11954
* Squash warningsJohn Mark Bell2011-03-091-2/+3
| | | | svn path=/trunk/netsurf/; revision=11953
* Buildsystem hackery to support cross compiling for AmigaOS4John Mark Bell2011-03-092-7/+15
| | | | svn path=/trunk/netsurf/; revision=11952
* Further hackery for the inconsistency of iconv() APIsJohn Mark Bell2011-03-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=11951
* Make thumbnail_get_redraw_scale() static.Michael Drake2011-03-092-24/+22
| | | | svn path=/trunk/netsurf/; revision=11949
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-095-14/+0
| | | | svn path=/trunk/netsurf/; revision=11946
* Remove nsws_plot_set_scale(), nsws_plot_get_scale() and nsws_plot_scale.Michael Drake2011-03-092-14/+0
| | | | svn path=/trunk/netsurf/; revision=11945
* Remove nsbeos_plot_set_scale(), nsbeos_plot_get_scale() and nsbeos_plot_scale.Michael Drake2011-03-095-16/+0
| | | | svn path=/trunk/netsurf/; revision=11944
* Purge nsgtk_plot_set_scale(), nsgtk_plot_get_scale() and nsgtk_plot_scale ↵Michael Drake2011-03-096-20/+1
| | | | | | global. svn path=/trunk/netsurf/; revision=11943
* Purge ro_plot_set_scale() and ro_plot_scale global, as front ends nolonger ↵Michael Drake2011-03-0911-28/+0
| | | | | | need to maintain scale for plotting. svn path=/trunk/netsurf/; revision=11942
* nsfont_paint doesn't take scale.Michael Drake2011-03-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=11940
* Don't scale text plots in front end (Amiga).Michael Drake2011-03-081-4/+4
| | | | svn path=/trunk/netsurf/; revision=11939
* Don't scale text plots in front end (BeOS).Michael Drake2011-03-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=11938