summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sparse "About" requester - version number, compile date and URL only.Chris Young2008-11-152-7/+30
* Allow opening of local files from anywhere, not just the parent of the curren...Chris Young2008-11-1513-69/+268
* Clean up and make clearer what packages need to be obtained for other distros.Michael Drake2008-11-131-8/+18
* Remove noisy logging of http headersJohn Mark Bell2008-11-091-2/+0
* Don't care about chunk sizes.John Mark Bell2008-11-091-4/+0
* Don't introduce an unnecessary error messageJohn Mark Bell2008-11-091-6/+9
* Port to new hubbub parser APIJohn Mark Bell2008-11-094-70/+94
* mime type overflow and tab switching fixes.Chris Young2008-11-092-4/+7
* Added a note about local MIME types.Chris Young2008-11-081-0/+13
* Installation scriptsChris Young2008-11-083-0/+149
* AmigaOS implementation of complete page save.Chris Young2008-11-0812-30/+932
* Local file handling improvements (fetch_file is incomplete and not being used...Chris Young2008-11-085-19/+285
* Minor fixes, changing some defaults to safer values, screen_modeid should now...Chris Young2008-11-034-15/+17
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-028-38/+44
* ARexx menu with items populated from arexx_dir.Chris Young2008-10-2612-15/+258
* Track the current/last used browser window (at the moment, just for ARexx).Chris Young2008-10-256-5/+328
* Complete (but quite minimal at the moment) context menu implementation for Am...Chris Young2008-10-2514-198/+187
* Initial context menus. Five possible options (copy link to clipboard, downlo...Chris Young2008-10-214-4/+186
* Updated Italian translationChris Young2008-10-201-1/+1
* Prepare for context menusChris Young2008-10-202-3/+17
* Fixed bitmap tile plotterChris Young2008-10-191-8/+6
* Allow theming of default treeview folder and item images.Chris Young2008-10-194-0/+35
* Various fixes in relation to tabs.Chris Young2008-10-192-31/+51
* Folders in the Hotlist menu hierarchy with no child nodes will now be disable...Chris Young2008-10-183-7/+67
* Whoops. Revert accidental changes to Makefile.configRob Kendrick2008-10-181-2/+2
* Ctrl+W now closes just the current tab, and Ctrl+Shift+W closes the window. ...Rob Kendrick2008-10-185-22/+69
* Basic theme support.Chris Young2008-10-188-113/+171
* Ensure that unset string options do not crash when you try and set themDaniel Silverstone2008-10-181-1/+1
* - when replicated, forbid creating windows, even though it initially works it...François Revel2008-10-175-6/+191
* Italian translation courtesy of Samir Hawamdeh.Chris Young2008-10-172-0/+1094
* Call netsurf_init() from the thread creating the replicant, then the main loo...François Revel2008-10-162-14/+22
* Take into account variations in text line height due to styled inlines when l...Michael Drake2008-10-161-0/+2
* Had to split main() into parts to have netsurf_init() called from one thread,...François Revel2008-10-162-5/+18
* - handle NetPositive what codes; this makes it easy to use NetSurf instead by...François Revel2008-10-164-0/+54
* Add Replicant support. No it's not about cyborgs, just embedding NetSurf into...François Revel2008-10-165-302/+615
* Have netsurf_main() do the real work and main() call it. This allows ports to...François Revel2008-10-162-1/+16
* Safer menu deletions; stop menus from appending to existing menu with each ne...Chris Young2008-10-151-2/+5
* Implemented the ability to add hotlist entries to the Hotlist menu. Modified...Chris Young2008-10-144-15/+128
* Fixup hubbub bindingJohn Mark Bell2008-10-141-1/+1
* Fix memory leak and warningRob Kendrick2008-10-141-4/+7
* Fix warnings on OS XJohn Mark Bell2008-10-141-0/+1
* add bitmap.h include to silence some warnings on Fedora.Rob Kendrick2008-10-142-0/+2
* More hoops, more warnings squashed.John Mark Bell2008-10-131-10/+9
* Jump through hoops, potentially squashing warnings.John Mark Bell2008-10-131-4/+11
* r4153 was mostly right. It does help, however, if you actually force the loca...John Mark Bell2008-10-131-0/+2
* Fix basic rearrangement of tree nodesChris Young2008-10-133-19/+49
* Implement percentage min/max-height.Michael Drake2008-10-131-7/+65
* Default official throbber imagery.Chris Young2008-10-131-0/+0
* AmiUpdate support.Chris Young2008-10-131-2/+29
* Various minor fixes for treeviews, history tree now populates.Chris Young2008-10-1310-73/+193