sdegutis (Steven Degutis)

Name
Steven Degutis
Email
Website/Blog
http://www.degutis.org/
Company
http://www.thoughtfultree.com/
Location
Woodstock, IL
Member Since
Feb 26, 2009 (9 months)

Following 1 githubber and watching 20 repositories view all →

Public Repositories (20)

  • The-Gist

    Twitter app for the Mac, based on a suggestion by Brent Simmons.

    legend

    Last updated Fri Nov 27 07:34:26 -0800 2009

  • CurrentLocation

    Mac app to bring you directly to the maps.google.com page of where you're located (requires Mac O...

    legend

    Last updated Sun Nov 08 20:32:22 -0800 2009

  • SDLeopardBottomBarContentView

    Content-View subclass for Cocoa which gives the same sexy bottom bar appearance to 10.6 apps as 1...

    legend

    Last updated Sun Nov 08 20:11:10 -0800 2009

  • SDSheetController

    Cocoa controller class which facilitates the addition of sheets into applications, while adhering...

    legend

    Last updated Sun Nov 08 20:09:29 -0800 2009

  • SDQuickLook

    Cocoa API for using a QuickLook-style panel with NSImages instead of file-based URLs.

    legend

    Last updated Sun Nov 08 20:08:06 -0800 2009

  • SDNetworkObserver

    Cocoa class for determining the likelihood of being able to reach a specific hostname over the in...

    legend

    Last updated Sun Nov 08 20:06:31 -0800 2009

  • SDModelObject

    Superclass for automagic handling of -dealloc, -isEqual: and -hash in Objective-C / Cocoa model c...

    legend

    Last updated Sun Nov 08 20:00:24 -0800 2009

  • SDListView

    Clone of NSCollectionView, but with variable-height items and only using a single column.

    legend

    Last updated Sun Nov 08 19:58:16 -0800 2009

  • SDKVO

    Wrapper around Cocoa's Key-value Observing, intended solely for 10.6 (as it relies on Blocks)

    legend

    Last updated Sun Nov 08 19:53:10 -0800 2009

  • SDKeychain

    A very simple way to set and retrieve passwords from the Keychain, using a convenient Cocoa class.

    legend

    Last updated Sun Nov 08 19:51:11 -0800 2009

  • SDHTTPConnection

    Modern HTTP-connection handling and parsing, for Cocoa (written in Objective-C). Requires 10.6

    legend

    Last updated Sun Nov 08 19:50:48 -0800 2009

  • SDFoundation

    Collection of useful Objective-C and Cocoa functions that aren't already built-in.

    legend

    Last updated Sun Nov 08 19:50:32 -0800 2009

  • Chatter

    Lightweight IRC app for Mac (not intended for power users!)

    legend

    Last updated Sun Oct 25 06:49:34 -0700 2009

  • Macdown

    Markdown previewer for Mac

    legend

    Last updated Sun Sep 13 08:12:11 -0700 2009

  • CocoaREST

    Cocoa classes to interact with RESTful services (including Twitter)

    legend

    Last updated Thu Jun 25 18:00:25 -0700 2009

  • url-shrink

    URL Shrink provides a system-wide utility to shorten and expand URLs across multiple services (is...

    legend

    Forked from amazingsyco/url-shrink Wed Apr 22 18:14:28 -0700 2009

    Last updated Thu Apr 23 06:20:36 -0700 2009

  • InspectorKit.framework

    Framework and IB-plugin for creating Inspector panels that match the aesthetics and functionality...

    legend

    Last updated Tue Apr 07 06:58:41 -0700 2009

  • safaritabview

    Tab view that contains a tab bar like the one Safari 3 has

    legend

    Last updated Thu Mar 05 20:01:10 -0800 2009

  • SDGlobalShortcuts

    A very simple API to add global shortcuts to your application!

    legend

    Last updated Sun Mar 01 13:41:13 -0800 2009

  • PhotoTaker

    Cocoa Framework to allow developers to quickly take photos using an iSight, and obtain the corres...

    legend

    Last updated Sat Feb 28 15:01:32 -0800 2009

Public Activity feed

sdegutis pushed to master at sdegutis/The-Gist Fri Nov 27 07:34:28 -0800 2009
HEAD is 00b7462169172f221788cca13edb397d35d84eec

2 commits »

sdegutis pushed to master at sdegutis/The-Gist Thu Nov 26 21:30:43 -0800 2009
HEAD is 450e207b015daff906379f0716fe1c06c4faee86
  • sdegutis committed 450e207b:
    Changed appearance of the Status Update window to be less custom, for better or worse.
sdegutis pushed to master at sdegutis/The-Gist Thu Nov 26 19:48:14 -0800 2009
HEAD is 6a40d1ebf920ffca693756111c4f15de19858c61

13 commits »

sdegutis pushed to master at sdegutis/The-Gist Thu Nov 26 10:55:57 -0800 2009
HEAD is 9eabea101025b2b186a6f76e39c428f04b0c5a6c

4 commits »

sdegutis pushed to master at sdegutis/The-Gist Thu Nov 26 09:48:14 -0800 2009
HEAD is 08cdd07c9f16b32290073007a86528a54c60aecf
  • sdegutis committed 08cdd07c:
    Cleaned up the JSON stuff a little and got rid of an unnecessary (and kind of silly) category.
sdegutis pushed to master at sdegutis/The-Gist Thu Nov 26 06:51:58 -0800 2009
HEAD is da9b3ae9b072fc22613ba0b227c663833bac371f
  • sdegutis committed da9b3ae9:
    Prefixing all methods and functions in our categories so they don't conflict with anyone else's (namely Apple's private and/or future versions)
sdegutis applied fork commits to The-Gist/master Thu Nov 26 06:39:06 -0800 2009
master was changed to 210d34
sdegutis opened issue 2 on sdegutis/The-Gist Wed Nov 25 22:02:53 -0800 2009
Clicking links inside tweets don't always activate the links.
sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 21:59:17 -0800 2009
HEAD is 59e1ecb57eacaf80ff8a1df185709959319d7260
  • sdegutis committed 59e1ecb5:
    Fixed an issue where double-clicking on the text of a tweet wouldn't bring up the Conversation panel for that tweet as it does when you click anywhere else in that tweet.
sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 21:51:44 -0800 2009
HEAD is dda4b4f9334156b036706a8c6dae6b78d3f38c43
  • sdegutis committed dda4b4f9:
    Fixed reply button inside tweet, while simultaneously making my heart sink by noticing I have like 4 separate implementations of this same method scattered around.
sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 21:51:27 -0800 2009
HEAD is f4e5d0f5f6588a0e894920250bc78c0920034a73
  • sdegutis committed f4e5d0f5:
    Beep when trying to copy a tweet when there's no selection, to inform the user that nothing happened.
sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 21:51:24 -0800 2009
HEAD is a5b9c6dffbbbae4cc6265f714893ea2786ac3f14

3 commits »

sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 21:50:57 -0800 2009
HEAD is 6742da9424fceabd4bde7daabcf80cc5eacab5a8
  • sdegutis committed 6742da94:
    Interface Builder deciding that for some reason, every single object needs a new ID just because I deselected some menu items and closed the menus out of sight. Way to go, IB, way to go.
sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 21:50:49 -0800 2009
HEAD is 3a71de18d948e7972676cdd20815831e5ef515da
  • sdegutis committed 3a71de18:
    Added and implemented context-menus for links and for @usernames (only works for cached users for the time being) inside "tweet text fields".
sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 21:49:34 -0800 2009
HEAD is 9487a53b9e77b0c2c9653d32167eddd2018aada1

5 commits »

sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 18:13:43 -0800 2009
HEAD is d9a4f091338a145f8e5cb4ba7fc6be746c0f28f1
  • sdegutis committed d9a4f091:
    Moving the -reply: IBAction into StatusViewController so that all window controlls need to do is set their own next responders to an object of this class, and the Reply menu item will Just Work ™ :)
sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 18:10:49 -0800 2009
HEAD is bb6f17526857b922e43b3081146e09d3bbd17054
  • sdegutis committed bb6f1752:
    Making sure panels don't float above other windows, especially Post New Status Update windows (especially now that they maintain their window ordering).
sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 16:43:18 -0800 2009
HEAD is 2fd97333ef26c8d9184037c3906e4c108ea7bcc8
  • sdegutis committed 2fd97333:
    Making it so the Reply menu item works when a tweet is selected inside a Conversation panel.
sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 16:16:42 -0800 2009
HEAD is 99a19a66c60a7a692d8e36b773f122cdf21ca54c
sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 15:59:29 -0800 2009
HEAD is b426e8b2daad356c09159dc46e6b30c824a67ae6
sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 15:41:34 -0800 2009
HEAD is 7c53251c0f4b445cf891b4fd5a2fd9e0a443ecf5

8 commits »

sdegutis applied fork commits to The-Gist/master Wed Nov 25 07:56:46 -0800 2009
master was changed to 6ebd82
sdegutis pushed to master at sdegutis/The-Gist Wed Nov 25 06:40:05 -0800 2009
HEAD is 6ebd82936946ff9dc9a1f00783ed68d42f4645f5

5 commits »

sdegutis pushed to master at sdegutis/The-Gist Tue Nov 24 21:25:00 -0800 2009
HEAD is c10c5c09d6384b3de5e360d92667777dd465fd9b

2 commits »

sdegutis pushed to master at sdegutis/The-Gist Tue Nov 24 16:10:53 -0800 2009
HEAD is cf90d29d1d7d7c1dd880f396db26de49b0ab15bf

7 commits »

sdegutis pushed to master at sdegutis/The-Gist Mon Nov 23 17:25:01 -0800 2009
HEAD is 717387abd0862d3bf1e609f2ebcd33ab03ca3390

5 commits »

sdegutis pushed to master at sdegutis/The-Gist Sun Nov 22 18:05:12 -0800 2009
HEAD is 71ae1538976e308ea91c811b4bb1c83b741a755e
  • sdegutis committed 71ae1538:
    Enabled text-selection in tweets, while allowing navigation between tweets using up/down arrows while tweet-text is selected.
sdegutis pushed to master at sdegutis/The-Gist Sun Nov 22 11:00:13 -0800 2009
HEAD is b9a7c53bb1f12642ecded09a105747d04e46a815

2 commits »

sdegutis pushed to master at sdegutis/The-Gist Sun Nov 22 10:52:36 -0800 2009
HEAD is 284d7d11b808166b08ea7aab2b989954f1f9c55a
  • sdegutis committed 284d7d11:
    Finally found a UI style for selected tweets that works!
sdegutis pushed to master at sdegutis/The-Gist Sat Nov 21 20:46:03 -0800 2009
HEAD is 020e8682bc5e941c8dc75f5f7b420de049b3cff5
sdegutis pushed to master at sdegutis/The-Gist Sat Nov 21 20:39:56 -0800 2009
HEAD is dd27ee7aec07d63bdb304306cff75bbcc04e215c
  • sdegutis committed dd27ee7a:
    Adjusting UI again. Would totally love to have a real UI designer, though ;)
sdegutis pushed to master at sdegutis/The-Gist Sat Nov 21 17:42:46 -0800 2009
HEAD is eebdde74206bcb2025a097cbcbfc9775f7d24c44
sdegutis pushed to master at sdegutis/The-Gist Sat Nov 21 15:55:51 -0800 2009
HEAD is 36e06e0014055cc338a1525fd64fbe46b63df112
sdegutis pushed to master at sdegutis/The-Gist Sat Nov 21 15:41:53 -0800 2009
HEAD is d5970b9de2d08b841340913371793f13c7f91b0e

3 commits »

sdegutis pushed to master at sdegutis/The-Gist Sat Nov 21 11:54:11 -0800 2009
HEAD is 41c0d99b5387607949325d9b6c8f486d7ce92f74
  • sdegutis committed 41c0d99b:
    Turned the Conversation window into a panel, and changed the cascading/initial-positioning logic for it.