summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* Added local history overlaySven Weidauer2011-01-2410-28/+335
| | | | svn path=/trunk/netsurf/; revision=11479
* 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
* 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
* 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
* Fixed tab closing leaving the URL bar disconnected from the current tabSven Weidauer2011-01-201-1/+5
| | | | svn path=/trunk/netsurf/; revision=11423
* 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
* Improved tabs (draggable, can close last one)Sven Weidauer2011-01-202-5/+54
| | | | svn path=/trunk/netsurf/; revision=11415
* Wrapping drawing code in own autorelease poolSven Weidauer2011-01-201-1/+3
| | | | svn path=/trunk/netsurf/; revision=11414
* Releasing objects in deallocSven Weidauer2011-01-203-1/+34
| | | | svn path=/trunk/netsurf/; revision=11413
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-1955-1037/+8612
| | | | svn path=/trunk/netsurf/; revision=11396
* Implemented path plotterSven Weidauer2011-01-191-3/+64
| | | | svn path=/trunk/netsurf/; revision=11382
* Add the required makefile stuff to build NetSurf for OSX using 'make cocoa' ↵François Revel2011-01-191-0/+84
| | | | | | in trunk/. Crashes for now though. Requires some libs installed with macports to /opt/local. svn path=/trunk/netsurf/; revision=11380
* Case insensitive filesystems should just be banned from Earth and even the ↵François Revel2011-01-191-1/+1
| | | | | | Milky Way. svn path=/trunk/netsurf/; revision=11379
* Removing history.m - those functions aren't called anyways.Sven Weidauer2011-01-182-41/+0
| | | | svn path=/trunk/netsurf/; revision=11368
* Menu items for reload and stop loading. Also validating zoom and stop ↵Sven Weidauer2011-01-183-15/+185
| | | | | | loading menu actions. svn path=/trunk/netsurf/; revision=11367
* Only showing regular browser windows, not frames or iframes.Sven Weidauer2011-01-182-3/+8
| | | | svn path=/trunk/netsurf/; revision=11366
* More font traitsSven Weidauer2011-01-171-1/+13
| | | | svn path=/trunk/netsurf/; revision=11359
* Using OS services to determine MIME typesSven Weidauer2011-01-171-30/+21
| | | | svn path=/trunk/netsurf/; revision=11358
* High-res iconSven Weidauer2011-01-171-0/+0
| | | | svn path=/trunk/netsurf/; revision=11352
* Getting a real path for the options fileSven Weidauer2011-01-171-2/+30
| | | | svn path=/trunk/netsurf/; revision=11350
* Font scaling and other scaling related fixes.Sven Weidauer2011-01-174-7/+30
| | | | svn path=/trunk/netsurf/; revision=11349
* Taking homepage from user defaultsSven Weidauer2011-01-171-1/+11
| | | | svn path=/trunk/netsurf/; revision=11348
* Scaling mouse coordinatesSven Weidauer2011-01-141-6/+15
| | | | svn path=/trunk/netsurf/; revision=11321
* Handling double-clicksSven Weidauer2011-01-141-1/+3
| | | | svn path=/trunk/netsurf/; revision=11320
* Implementing selection and clipboard functions.Sven Weidauer2011-01-144-37/+142
| | | | svn path=/trunk/netsurf/; revision=11319
* Better mouse handling for browserSven Weidauer2011-01-142-3/+42
| | | | svn path=/trunk/netsurf/; revision=11318
* Implemented download windowSven Weidauer2011-01-145-29/+755
| | | | svn path=/trunk/netsurf/; revision=11317
* Opening URLsSven Weidauer2011-01-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=11316