summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove SUPPORT_VISITED build switch.Michael Drake2013-05-181-5/+0
|
* Try to avoid the split point jumping around when it occurs exactly on the ↵Chris Young2013-05-181-3/+2
| | | | boundary requested
* Remove friend BitMap as it doesn't solve the problem intended, and I'm ↵Chris Young2013-05-181-7/+0
| | | | concerned that it will cause problems on gfx cards which only have LE modes
* Enable :visited handling for experimentation.Michael Drake2013-05-171-0/+1
|
* Add function to get a nsurl's hash value.Michael Drake2013-05-172-0/+74
|
* Fix visited support for libdom. (Still disabled.)Michael Drake2013-05-161-22/+43
|
* Tidy up cached descriptor usage and ensure "shrink-wrap" realloc call only ↵Michael Drake2013-05-151-21/+23
| | | | ever has to shrink.
* Cache conversion descriptor since this func. is called many times in series ↵Michael Drake2013-05-151-0/+27
| | | | for the same conversion. (UTF-8 --> iso-8859-1)
* Add logging to hotlist_cleanup() so we can narrow the field a littleDaniel Silverstone2013-05-151-0/+4
|
* add framebuffer cross compiling supportVincent Sanders2013-05-121-2/+15
|
* put it back in a state where it stays enabledChris Young2013-05-121-2/+0
|
* more futile attempts to get the copy option to behaveChris Young2013-05-121-5/+12
|
* Update the edit menu after every click, to be safe.Chris Young2013-05-122-1/+2
|
* more fix of edit menu updatesChris Young2013-05-122-1/+2
|
* stop the build whinging about NETSURF_USE_JS := AUTOChris Young2013-05-121-0/+6
|
* attempt fix edit menu item disableChris Young2013-05-121-7/+7
|
* attempt fix cut disable on context menuChris Young2013-05-121-1/+1
|
* git being annoyingChris Young2013-05-121-2/+1
|
* change zoom button window dimensions test suffChris Young2013-05-121-3/+8
|
* Add support for delete key.Michael Drake2013-05-121-0/+4
|
* update with x86 Linux proper tripletVincent Sanders2013-05-121-3/+42
|
* improve script to use case statements as appropriate and fail correctly for ↵Vincent Sanders2013-05-111-122/+215
| | | | unsupported usage
* add jenkins build scriptVincent Sanders2013-05-101-0/+219
|
* Merge branch 'tlsa/selection-search-refactor'Michael Drake2013-05-1031-42/+18
|\
| * Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-1027-28/+0
| |
| * Remove struct selection from gui_drag_save_selection, so gui.h doesn't need ↵Michael Drake2013-05-1011-14/+18
|/ | | | it now.
* 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