summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updates for git repo renamesVincent Sanders2013-05-051-2/+9
|
* fix cookies and bookmarks windows on gtk3Vincent Sanders2013-05-042-0/+2
|
* fix dumb comparison errorVincent Sanders2013-05-041-1/+1
|
* Fix mouse wheel scrolling on gtk3 by implementing the smooth scroll directionVincent Sanders2013-05-042-65/+51
| | | | Fix mouse wheel scrolling on gtk2 by setting a reasonable default step
* add assert to ensure API contract is metVincent Sanders2013-05-041-0/+2
|
* ensure correct cleanup of user list sentinal in content cloneVincent Sanders2013-05-041-18/+14
|
* make filepath_findfile() rely on realpath allocating the output buffer.Vincent Sanders2013-05-041-9/+1
|
* cleanup tree_create_leaf_node text ownershipVincent Sanders2013-05-046-88/+106
|
* check the return codes from css increment and resetVincent Sanders2013-05-041-2/+2
|
* ensure parameter contract is metVincent Sanders2013-05-041-0/+1
|
* free memory on error conditionVincent Sanders2013-05-041-0/+1
|
* cleanup title string ownership madness in the tree_create_folder_node() APIVincent Sanders2013-05-036-88/+62
|
* FatMessages had strings in latin1 encoding now converted to utf-8Vincent Sanders2013-05-031-3/+3
|
* fix leak in error pathVincent Sanders2013-05-031-0/+1
|
* Improvements to generated outputVivek Dasmohapatra2013-05-021-26/+39
|
* 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 ↵Chris Young2013-04-281-2/+9
| | | | increasingly diminishing number of cases where this works correctly. This should stop NetSurf using memory on the wrong graphics card when two are installed.
* 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
| | | | code
* 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
| |\ | | | | | | | | | Fixes issue with NetSurf hogging CPU time on AmigaOS