summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Enabling back/forward buttons only if appropriate.Sven Weidauer2011-01-266-22/+84
| | | | svn path=/trunk/netsurf/; revision=11494
* Updated PSMTabBarControl source code to version from ↵Sven Weidauer2011-01-2631-3105/+2858
| | | | | | https://github.com/dergraf83/PSMTabBarControl svn path=/trunk/netsurf/; revision=11490
* Improved/refactored font functions and (hopefully) sped up ↵Sven Weidauer2011-01-261-87/+135
| | | | | | cocoa_prepare_layout_manager() svn path=/trunk/netsurf/; revision=11489
* Decoding .ICO for faviconsSven Weidauer2011-01-251-0/+5
| | | | svn path=/trunk/netsurf/; revision=11488
* Fixing bitmap functions to return BYTES and not bits per pixel for ↵Sven Weidauer2011-01-252-3/+3
| | | | | | bitmap_get_bpp svn path=/trunk/netsurf/; revision=11487
* General cleanup and warning fixesSven Weidauer2011-01-256-22/+4
| | | | svn path=/trunk/netsurf/; revision=11486
* Implemented favicons. Doesn't work for .ICO filesSven Weidauer2011-01-258-9/+83
| | | | svn path=/trunk/netsurf/; revision=11485
* Creating select menus for formsSven Weidauer2011-01-255-2/+143
| | | | svn path=/trunk/netsurf/; revision=11484
* Fixing font scaling and splittingSven Weidauer2011-01-251-13/+9
| | | | svn path=/trunk/netsurf/; revision=11482
* Nicer button for local history, fading history view, more readable blue for ↵Sven Weidauer2011-01-258-87/+85
| | | | | | active item svn path=/trunk/netsurf/; revision=11481
* gtk context menu cleanupsVincent Sanders2011-01-253-55/+90
| | | | svn path=/trunk/netsurf/; revision=11480
* Added local history overlaySven Weidauer2011-01-2410-28/+335
| | | | svn path=/trunk/netsurf/; revision=11479
* History colours as constants r=jmb,vinceSven Weidauer2011-01-243-3/+19
| | | | svn path=/trunk/netsurf/; revision=11478
* Nice back/forward buttons and moved refresh button into URL field (like Safari)Sven Weidauer2011-01-249-144/+308
| | | | svn path=/trunk/netsurf/; revision=11477
* - whitespace cleanup.François Revel2011-01-231-3/+9
| | | | | | - check if /opt/local exists and add it to search paths, so libjpeg installed by MacPort can be found, as it doesn't seem to have a pkg-config descriptor. svn path=/trunk/netsurf/; revision=11471
* Remove leftover atari stuff in cocoa section.François Revel2011-01-231-2/+0
| | | | svn path=/trunk/netsurf/; revision=11470
* Activating (and fixing) more warnings in XcodeSven Weidauer2011-01-238-9/+17
| | | | svn path=/trunk/netsurf/; revision=11469
* Generating version info in Info.plist from version.cSven Weidauer2011-01-232-4/+5
| | | | svn path=/trunk/netsurf/; revision=11468
* Makefile cleanup and copying only required localized resourcesSven Weidauer2011-01-231-31/+22
| | | | svn path=/trunk/netsurf/; revision=11467
* Create a new FTP launch-handler as well.Chris Young2011-01-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=11466
* Building universal binary (only works for clang and not for ppc64)Sven Weidauer2011-01-231-4/+13
| | | | svn path=/trunk/netsurf/; revision=11465
* Assembling .app bundle in Makefile.targetSven Weidauer2011-01-231-0/+62
| | | | svn path=/trunk/netsurf/; revision=11464
* fix include path setting on windows native buildVincent Sanders2011-01-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=11463
* Adding note about building universal librariesSven Weidauer2011-01-231-0/+12
| | | | svn path=/trunk/netsurf/; revision=11462
* Cope with an absence of pkg-config when building for WindowsJohn Mark Bell2011-01-231-7/+10
| | | | svn path=/trunk/netsurf/; revision=11459
* Tool defaults for windows hostJohn Mark Bell2011-01-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=11458
* Rudimentary msys supportJohn Mark Bell2011-01-231-1/+12
| | | | svn path=/trunk/netsurf/; revision=11457
* Added search dialog.Ole Loots2011-01-222-6/+27
| | | | svn path=/trunk/netsurf/; revision=11454
* Added copy directives for some missing files. Ole Loots2011-01-221-9/+4
| | | | svn path=/trunk/netsurf/; revision=11453
* Added default blank page. Ole Loots2011-01-221-0/+39
| | | | svn path=/trunk/netsurf/; revision=11452
* Resource file was missing within initial chekin. Added Search dialog. Ole Loots2011-01-221-0/+0
| | | | svn path=/trunk/netsurf/; revision=11451
* Improved compatibility with classic TOS systems. Ole Loots2011-01-223-12/+37
| | | | svn path=/trunk/netsurf/; revision=11450
* Updated documentation.Ole Loots2011-01-223-8/+14
| | | | svn path=/trunk/netsurf/; revision=11449
* 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