summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - handle NetPositive what codes; this makes it easy to use NetSurf instead ↵François Revel2008-10-164-0/+54
| | | | | | | | | by just changing the archived message used to instantiate it. - fix background view color, some host apps hide the BDragger, making it visible. - handle mailto: urls as a special case, we historically use the prefered app for text/x-email. svn path=/trunk/netsurf/; revision=5584
* Add Replicant support. No it's not about cyborgs, just embedding NetSurf ↵François Revel2008-10-165-302/+615
| | | | | | into another app, like Tracker (the desktop), or documentation browsers like BeHappy... svn path=/trunk/netsurf/; revision=5583
* Have netsurf_main() do the real work and main() call it. This allows ports ↵François Revel2008-10-162-1/+16
| | | | | | | | to call it from elsewhere to embed NetSurf in another application. The netsurf_embedded bool remembers it for later (like, we shouldn't probably save the hotlist and preferences in that case). svn path=/trunk/netsurf/; revision=5579
* Safer menu deletions; stop menus from appending to existing menu with each ↵Chris Young2008-10-151-2/+5
| | | | | | new window. svn path=/trunk/netsurf/; revision=5578
* Implemented the ability to add hotlist entries to the Hotlist menu. ↵Chris Young2008-10-144-15/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified the default Hotlist links so they show up in the menu. Currently deleting items from the menu is dangerous. To add to the Hotlist menu, add a folder node called "Menu" to the root node of the hotlist tree. Items in this folder node up to a maximum (currently) of 40 items will be added to the Hotlist menu, within the limits of the Intuition menu system. Items in folders within the Menu folder node will be converted to subitems in the menu. Folder nodes with no entries and folder nodes at level 3 in the heirarchy will become menu items with no action. Items deeper will not be included in the menu at all. eg. Root | +- Menu | +- Netsurf | | | +- NetSurf Homepage | | | +- More NetSurf links | | | +- NetSurf bugtracker | +- Google Will look something like the following within the menu: |NetSurf »| - |NetSurf Homepage | |Google | |More NetSurf links| svn path=/trunk/netsurf/; revision=5577
* Fixup hubbub bindingJohn Mark Bell2008-10-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=5576
* Fix memory leak and warningRob Kendrick2008-10-141-4/+7
| | | | svn path=/trunk/netsurf/; revision=5574
* Fix warnings on OS XJohn Mark Bell2008-10-141-0/+1
| | | | svn path=/trunk/netsurf/; revision=5573
* add bitmap.h include to silence some warnings on Fedora.Rob Kendrick2008-10-142-0/+2
| | | | svn path=/trunk/netsurf/; revision=5571
* More hoops, more warnings squashed.John Mark Bell2008-10-131-10/+9
| | | | svn path=/trunk/netsurf/; revision=5570
* Jump through hoops, potentially squashing warnings.John Mark Bell2008-10-131-4/+11
| | | | svn path=/trunk/netsurf/; revision=5569
* r4153 was mostly right. It does help, however, if you actually force the ↵John Mark Bell2008-10-131-0/+2
| | | | | | locale to "C" in the first place. The issues listed in the commit log for r4153 still apply. This should fix the core's parsing of floats in locales that use something other than '.' as the decimal separator. svn path=/trunk/netsurf/; revision=5568
* Fix basic rearrangement of tree nodesChris Young2008-10-133-19/+49
| | | | svn path=/trunk/netsurf/; revision=5567
* Implement percentage min/max-height.Michael Drake2008-10-131-7/+65
| | | | svn path=/trunk/netsurf/; revision=5566
* Default official throbber imagery.Chris Young2008-10-131-0/+0
| | | | | | throbber_frames:9 svn path=/trunk/netsurf/; revision=5565
* AmiUpdate support.Chris Young2008-10-131-2/+29
| | | | svn path=/trunk/netsurf/; revision=5564
* Various minor fixes for treeviews, history tree now populates.Chris Young2008-10-1310-73/+193
| | | | svn path=/trunk/netsurf/; revision=5563
* Better, safer fix for the type punning issueDaniel Silverstone2008-10-131-6/+5
| | | | svn path=/trunk/netsurf/; revision=5562
* Fix type-punning warning in fetch_data.cDaniel Silverstone2008-10-131-1/+5
| | | | svn path=/trunk/netsurf/; revision=5561
* Finish 80 char widthing.Michael Drake2008-10-131-48/+48
| | | | svn path=/trunk/netsurf/; revision=5560
* Fix GTK version requirement.Michael Drake2008-10-131-3/+3
| | | | svn path=/trunk/netsurf/; revision=5559
* OS X friendliness.John Mark Bell2008-10-131-9/+9
| | | | svn path=/trunk/netsurf/; revision=5558
* Tidy up where spaces were used for indentation.Michael Drake2008-10-131-10/+14
| | | | svn path=/trunk/netsurf/; revision=5555
* Fix float percentage heights to match other browsers: for floated elements ↵Michael Drake2008-10-131-1/+16
| | | | | | the containing block is the nearest ancestor box at block level, rather than the block formatting context block that the float is in. svn path=/trunk/netsurf/; revision=5553
* Set float_container before float layout. Fixes percentage height on floated ↵Michael Drake2008-10-121-1/+1
| | | | | | elements. svn path=/trunk/netsurf/; revision=5552
* Better commenting of percentage height stuff.Michael Drake2008-10-121-3/+7
| | | | svn path=/trunk/netsurf/; revision=5551
* Implement percentage heights for block level elements in normal flow, floats ↵Michael Drake2008-10-127-79/+142
| | | | | | and positioned boxes. Percentage min/max-height not yet handled. svn path=/trunk/netsurf/; revision=5550
* Use style guide switch formatting all over.Michael Drake2008-10-121-194/+192
| | | | svn path=/trunk/netsurf/; revision=5549
* Change some spaces to tabs.Michael Drake2008-10-121-2/+2
| | | | svn path=/trunk/netsurf/; revision=5548
* Reapply r5542 but without its CRLF lineending change.John Tytgat2008-10-121-1/+2
| | | | svn path=/trunk/netsurf/; revision=5547
* Revert r5542 change for Makefile.sources as it has CRLF lineendings.John Tytgat2008-10-121-194/+193
| | | | svn path=/trunk/netsurf/; revision=5546
* Stop over-zealous deletions, we should only be deleting the ↵Chris Young2008-10-111-1/+1
| | | | | | currently-selected node. svn path=/trunk/netsurf/; revision=5545
* Fix problem with file uploads to amigans.net always returning error to the ↵Chris Young2008-10-111-1/+2
| | | | | | | | effect of: files of type text/plain cannot be uploaded svn path=/trunk/netsurf/; revision=5544
* Improved treeview browser - cookies tree part (missed off previous commit)Chris Young2008-10-112-0/+194
| | | | svn path=/trunk/netsurf/; revision=5543
* Improved Amiga treeview support. Now creates trees for cookies and history ↵Chris Young2008-10-1112-330/+969
| | | | | | | | | (history doesn't populate at the moment). Can add folders and edit titles in hotlist treeviews, and delete entries in all treeviews. svn path=/trunk/netsurf/; revision=5542
* Remove debugChris Young2008-10-111-2/+0
| | | | svn path=/trunk/netsurf/; revision=5541
* New throbber icon by Martin MerzChris Young2008-10-112-0/+0
| | | | svn path=/trunk/netsurf/; revision=5540
* Distribution files including basic documentation and an alternative icon ↵Chris Young2008-10-116-0/+74
| | | | | | | | (drawn by Martin Merz) svn path=/trunk/netsurf/; revision=5539
* Fix copying plain text selection.François Revel2008-10-111-1/+3
| | | | svn path=/trunk/netsurf/; revision=5538
* Fix selection in plain text files, check if s->defined first, and check ↵François Revel2008-10-111-1/+1
| | | | | | s->root just in case. svn path=/trunk/netsurf/; revision=5537
* Fix pt and pc size calculations when screen dpi is not 90.Michael Drake2008-10-111-2/+2
| | | | svn path=/trunk/netsurf/; revision=5536
* Style guide formatting.Michael Drake2008-10-111-16/+15
| | | | svn path=/trunk/netsurf/; revision=5535
* Fix close icon size on tabs. Thanks to Christian Dywan (kalikiana).Michael Drake2008-10-111-11/+15
| | | | svn path=/trunk/netsurf/; revision=5534
* - support BITMAP_CLEAR_MEMORY in create_bitmap()François Revel2008-10-108-16/+75
| | | | | | | - copying to clipboard now constructs a text_run_array for StyledEdit, that is added to the clipboard. In applications supporting it it pastes the text with the correct fonts and sizes, and the text colors. - tried to find which line in source code the selection starts to open the editor there, but it's not finished so it's disabled. svn path=/trunk/netsurf/; revision=5533
* Add missing calls to bitmap_modified(). This fixes using libpng in the BeOS ↵François Revel2008-10-105-3/+10
| | | | | | port. svn path=/trunk/netsurf/; revision=5532
* Remove urldb_search_remove. Added hint for where to find it if we need it in ↵Daniel Silverstone2008-10-101-57/+1
| | | | | | future svn path=/trunk/netsurf/; revision=5531
* Add #if support for controlling debug dumps of box tree and framesetsDaniel Silverstone2008-10-101-4/+17
| | | | svn path=/trunk/netsurf/; revision=5530
* Remove -WinlineDaniel Silverstone2008-10-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=5529
* Fix format string warning errorDaniel Silverstone2008-10-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=5528
* Warning squashesRob Kendrick2008-10-102-2/+2
| | | | svn path=/trunk/netsurf/; revision=5527