summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-08-136-140/+132
|\
| * 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 ↵Chris Young2013-07-271-112/+112
| | | | | | | | aren't used or useful elsewhere.
| * Show iconified windows when quitting (horrible flickery workaround for a ↵Chris Young2013-07-272-2/+2
| | | | | | | | recoverable alert)
| * 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
| |
* | Use the new ssl certificate viewer in all situations.Michael Drake2013-08-131-28/+51
| |
* | Remove old sslcert module.Michael Drake2013-08-133-65/+1
| |
* | Avoid sslcert_get_tree_flags.Michael Drake2013-08-135-8/+4
| |
* | Remove unused flags.Michael Drake2013-08-131-6/+1
| |
* | Move old hotlist out of the way.Michael Drake2013-08-1321-227/+227
| |
* | Add arrow image to resource icons.Michael Drake2013-08-121-0/+1
| |
* | Add left pointing arrow for indicating treeview drag target.Michael Drake2013-08-121-0/+0
| |
* | Use new SSL certificate viewer.Michael Drake2013-08-123-8/+8
| |
* | Use new SSL certificate viewer.Michael Drake2013-08-122-10/+6
| |
* | Use new ssl certificate viewer.Michael Drake2013-08-121-9/+7
| |
* | No need to set treeview icon for ssl cert windows.Michael Drake2013-08-121-7/+3
| |
* | Add messages for SSL cert treeview.Michael Drake2013-08-121-0/+26
| |
* | Add SSL cert handling to treeview test hack.Michael Drake2013-08-122-0/+30
| |
* | Clear out most of old sslcert module.Michael Drake2013-08-122-257/+0
| |
* | Build SSL certificate viewer module.Michael Drake2013-08-121-1/+1
| |
* | First pass at new ssl certificate chain viewer module.Michael Drake2013-08-112-0/+632
|/
* 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 ↵Michael Drake2013-07-267-48/+127
| | | | temp_treeview_test option is set, the global history and cookie manager will be replaced with their respective new implementations.
* 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 ↵Michael Drake2013-07-261-15/+15
| | | | allocated.
* 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 ↵Michael Drake2013-07-251-8/+22
| | | | strings.
* 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
| | | | (Calling it only added the cookie again, cos the old cookie manager was braindead.)
* 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
|