summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fixed tab closing leaving the URL bar disconnected from the current tabSven Weidauer2011-01-201-1/+5
* Renamed 'spinning' property to 'isProcessing' so that the tab bar picks it up...Sven Weidauer2011-01-204-26/+25
* Correct path for Messages fileSven Weidauer2011-01-201-1/+1
* Improved tabs (draggable, can close last one)Sven Weidauer2011-01-202-5/+54
* Wrapping drawing code in own autorelease poolSven Weidauer2011-01-201-1/+3
* Releasing objects in deallocSven Weidauer2011-01-203-1/+34
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-1955-1037/+8612
* Implemented path plotterSven Weidauer2011-01-191-3/+64
* Add the required makefile stuff to build NetSurf for OSX using 'make cocoa' i...François Revel2011-01-191-0/+84
* Case insensitive filesystems should just be banned from Earth and even the Mi...François Revel2011-01-191-1/+1
* Removing history.m - those functions aren't called anyways.Sven Weidauer2011-01-182-41/+0
* Menu items for reload and stop loading. Also validating zoom and stop loading...Sven Weidauer2011-01-183-15/+185
* Only showing regular browser windows, not frames or iframes.Sven Weidauer2011-01-182-3/+8
* More font traitsSven Weidauer2011-01-171-1/+13
* Using OS services to determine MIME typesSven Weidauer2011-01-171-30/+21
* High-res iconSven Weidauer2011-01-171-0/+0
* Getting a real path for the options fileSven Weidauer2011-01-171-2/+30
* Font scaling and other scaling related fixes.Sven Weidauer2011-01-174-7/+30
* Taking homepage from user defaultsSven Weidauer2011-01-171-1/+11
* Scaling mouse coordinatesSven Weidauer2011-01-141-6/+15
* Handling double-clicksSven Weidauer2011-01-141-1/+3
* Implementing selection and clipboard functions.Sven Weidauer2011-01-144-37/+142
* Better mouse handling for browserSven Weidauer2011-01-142-3/+42
* Implemented download windowSven Weidauer2011-01-145-29/+755
* Opening URLsSven Weidauer2011-01-141-1/+1
* Correctly handling users closing windowsSven Weidauer2011-01-132-6/+17
* Zooming, opening files, accepting http and https URLsSven Weidauer2011-01-138-68/+312
* Implemented tree view/history window.Sven Weidauer2011-01-136-6/+485
* Copy scale value from cloned window and setting new clip rect for every drawi...Sven Weidauer2011-01-132-3/+6
* Adding build instructions for Cocoa and building with system-provided libpng ...Sven Weidauer2011-01-131-2/+2
* Recalculating actual position in string after text split.Sven Weidauer2011-01-121-0/+3
* Added UTF-8 to local encoding conversion functions. Just copies the string.Sven Weidauer2011-01-121-5/+10
* including <cocoa/cocoa.h> in prefix headerSven Weidauer2011-01-121-0/+3
* Added iconSven Weidauer2011-01-123-2/+6
* Changed project file to use .xcconfig files and added shell script (config/de...Sven Weidauer2011-01-126-126/+215
* Rendering only dirty rectsSven Weidauer2011-01-121-11/+17
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-1233-0/+5640