summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better, safer fix for the type punning issueDaniel Silverstone2008-10-131-6/+5
* Fix type-punning warning in fetch_data.cDaniel Silverstone2008-10-131-1/+5
* Finish 80 char widthing.Michael Drake2008-10-131-48/+48
* Fix GTK version requirement.Michael Drake2008-10-131-3/+3
* OS X friendliness.John Mark Bell2008-10-131-9/+9
* Tidy up where spaces were used for indentation.Michael Drake2008-10-131-10/+14
* Fix float percentage heights to match other browsers: for floated elements th...Michael Drake2008-10-131-1/+16
* Set float_container before float layout. Fixes percentage height on floated e...Michael Drake2008-10-121-1/+1
* Better commenting of percentage height stuff.Michael Drake2008-10-121-3/+7
* Implement percentage heights for block level elements in normal flow, floats ...Michael Drake2008-10-127-79/+142
* Use style guide switch formatting all over.Michael Drake2008-10-121-194/+192
* Change some spaces to tabs.Michael Drake2008-10-121-2/+2
* Reapply r5542 but without its CRLF lineending change.John Tytgat2008-10-121-1/+2
* Revert r5542 change for Makefile.sources as it has CRLF lineendings.John Tytgat2008-10-121-194/+193
* Stop over-zealous deletions, we should only be deleting the currently-selecte...Chris Young2008-10-111-1/+1
* Fix problem with file uploads to amigans.net always returning error to the ef...Chris Young2008-10-111-1/+2
* Improved treeview browser - cookies tree part (missed off previous commit)Chris Young2008-10-112-0/+194
* Improved Amiga treeview support. Now creates trees for cookies and history (...Chris Young2008-10-1112-330/+969
* Remove debugChris Young2008-10-111-2/+0
* New throbber icon by Martin MerzChris Young2008-10-112-0/+0
* Distribution files including basic documentation and an alternative icon (dra...Chris Young2008-10-116-0/+74
* Fix copying plain text selection.François Revel2008-10-111-1/+3
* Fix selection in plain text files, check if s->defined first, and check s->ro...François Revel2008-10-111-1/+1
* Fix pt and pc size calculations when screen dpi is not 90.Michael Drake2008-10-111-2/+2
* Style guide formatting.Michael Drake2008-10-111-16/+15