summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved compatibility with classic TOS systems,Ole Loots2011-01-221-16/+27
| | | | | | disabled spinner. svn path=/trunk/netsurf/; revision=11448
* Shrinked initial size of the canvas area. Ole Loots2011-01-221-2/+1
| | | | svn path=/trunk/netsurf/; revision=11447
* increased compatibility with classic TOS systems. (Getcookie() breaks on ↵Ole Loots2011-01-222-0/+42
| | | | | | classic TOS systems.) svn path=/trunk/netsurf/; revision=11446
* Removed default entries from hotlist, they are already defined within ↵Ole Loots2011-01-221-16/+2
| | | | | | NetSurf core. svn path=/trunk/netsurf/; revision=11445
* Limit length of statustext to 80 chars, to satisfy v_gtext specifications. Ole Loots2011-01-221-15/+32
| | | | | | Introduced attached flag. svn path=/trunk/netsurf/; revision=11444
* verbose_log can now be set via the Main-Menu.Ole Loots2011-01-221-0/+9
| | | | svn path=/trunk/netsurf/; revision=11443
* Improved path fixes for classic TOS systems. Ole Loots2011-01-221-0/+2
| | | | svn path=/trunk/netsurf/; revision=11442
* Introduced attached flag for Statusbar. Ole Loots2011-01-221-0/+4
| | | | svn path=/trunk/netsurf/; revision=11441
* using short filenames for treeview Icons for compatibility with classic TOS ↵Ole Loots2011-01-221-1/+1
| | | | | | systems. svn path=/trunk/netsurf/; revision=11440
* Improved path fixes for classic TOS systems. Ole Loots2011-01-221-38/+74
| | | | svn path=/trunk/netsurf/; revision=11439
* Added calls to lock/unlock during redraw. Ole Loots2011-01-221-2/+4
| | | | svn path=/trunk/netsurf/; revision=11438
* Fixed tab closing leaving the URL bar disconnected from the current tabSven Weidauer2011-01-201-1/+5
| | | | svn path=/trunk/netsurf/; revision=11423
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-208-89/+88
| | | | svn path=/trunk/netsurf/; revision=11422
* Ensure we correctly release all icon resources associated with trees, SSL ↵Daniel Silverstone2011-01-209-2/+50
| | | | | | certs, search providers, etc. svn path=/trunk/netsurf/; revision=11421
* Renamed 'spinning' property to 'isProcessing' so that the tab bar picks it ↵Sven Weidauer2011-01-204-26/+25
| | | | | | up and displays a spinner. svn path=/trunk/netsurf/; revision=11420
* Correct path for Messages fileSven Weidauer2011-01-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=11419
* A little more debug to help us spot how many users of locked contents there ↵Daniel Silverstone2011-01-201-3/+5
| | | | | | are, during shutdown svn path=/trunk/netsurf/; revision=11418
* Improved tabs (draggable, can close last one)Sven Weidauer2011-01-202-5/+54
| | | | svn path=/trunk/netsurf/; revision=11415
* Wrapping drawing code in own autorelease poolSven Weidauer2011-01-201-1/+3
| | | | svn path=/trunk/netsurf/; revision=11414
* Releasing objects in deallocSven Weidauer2011-01-203-1/+34
| | | | svn path=/trunk/netsurf/; revision=11413
* Ensure we free more of the css stuff for the box model.Daniel Silverstone2011-01-192-2/+11
| | | | svn path=/trunk/netsurf/; revision=11399
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-1955-1037/+8612
| | | | svn path=/trunk/netsurf/; revision=11396
* Implemented path plotterSven Weidauer2011-01-191-3/+64
| | | | svn path=/trunk/netsurf/; revision=11382
* Remove odd WARNFLAGS copied from Atari stuff. Silence warning about ↵François Revel2011-01-192-6/+1
| | | | | | redeclared strcasestr(). svn path=/trunk/netsurf/; revision=11381
* Add the required makefile stuff to build NetSurf for OSX using 'make cocoa' ↵François Revel2011-01-193-2/+136
| | | | | | in trunk/. Crashes for now though. Requires some libs installed with macports to /opt/local. svn path=/trunk/netsurf/; revision=11380
* Case insensitive filesystems should just be banned from Earth and even the ↵François Revel2011-01-191-1/+1
| | | | | | Milky Way. svn path=/trunk/netsurf/; revision=11379
* Removing history.m - those functions aren't called anyways.Sven Weidauer2011-01-182-41/+0
| | | | svn path=/trunk/netsurf/; revision=11368
* Menu items for reload and stop loading. Also validating zoom and stop ↵Sven Weidauer2011-01-183-15/+185
| | | | | | loading menu actions. svn path=/trunk/netsurf/; revision=11367
* Only showing regular browser windows, not frames or iframes.Sven Weidauer2011-01-182-3/+8
| | | | svn path=/trunk/netsurf/; revision=11366
* More font traitsSven Weidauer2011-01-171-1/+13
| | | | svn path=/trunk/netsurf/; revision=11359
* Using OS services to determine MIME typesSven Weidauer2011-01-171-30/+21
| | | | svn path=/trunk/netsurf/; revision=11358
* High-res iconSven Weidauer2011-01-171-0/+0
| | | | svn path=/trunk/netsurf/; revision=11352
* Getting a real path for the options fileSven Weidauer2011-01-171-2/+30
| | | | svn path=/trunk/netsurf/; revision=11350
* Font scaling and other scaling related fixes.Sven Weidauer2011-01-174-7/+30
| | | | svn path=/trunk/netsurf/; revision=11349
* Taking homepage from user defaultsSven Weidauer2011-01-171-1/+11
| | | | svn path=/trunk/netsurf/; revision=11348
* Remove erroneous commentary, and move associated code to a more sensible placeJohn Mark Bell2011-01-171-5/+4
| | | | svn path=/trunk/netsurf/; revision=11346
* Fix bug #3159040: make destruction order of browser_window objects saneJohn Mark Bell2011-01-171-6/+14
| | | | svn path=/trunk/netsurf/; revision=11345
* Scaling mouse coordinatesSven Weidauer2011-01-141-6/+15
| | | | svn path=/trunk/netsurf/; revision=11321
* Handling double-clicksSven Weidauer2011-01-141-1/+3
| | | | svn path=/trunk/netsurf/; revision=11320
* Implementing selection and clipboard functions.Sven Weidauer2011-01-144-37/+142
| | | | svn path=/trunk/netsurf/; revision=11319
* Better mouse handling for browserSven Weidauer2011-01-142-3/+42
| | | | svn path=/trunk/netsurf/; revision=11318
* Implemented download windowSven Weidauer2011-01-145-29/+755
| | | | svn path=/trunk/netsurf/; revision=11317
* Opening URLsSven Weidauer2011-01-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=11316
* Correctly handling users closing windowsSven Weidauer2011-01-132-6/+17
| | | | svn path=/trunk/netsurf/; revision=11311
* Zooming, opening files, accepting http and https URLsSven Weidauer2011-01-138-68/+312
| | | | svn path=/trunk/netsurf/; revision=11310
* Implemented tree view/history window.Sven Weidauer2011-01-136-6/+485
| | | | svn path=/trunk/netsurf/; revision=11309
* Copy scale value from cloned window and setting new clip rect for every ↵Sven Weidauer2011-01-132-3/+6
| | | | | | drawing operation. svn path=/trunk/netsurf/; revision=11308
* Adding build instructions for Cocoa and building with system-provided libpng ↵Sven Weidauer2011-01-132-2/+91
| | | | | | by default. svn path=/trunk/netsurf/; revision=11307
* Recalculating actual position in string after text split.Sven Weidauer2011-01-121-0/+3
| | | | svn path=/trunk/netsurf/; revision=11300
* Added UTF-8 to local encoding conversion functions. Just copies the string.Sven Weidauer2011-01-121-5/+10
| | | | svn path=/trunk/netsurf/; revision=11299