Projects tagged ‘cocoa’ and ‘objective-c’


Jump to tag:

Projects tagged ‘cocoa’ and ‘objective-c’

Filtered by Project Tags cocoa objective-c

Refine results Project Tags macosx (84) mac (83) iphone (51) osx (35) apple (28) objc (27) framework (24) macintosh (17) xcode (16) google (9) leopard (8) c (8)

[233 total ]

17 Users
   

Sequel Pro is a fork of the abandoned CocoaMySQL project, with plans to expand to other database engines and improve the user interface. Sequel Pro 0.9.7 is now available and brings a lot of new ... [More] features and improvements, including: • New application icon!! • New server processes panel • Query favourites editor • Filter editor • Improved tooltips including image previews • Pagination interface for the content view • Much faster (and more stable) import and export • Early support for document-based connections • Ability to stop custom query and content loads • Introduction of threading for some tasks Check out the full release notes for details: http://www.sequelpro.com/release-notes.html [Less]
Created about 1 year ago.

12 Users

MacVim is a port of the text editor Vim to Mac OS X. MacVim supports multiple windows with tabbed editing and a host of other features such as: bindings to standard OS X keyboard shortcuts ... [More] (⌘Z, ⌘V, ⌘A, ⌘G, etc.), transparent backgrounds, full-screen mode, multibyte editing with OS X input methods and automatic font substitution, ODB editor support, and more. Most importantly, MacVim brings you the full power of Vim 7.2 to Mac OS X. Note: MacVim is in no way connected with http://macvim.org. That site is no longer being maintained and only provides outdated binaries of the old Carbon port of Vim. Snow LeopardMacVim now builds as 64 bit by default on Snow Leopard (10.6). I simplified the build process as well, so check out the Building wiki page on how to build your own binary. The stable build seems to run fine on Snow Leopard, but please consider using a snapshot instead as they are built specifically for Snow Leopard (the snapshot also runs on Leopard). DownloadThere are two official binaries of MacVim to choose from: Stable: The latest stable release is MacVim 7.2 stable 1.2 which was released on the 21st of August 2008. It is a universal binary which runs on Mac OS X 10.4 and 10.5. Mac OS X 10.6 ("Snow Leopard") seems to work fine as well but I strongly suggest using the latest snapshot build on Snow Leopard. Snapshot: A new snapshot is released every month or so and contains several features and bug-fixes which have not yet been included in the stable build. The latest version can be downloaded here. If the download fails for some reason then try using the download mirror. You may also build your own version from the source code. Please consider contributing to the MacVim project if you are able. MacVim is distributed free as charityware (type :h license inside MacVim for details). If you find MacVim a useful addition to your life please consider helping needy children in Uganda. Getting startedThe book A Byte of Vim is freely available online and is suitable for newcomers as well as more experienced users of Vim. Another freely available online book is Vim Recipies which serves as a cookbook where you can look up different ways to perform a specific task. There are also several Vim tutorials available online, such as this Vim introduction and tutorial. Once familiar with the basics you may benefit from using the following article on Efficient Editing With Vim as a quick reference. Before diving into all that material, you may want to read the article "Why use Vim?" which dispels common misconceptions about Vim and also provides examples which illustrate some of its many features. Vim comes bundled with a tutor which can be quite helpful to go through since it encourages you to experiment as you read. At the moment it requires some trickery to get going, but once there it should be easy to follow. The tutor is a text file which needs to be copied to a folder where it can be modified. To copy the tutor to your home folder, open MacVim and type (make sure you are in normal mode first by hitting Esc): :!cp $VIMRUNTIME/tutor/tutor ~/then hit enter. This will place a file named tutor in your home folder. Now, to start the tutor simply open that file in MacVim, e.g. by pressing ⌘O to show the file open dialog and then browsing to the tutor file. How to get helpThere is a fairly active mailing list called vim_mac where you can post questions about MacVim and request new features. Before posting a question, you should consult the FAQ, search the vim_mac archives, and consult the built-in Vim help by typing :h macvim inside MacVim. Since the binary releases always are a couple of versions behind the source code it is also possible that any problems you encounter may already have been fixed. Check the change log for the latest updates to the source code. Help me!If you find a bug, then please file an Issue report but first make sure that it has not already been reported by searching for old Issues. Unless you are absolutely sure that you have really found a bug you should probably post a question on the vim_mac mailing list first. (Note that there are several people answering questions on the mailing list whereas there is only one of me responding to Issue reports.) [Less]
Created about 1 year ago.

10 Users

X-Chat Aqua is X-Chat with an Aqua interface for MacOS X. X-Chat Aqua uses the irc engine from X-Chat, and is designed to look and feel like the GTK+ front end.
Created over 3 years ago.

6 Users
   

Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser. Cappuccino is written in Objective-J, a version of Objective-C implemented in JavaScript.
Created about 1 year ago.

5 Users
 

The Visual Component Framework is a cross platform C++ application framework that offers a modern, clean architecture. It is divided into three major libraries. The FoundationKit provides services ... [More] such as file access, streams, threads, synchronization primitives, and advanced RTTI features. The GraphicsKit includes classes for working with both image and vector graphics, and has built in support for the Anti-Grain Graphics library. The ApplicationKit provides GUI controls, use of the Model-View-Control pattern, property and component editors, undo/redo support, drag-and-drop, clipboard services, application resources, and UI metrics and policy managers. Additional "Kits" adding advanced functionality include an HTML kit, Internet kit, JavaScript kit, Network kit, OpenGL kit, and RegEx kit [Less]
Created over 3 years ago.

5 Users

Canary is an open source Twitter client, developed in Objective-C / Cocoa and is under an MIT license. Canary's main features are multiple timelines, filters to help you focus on the stuff you ... [More] read, drag-and-drop TwitPic integration and an easy way to add/remove/block fellow twitterers. Additional features: - Full support for Growl notifications - Recognizes (and underlines) URLs, hashtags, ISBNs, ISSNs - Add or remove, block or unblock users on the fly, favorites and retweets any tweet, visit users' home or twitter pages - Login in and out of multiple Twitter accounts - Drag and drop any picture to TwitPic or take your own picture - iTunes integration - Automatic URL shortening on paste - Researcher friendly: recognizes DOI and HDL identifiers and resolves them to the original articles [Less]
Created 11 months ago.

4 Users

Here is a simple class that allows you to transfer files via WebDAV. Inside it uses: CFNetwork for HTTP/HTTPS connections. Streams for reading and writing files. NSXMLParser for parsing WebDAV ... [More] responses. Known Issues and Future plans: At the moment it doesn't provide anything unrelated to file transferring. It doesn't support resuming upload/download and timeout handling yet, but I'm working on this. No documentation yet, and not many comments in the code. However, there is a simple example for the iPhone platform. [Less]
Created 12 months ago.

3 Users

CHDataStructures is a library of several standard data structures implemented in Objective-C. Data structures in this library adopt protocols that define the functionality of and API for interacting ... [More] with any implementation thereof, regardless of its internals. The library builds both as a framework for the Mac and as a static library for the iPhone. [Less]
Created 6 months ago.

2 Users

NObjective bridge to Objective-C provides the necessary classes to develop and run .NET applications which interact with Objective-C frameworks and libraries under Mac OS X with high performance and reliability.
Created about 1 year ago.

2 Users

Harmless. Mostly harmless.
Created 5 months ago.