summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into rjek/bloomrjek/bloomRob Kendrick (humdrum)2013-05-206-332/+248
|\
| * Merge branch 'chris/gadtools-53-5'Chris Young2013-05-184-317/+246
| |\
| | * Bring ARexx items to new alloc functionChris Young2013-05-181-18/+19
| | * Move hotlist entries to new allocation functionChris Young2013-05-181-37/+26
| | * Menu refactorChris Young2013-05-183-272/+212
| | * Remove unused variableChris Young2013-05-181-1/+0
| * | 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 bou...Chris Young2013-05-181-3/+2
| * Remove friend BitMap as it doesn't solve the problem intended, and I'm concer...Chris Young2013-05-181-7/+0
* | Use hash generated by nsurl rather than doing it ourselvesRob Kendrick (humdrum)2013-05-201-15/+15
* | Merge branch 'master' into rjek/bloomRob Kendrick (humdrum)2013-05-173-0/+75
|\ \ | |/
| * 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
* | Add explanitory comment and make bloom size be a #defineRob Kendrick (humdrum)2013-05-171-2/+11
* | urldb maintains a bloom filter of URLs contained within and consults it when ...Rob Kendrick (humdrum)2013-05-172-3/+33
* | Merge branch 'master' into rjek/bloomRob Kendrick (humdrum)2013-05-171-22/+43
|\ \ | |/
| * Fix visited support for libdom. (Still disabled.)Michael Drake2013-05-161-22/+43
* | Better bit and byte selectionRob Kendrick (humdrum)2013-05-161-7/+8
* | Painfully trivial bloom filter implementation to experiment with optimising u...Rob Kendrick (humdrum)2013-05-162-0/+261
|/
* Tidy up cached descriptor usage and ensure "shrink-wrap" realloc call only ev...Michael Drake2013-05-151-21/+23
* Cache conversion descriptor since this func. is called many times in series f...Michael Drake2013-05-151-0/+27
* 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 u...Vincent Sanders2013-05-111-122/+215
* 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 i...Michael Drake2013-05-1011-14/+18
|/
* 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 tlsa/sele...Michael Drake2013-05-0722-276/+681
| |\ | |/ |/|
* | 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