summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert nsfont_split back to how it was before I started meddling with it.Chris Young2013-08-032-4/+3
* Ensure we get the correct Messages filesChris Young2013-07-271-1/+2
* Remove rogue incChris Young2013-07-271-1/+0
* Make some RISC OS menu+shortcut strings RISC OS specific, as I believe they a...Chris Young2013-07-271-112/+112
* Show iconified windows when quitting (horrible flickery workaround for a reco...Chris Young2013-07-272-2/+2
* Localise the description, mark it Amiga-onlyChris Young2013-07-272-2/+7
* Remove any AppIcons on quitChris Young2013-07-271-1/+2
* When receiving a "To Front" message, don't open a window if none are active.Chris Young2013-07-271-18/+0
* Missed an ellipsis removal. Split this one out as RISC OS uses it.Chris Young2013-07-272-2/+7
* Improve namespacing of enum values.Michael Drake2013-07-261-100/+100
* Make the parasitic hack of the old tree code more robust. Now if the temp_tr...Michael Drake2013-07-267-48/+127
* Move remaining string literals over to FatMessages.Michael Drake2013-07-262-5/+23
* Yield ownership of value to field builder, since date strings were already al...Michael Drake2013-07-261-15/+15
* Avoid snprintf and having buffer on stack.Michael Drake2013-07-261-7/+6
* Use prefabricated field text for common values.Michael Drake2013-07-261-27/+118
* Log old cookie manager init timings for comparison.Michael Drake2013-07-251-0/+4
* Optimise cookie tolder and entry node search by comparing lengths before stri...Michael Drake2013-07-251-8/+22
* Abstract field building.Michael Drake2013-07-251-53/+37
* Flag a todo. (Move some string literals to messages.)Michael Drake2013-07-251-0/+1
* Add messages for new treeview.Michael Drake2013-07-251-0/+52
* Build new cookie manager.Michael Drake2013-07-251-1/+1
* Add initial version of new cookie manager.Michael Drake2013-07-252-0/+860
* Expose treeview walker.Michael Drake2013-07-252-6/+75
* Namespace treeview node callback table.Michael Drake2013-07-251-2/+2
* Guard for uninitalised history case.Michael Drake2013-07-251-0/+4
* Fix return type.Michael Drake2013-07-251-1/+1
* Unset built bool when fini is called.Michael Drake2013-07-251-0/+2
* Return correct error.Michael Drake2013-07-251-1/+1
* Replace magic numbers with enum.Michael Drake2013-07-241-26/+35
* Don't call cookies delete here, the cookie manager has already deleted it. (...Michael Drake2013-07-241-1/+0
* Update header guard.Michael Drake2013-07-221-2/+2
* Fix up for cookies_old rename.Michael Drake2013-07-2218-22/+21
* Move cookies viewer module.Michael Drake2013-07-212-3/+3
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-07-213-36/+38
|\
| * Fix enable/disable of tab close optionChris Young2013-07-191-1/+1
| * Re-arrange menu to better conform to the Style GuideChris Young2013-07-192-7/+9
| * Remove some ellipsis abuse - should only be used if the item is going to pop ...Chris Young2013-07-191-28/+28
* | Remove unused function declaration.Michael Drake2013-07-171-4/+0
* | Document callbacks.Michael Drake2013-07-171-3/+19
|/
* Update new global history, if the treeview test option is set.Michael Drake2013-07-161-1/+6
* Add function to add to global history. Fix add_entry to actually add new ent...Michael Drake2013-07-162-5/+45
* Reset entry url's urldb visit data when user deletes entry from global history.Michael Drake2013-07-151-2/+13
* Make node delete callback msg differentiate between deletes caused by user in...Michael Drake2013-07-152-5/+13
* Fix namespace of old global history add function.Michael Drake2013-07-153-6/+6
* Minor wrapping fix.Michael Drake2013-07-121-2/+4
* Remove forward declaration.Michael Drake2013-07-121-556/+547
* Move hotlist_visted from browser.h to hotlist.hMichael Drake2013-07-122-4/+2
* Move global_history_add out of browser.h into global_history_core.hMichael Drake2013-07-123-5/+5
* Don't attempt to vertical-align objects for now, as our current bodged vertic...Michael Drake2013-07-121-2/+1
* Move local history over to nsurl.Michael Drake2013-07-113-49/+27