summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Implemented context menu.Sven Weidauer2011-01-282-0/+103
| | | | svn path=/trunk/netsurf/; revision=11520
* Timer based reformatting, so reformat happens also while resizing windows.Sven Weidauer2011-01-282-15/+28
| | | | svn path=/trunk/netsurf/; revision=11519
* Implemented frames and handling reformats the right way using ↵Sven Weidauer2011-01-283-18/+39
| | | | | | browser_reformat_pending. svn path=/trunk/netsurf/; revision=11518
* Keyboard scrolling.Sven Weidauer2011-01-281-6/+53
| | | | svn path=/trunk/netsurf/; revision=11517
* More font-related fixes.Sven Weidauer2011-01-281-8/+6
| | | | svn path=/trunk/netsurf/; revision=11516
* Setting current_redraw_browser and fixing mouse draggingSven Weidauer2011-01-281-4/+9
| | | | svn path=/trunk/netsurf/; revision=11515
* Make GTK popup menu generated like the menu bar menuVincent Sanders2011-01-286-747/+661
| | | | | | | | Clean up gtk scaffoling of some gsoc madness fix tab opening from popup menu Remove forward declarations and stop exporting the symbols for every event handler when they should be static svn path=/trunk/netsurf/; revision=11514
* Implemented resolution independence fot the TreeView and HistoryView and ↵Sven Weidauer2011-01-287-89/+150
| | | | | | moved the coordinate transform function to their own header. svn path=/trunk/netsurf/; revision=11513
* Updated baseline calculation for fontsSven Weidauer2011-01-281-7/+6
| | | | svn path=/trunk/netsurf/; revision=11512
* Fix irritating typo, that appears to have spread throughout the compilation ↵John Mark Bell2011-01-275-5/+5
| | | | | | documentation svn path=/trunk/netsurf/; revision=11511
* 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