summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pedantic formatting changes.Michael Drake2011-01-271-17/+20
| | | | svn path=/trunk/netsurf/; revision=11510
* Improved and crash-free download window.Sven Weidauer2011-01-272-13/+85
| | | | svn path=/trunk/netsurf/; revision=11509
* Rendering end pixels of horizontal and vertical lines correctly.Sven Weidauer2011-01-271-10/+26
| | | | svn path=/trunk/netsurf/; revision=11508
* Implemented resolution-independent rendering for the browser view. Still ↵Sven Weidauer2011-01-277-45/+147
| | | | | | needs to be implemented for the other views. svn path=/trunk/netsurf/; revision=11507
* Moved main() and related functions from gui.m to NetsurfApp.mSven Weidauer2011-01-273-80/+96
| | | | svn path=/trunk/netsurf/; revision=11506
* Scaling position of select popup.Sven Weidauer2011-01-271-2/+6
| | | | svn path=/trunk/netsurf/; revision=11505
* Fixing font calculations and warnings about invalid glyph indices.Sven Weidauer2011-01-271-3/+6
| | | | svn path=/trunk/netsurf/; revision=11504
* Setting/Loading more options. Also loading urldb and cookies.Sven Weidauer2011-01-266-18/+96
| | | | svn path=/trunk/netsurf/; revision=11503
* Change default favicon to content image.Michael Drake2011-01-261-0/+0
| | | | svn path=/trunk/netsurf/; revision=11502
* Make layout of block formatting contexts take account of the bottom margin ↵Michael Drake2011-01-261-0/+3
| | | | | | of the last contained block. svn path=/trunk/netsurf/; revision=11498
* Cmd-W closes active tab.Sven Weidauer2011-01-263-28/+103
| | | | svn path=/trunk/netsurf/; revision=11497
* Some random fixes.Sven Weidauer2011-01-263-13/+13
| | | | svn path=/trunk/netsurf/; revision=11496
* Leaving history overlay active after navigating using the back/forwards buttons.Sven Weidauer2011-01-262-1/+5
| | | | svn path=/trunk/netsurf/; revision=11495
* 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