summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\|
| | | * Remove no-longer-needed codeChris Young2013-04-153-35/+1
| | | * NetSurf appears to need to call hlcache_poll even if no fetches are active ot...Chris Young2013-04-151-0/+1
| | * | Merge branch 'master' into chris/scheduled-fetchesChris Young2013-04-153-37/+59
| | |\ \ | | | |/ | | |/|
| | * | fix warningChris Young2013-04-151-0/+1
| | * | test using amiga frontendChris Young2013-04-151-1/+1
| | * | Schedule fetches so the frontend can wait for a scheduled event, rather than ...Chris Young2013-04-151-1/+6
* | | | Inherit bitmap opaque settings when resizing images.Ole Loots2013-04-161-1/+5
* | | | Revert change to opaque settings, requires further investigationOle Loots2013-04-161-1/+0
|/ / /
* | | Default to opaque bitmaps (fixes several redraw issues)Ole Loots2013-04-161-0/+1
* | | Remove resize/format kludge.Ole Loots2013-04-161-14/+1
* | | Do not use clipping rectangle as toolbar redraw originOle Loots2013-04-151-7/+9
| |/ |/|
* | Slightly improved intial hiding of toolbar search area.Ole Loots2013-04-152-3/+9
* | Refactored toolbar redrawOle Loots2013-04-151-34/+50
|/
* Properly handle return value of rc_intersect()Ole Loots2013-04-151-1/+6
* Fix memory leak and make a point of ignoring UTF-16 surrogatesChris Young2013-04-143-13/+62
* Don't recalculate next char positionChris Young2013-04-141-2/+2
* provide gettext hooks to use the netsurf localisation systemVincent Sanders2013-04-143-1/+76
* remove unecissary glib internationalisation includeVincent Sanders2013-04-141-1/+0