summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gtk_dialog_set_has_separator is deprecated in GTK >= 2.21.8John Mark Bell2011-03-133-1/+12
* Sync with versioned libcss ABIJohn Mark Bell2011-03-132-0/+5
* fix gtk about dialog to use about: to display credits and licenceVincent Sanders2011-03-131-56/+93
* missing semicolon. I suckDaniel Silverstone2011-03-131-1/+1
* Shunt some schedule_run() calls around.. Should improve behaviour on GTK and ...Daniel Silverstone2011-03-132-2/+4
* Instead of deleting the early scheduled poll, simply always add another poll ...Daniel Silverstone2011-03-121-2/+4
* Run the schedule before as well as after the pollDaniel Silverstone2011-03-121-0/+2
* Bunch of extra debugDaniel Silverstone2011-03-121-4/+12
* Make about:config a bit nicer, if resource: is implemented on your front end.Michael Drake2011-03-121-6/+20
* Fix title.Michael Drake2011-03-121-1/+1
* fix about:licence Vincent Sanders2011-03-121-0/+13
* Resources load their stuff from resource:.Michael Drake2011-03-122-4/+4
* Hacky mime mappings for RISC OS filetype extensionsJohn Mark Bell2011-03-121-0/+6
* Symlinks for GTK front end.Michael Drake2011-03-124-0/+4
* Add credits and licence documents for resources:. Also logo and internal.css ...Michael Drake2011-03-124-0/+2098
* Take advantage of not needing to spin like a mofo thanks to r11986Daniel Silverstone2011-03-121-2/+2
* I hate this, but it helps to prevent stalling during early fetch stages with ...Daniel Silverstone2011-03-121-2/+12
* Make schedule/schedule_remove use a typedef for their callback argumentDaniel Silverstone2011-03-121-2/+4
* Lose nasty codeJohn Mark Bell2011-03-121-5/+0
* Log to stderrJohn Mark Bell2011-03-122-4/+31
* make tab work in forms on gtkVincent Sanders2011-03-121-59/+63
* Allow box margins to collapse through zero-height boxes.Michael Drake2011-03-122-11/+53
* Fix matching of universal element selectorsJohn Mark Bell2011-03-121-2/+6
* WINDOW REDRAW and WINDOW RELOAD. Also, when quitting, cleanupDaniel Silverstone2011-03-123-1/+66
* Sync API with modern libcssJohn Mark Bell2011-03-121-59/+68
* Fix stupidJohn Mark Bell2011-03-122-10/+9
* Saturated maths in css fixed point Vincent Sanders2011-03-128-40/+34
* Give Monkey a hearing aid, add 'WINDOW NEW' 'WINDOW GO' and 'WINDOW DESTROY' ...Daniel Silverstone2011-03-128-37/+308
* Ensure we don't free an unallocated handleDaniel Silverstone2011-03-121-3/+3
* Ensure we rm the object before attempting compile. Prevents make -j from fal...Daniel Silverstone2011-03-121-0/+4
* Remove pointless nasty skanky broken box tree duplication from hellDaniel Silverstone2011-03-122-278/+0
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-1224-1/+2227
* Update left/right margins comment.Michael Drake2011-03-121-2/+2
* Stop pretending to support anything other than HTTP(s)John Mark Bell2011-03-121-2/+4
* Remove pointless searchJohn Mark Bell2011-03-111-10/+0
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-108-15/+12
* Keep child objects of a HTML content in a list, instead of an arrayJohn Mark Bell2011-03-103-119/+128
* Remove gui_globals scale as no longer neededChris Young2011-03-104-7/+0
* Fix crash when launching NetSurf twiceChris Young2011-03-101-5/+8
* Revert previous changeChris Young2011-03-091-0/+0
* Updated translation from Samir HawamdehChris Young2011-03-092-43/+43
* Hackery for amiga/version.c in cross-compiled builds.John Mark Bell2011-03-091-1/+15
* Fix up pkg-config package ordering to ensure that libcares appears after libc...John Mark Bell2011-03-091-2/+4
* Need __USE_INLINE__ and __USE_BASETYPE__ for AmigaOS4John Mark Bell2011-03-091-3/+11
* Squash warningJohn Mark Bell2011-03-091-1/+1
* Squash warningsJohn Mark Bell2011-03-091-2/+3
* Buildsystem hackery to support cross compiling for AmigaOS4John Mark Bell2011-03-092-7/+15
* Further hackery for the inconsistency of iconv() APIsJohn Mark Bell2011-03-091-1/+1
* Make thumbnail_get_redraw_scale() static.Michael Drake2011-03-092-24/+22
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-095-14/+0