summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into tlsa/sele...Michael Drake2013-05-031-26/+39
|\
| * Improvements to generated outputVivek Dasmohapatra2013-05-021-26/+39
* | Styleguide formatting.Michael Drake2013-05-021-39/+43
* | Put comments for exported functions in header.Michael Drake2013-05-022-39/+43
* | Remove redundant read-only test function.Michael Drake2013-05-022-18/+0
* | HTML selections are always read-only now.Michael Drake2013-05-021-3/+1
* | Remove dead stuff from the selection_ api surface.Michael Drake2013-05-022-32/+2
|/
* fixup message splitting with updated toolVincent Sanders2013-05-026-11/+11
* fix use after free on error pathVincent Sanders2013-05-011-3/+5
* free memory on error pathVincent Sanders2013-05-011-2/+6
* remove dead storeVincent Sanders2013-05-011-1/+0
* Improve the message split script to allow alternate output formatsVivek Dasmohapatra2013-05-012-16/+219
* fix theme adding dialogVincent Sanders2013-04-291-39/+51
* Remove another unused inuclude of render/textplain.h.Michael Drake2013-04-291-1/+0
* Remove unused #includes.Michael Drake2013-04-291-2/+0
* Remove unused selection_get_{start|end} APIs and their helper function.Michael Drake2013-04-292-71/+0
* Update comments.Michael Drake2013-04-291-2/+2
* Remove block of code that have been commented out for years.Michael Drake2013-04-291-22/+0
* Ensure split messages are cleaned upVincent Sanders2013-04-281-0/+11
* Ensure default C language is installedVincent Sanders2013-04-281-2/+2
* add fallback languageVincent Sanders2013-04-284-0/+4
* Allocate the off-screen BitMap as a friend of the screen BitMap in the increa...Chris Young2013-04-281-2/+9
* Fix a potential crash when plotting glyphsChris Young2013-04-281-6/+6
* Removed files added by mistake.Ole Loots2013-04-254-4926/+0
* Fix upgrades from 2.9 to 3.0Chris Young2013-04-251-14/+14
* Increase AmigaOS revision numberChris Young2013-04-232-5/+5
* Fix abort of page render on failed content_redraw of background image.Michael Drake2013-04-231-5/+5
* Bump version.c to 3.1Daniel Silverstone2013-04-201-1/+1
* Merge release in, but do not change version.cDaniel Silverstone2013-04-201-0/+2
|\
| * add attributes file to stop .gitignore being exportedrelease/3.0Vincent Sanders2013-04-191-0/+2
| * set correct version number and dateVincent Sanders2013-04-191-6/+1
|/
* Match return value with function prototypes.Ole Loots2013-04-192-0/+3
* Properly exit move_rect function.Ole Loots2013-04-181-1/+2
* fix scrolling on gtk3Vincent Sanders2013-04-172-5/+12
* Hacky fix for clipping of top of text.Michael Drake2013-04-171-0/+16
* add translation tokens for GTK preferences dialogVincent Sanders2013-04-173-282/+420
* attach scrollbar and layout to the same adjustment so it need not be done in ...Vincent Sanders2013-04-173-9/+33
* Check rc_intersect result and added comments.Ole Loots2013-04-162-3/+6
* Removed reformat kludge from header files.Ole Loots2013-04-161-1/+0
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2013-04-164-36/+12
|\
| * Remove unneeded includeChris Young2013-04-161-1/+0
| * Merge branch 'chris/scheduled-fetches'Chris Young2013-04-164-36/+13
| |\
| | * Use internal curl scheduled fetcherChris Young2013-04-161-1/+1
| | * Merge branch 'chris/scheduled-fetches' of git://git.netsurf-browser.org/netsu...Chris Young2013-04-151-1/+5
| | |\
| | | * The scheduled callback function doesn't need to do anything, because NetSurf ...Chris Young2013-04-151-1/+5
| | * | Merge branch 'chris/scheduled-fetches' of git://git.netsurf-browser.org/netsu...Chris Young2013-04-152-7/+7
| | |\|
| | | * missing includeChris Young2013-04-151-0/+1
| | | * Schedule an immediate fetch poll if fetch is activeChris Young2013-04-151-0/+6
| | | * Revert changes to netsurf.cChris Young2013-04-151-7/+0
| | * | Merge branch 'chris/scheduled-fetches' of git://git.netsurf-browser.org/netsu...Chris Young2013-04-154-35/+2
| | |\|