summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add transifex message file integrationVincent Sanders2013-05-071-0/+13
|
* Add new translation entries to the master file when importingVivek Dasmohapatra2013-05-071-6/+31
|
* Fix unescaping when importing transifex/java-properties format translationsVivek Dasmohapatra2013-05-071-1/+1
|
* Merge branch 'tlsa/selection-search-refactor'Michael Drake2013-05-0722-504/+444
|\
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurf into ↵Michael Drake2013-05-0722-276/+681
| |\ | |/ |/| | | tlsa/selection-search-refactor
* | import messages from other formats into a fatmessages fileVivek Dasmohapatra2013-05-061-0/+301
| |
* | perl script to fetch translated resources from transifexVincent Sanders2013-05-061-0/+124
| |
* | make javascript library loading automatic if a pkg-config can be foundVincent Sanders2013-05-051-2/+2
| |
* | 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
| |
| * Remove search context from browser window, simplify search interface for ↵Michael Drake2013-05-0720-383/+365
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | front ends. Added content interface for search. Removed bw->cur_search search context. Desktop layer now does nothing except pass search requests from front end onto the bw's current_content via the content interface. Search API reduced to a pair of functions at each level: {desktop|content|html|textplain}_search and {desktop|content|html|textplain}_search_clear Updated front ends to use simplified search API. Only tested GTK and RO builds. These confine the search stuff to render/. However search still uses struct selection. The handling for which is still spread over desktop/ and render/. Also the render/search code itself still fiddles inside html and textplain privates.
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurf into ↵Michael Drake2013-05-031-26/+39
| |\ | |/ |/| | | tlsa/selection-search-refactor
* | 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 ↵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
|