summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Port to latest libcssJohn Mark Bell2011-01-297-154/+131
* Minor fix for path defaulting: retain rightmost / iff it's the first characte...John Mark Bell2011-01-292-4/+13
* Reflect new css_stylesheet_create APIJohn Mark Bell2011-01-292-13/+46
* Download window asks if download should be cancelled before being closed and ...Sven Weidauer2011-01-294-6/+99
* Implemented context menu.Sven Weidauer2011-01-282-0/+103
* Timer based reformatting, so reformat happens also while resizing windows.Sven Weidauer2011-01-282-15/+28
* Implemented frames and handling reformats the right way using browser_reforma...Sven Weidauer2011-01-283-18/+39
* Keyboard scrolling.Sven Weidauer2011-01-281-6/+53
* More font-related fixes.Sven Weidauer2011-01-281-8/+6
* Setting current_redraw_browser and fixing mouse draggingSven Weidauer2011-01-281-4/+9
* Make GTK popup menu generated like the menu bar menuVincent Sanders2011-01-286-747/+661
* Implemented resolution independence fot the TreeView and HistoryView and move...Sven Weidauer2011-01-287-89/+150
* Updated baseline calculation for fontsSven Weidauer2011-01-281-7/+6
* Fix irritating typo, that appears to have spread throughout the compilation d...John Mark Bell2011-01-275-5/+5
* Pedantic formatting changes.Michael Drake2011-01-271-17/+20
* Improved and crash-free download window.Sven Weidauer2011-01-272-13/+85
* Rendering end pixels of horizontal and vertical lines correctly.Sven Weidauer2011-01-271-10/+26
* Implemented resolution-independent rendering for the browser view. Still need...Sven Weidauer2011-01-277-45/+147
* Moved main() and related functions from gui.m to NetsurfApp.mSven Weidauer2011-01-273-80/+96
* Scaling position of select popup.Sven Weidauer2011-01-271-2/+6
* Fixing font calculations and warnings about invalid glyph indices.Sven Weidauer2011-01-271-3/+6
* Setting/Loading more options. Also loading urldb and cookies.Sven Weidauer2011-01-266-18/+96
* Change default favicon to content image.Michael Drake2011-01-261-0/+0
* Make layout of block formatting contexts take account of the bottom margin of...Michael Drake2011-01-261-0/+3
* Cmd-W closes active tab.Sven Weidauer2011-01-263-28/+103
* Some random fixes.Sven Weidauer2011-01-263-13/+13
* Leaving history overlay active after navigating using the back/forwards buttons.Sven Weidauer2011-01-262-1/+5
* Enabling back/forward buttons only if appropriate.Sven Weidauer2011-01-266-22/+84
* Updated PSMTabBarControl source code to version from https://github.com/dergr...Sven Weidauer2011-01-2631-3105/+2858
* Improved/refactored font functions and (hopefully) sped up cocoa_prepare_layo...Sven Weidauer2011-01-261-87/+135
* Decoding .ICO for faviconsSven Weidauer2011-01-251-0/+5
* Fixing bitmap functions to return BYTES and not bits per pixel for bitmap_get...Sven Weidauer2011-01-252-3/+3
* General cleanup and warning fixesSven Weidauer2011-01-256-22/+4
* Implemented favicons. Doesn't work for .ICO filesSven Weidauer2011-01-258-9/+83
* Creating select menus for formsSven Weidauer2011-01-255-2/+143
* Fixing font scaling and splittingSven Weidauer2011-01-251-13/+9
* Nicer button for local history, fading history view, more readable blue for a...Sven Weidauer2011-01-258-87/+85
* gtk context menu cleanupsVincent Sanders2011-01-253-55/+90
* Added local history overlaySven Weidauer2011-01-2410-28/+335
* History colours as constants r=jmb,vinceSven Weidauer2011-01-243-3/+19
* Nice back/forward buttons and moved refresh button into URL field (like Safari)Sven Weidauer2011-01-249-144/+308
* - whitespace cleanup.François Revel2011-01-231-3/+9
* Remove leftover atari stuff in cocoa section.François Revel2011-01-231-2/+0
* Activating (and fixing) more warnings in XcodeSven Weidauer2011-01-238-9/+17
* Generating version info in Info.plist from version.cSven Weidauer2011-01-232-4/+5
* Makefile cleanup and copying only required localized resourcesSven Weidauer2011-01-231-31/+22
* Create a new FTP launch-handler as well.Chris Young2011-01-231-0/+1
* Building universal binary (only works for clang and not for ppc64)Sven Weidauer2011-01-231-4/+13
* Assembling .app bundle in Makefile.targetSven Weidauer2011-01-231-0/+62
* fix include path setting on windows native buildVincent Sanders2011-01-231-1/+1