1504 Commits

Author SHA1 Message Date
Kenneth Reitz 6a0ca8dbfc easier on the eyes 2011-06-27 22:58:30 -04:00
Kenneth Reitz acc1272837 make history view less fugly 2011-06-24 19:28:53 -04:00
Kenneth Reitz 3318df6ef8 force WebKitInspector in there. 2011-06-24 19:28:41 -04:00
Kenneth Reitz 973832f948 stuff 2011-06-24 19:28:29 -04:00
German Laullon 6cc2e26ded Merge pull request #80 from Uncommon/url
Replace 10.7 API with 10.6 API
2011-06-24 01:26:11 -07:00
German Laullon 3674dca37c Merge pull request #81 from Uncommon/comments
Add comments
2011-06-20 09:51:14 -07:00
David Catmull 4e456d1406 Merge remote-tracking branch 'refs/remotes/laullon/master' into comments
Conflicts:
	PBGitHistoryController.h
	PBGitWindowController.h
2011-06-19 16:24:46 -06:00
David Catmull d0480c82d4 replace URLByAppendingPathComponent:isDirectory: (requires 10.7) with URLByAppendingPathComponent: (requires 10.6) 2011-06-19 16:13:54 -06:00
David Catmull 347aeaa02b build for 10.6 2011-06-19 16:10:40 -06:00
German Laullon 1b9e07cb78 Merge pull request #79 from Uncommon/stashview
Fixes for stash display
2011-06-17 14:58:18 -07:00
David Catmull ba51ae810b fix parent handling 2011-06-17 13:52:33 -06:00
David Catmull 73b548cd67 fix inverted diff 2011-06-17 12:12:48 -06:00
David Catmull 26ada648cc show index in lower pane 2011-06-16 17:54:42 -06:00
David Catmull 0659d793a2 split pane 2011-06-15 21:42:29 -06:00
David Catmull 4a2c139fb9 menus for files in stash view 2011-06-15 21:16:02 -06:00
David Catmull 8676e86ea7 fix display for merge commits, which stashes happen to be
git diff-tree has to be explicitly given the list of parents
2011-06-14 17:38:55 -06:00
David Catmull c02046e647 JavaScript fix 2011-06-14 17:20:56 -06:00
David Catmull fc3ef16e3a finish parser refactor 2011-06-14 17:20:35 -06:00
David Catmull 93212a6efd WIP refactor parsing 2011-06-13 17:52:11 -06:00
David Catmull 0ec89f165c plug in PBWebStashController 2011-06-13 17:51:16 -06:00
David Catmull 8053f57fbc add PBWebStashController 2011-06-12 21:46:30 -06:00
David Catmull 60503ba19f fix file name comments 2011-06-12 15:24:01 -06:00
David Catmull 10274aef55 PBViewController.superController accessor 2011-06-12 15:23:30 -06:00
David Catmull 91026f857e base PBWebHistoryController on PBWebCommitController 2011-06-12 09:25:37 -06:00
David Catmull 9f983766dd start on refactoring PBWebHistoryController 2011-06-10 17:35:31 -06:00
David Catmull 0da73789eb saner method name 2011-06-10 17:12:50 -06:00
German Laullon ee6733013c Merge pull request #74 from Uncommon/stash
Show stash contents when selected in the sidebar
2011-06-09 11:53:53 -07:00
David Catmull 0d89d91d00 fix initial stash load 2011-06-08 16:35:46 -06:00
David Catmull e254a4488f fix some tabs 2011-06-08 16:35:30 -06:00
David Catmull a2c623bc2c delete PBWebStashController 2011-06-08 15:13:17 -06:00
David Catmull 50388f57eb add some spaces 2011-06-05 17:16:55 -06:00
David Catmull 800a143b04 modernize loop 2011-06-05 17:11:53 -06:00
David Catmull e1836bb02a plug the stuff in, not working yet 2011-06-03 17:38:05 -06:00
David Catmull 94c08dd5bc stash view xib 2011-06-03 16:51:42 -06:00
David Catmull f2d875705e rename again to accommodate implicit nib naming 2011-06-03 16:41:50 -06:00
David Catmull 1a35f02ec6 rename & add to project 2011-06-03 15:51:10 -06:00
German Laullon 87bc0d8813 better new git_askpasswd 2011-05-27 12:14:49 +02:00
German Laullon 4e54ff92fb Revert "get back the old gitx_asskpasswd"
This reverts commit fb6abc7de7.
2011-05-27 11:46:48 +02:00
German Laullon 34300f956d Merge pull request #69 from roustem/master
A few small changes to better support Mac OS X Lion
2011-05-27 02:37:36 -07:00
David Catmull 9b0ce4ca3c forward declarations 2011-05-26 21:48:17 -06:00
David Catmull b348ad2e6d Merge remote branch 'refs/remotes/laullon/master' into stash 2011-05-26 21:38:42 -06:00
Roustem Karimov ff833ea880 Fixed GitX URL scheme problem (On Lion it always comes back as 'gitx'). 2011-05-26 23:27:13 -04:00
Roustem Karimov 59701cbe73 Reworking html resources. For some reason, without this change none of the CSS/JS is being loaded on Lion. 2011-05-26 23:21:40 -04:00
Roustem Karimov 25b65ac21a Ignoring .DS_Store. 2011-05-25 13:45:28 -04:00
Roustem Karimov 001f49b034 Disabling "Open Current Directory on Launch" by default. Adding a checkbox in Preferences window to control this setting.
This fixed a problem happening on Mac OS X Lion where more than one GitX window is shown when using gitx CLI.
2011-05-25 13:45:19 -04:00
Roustem Karimov 467f7eeb75 Using NSWorkspaceLaunchDefault in gitx cli. 2011-05-25 13:43:25 -04:00
Roustem Karimov 883aa1af83 Enabling sudden termination on Mac OS X 10.6+. 2011-05-25 13:15:39 -04:00
German Laullon f5f00145f2 Merge pull request #60 from Uncommon/action
Open the action menu on mousedown
2011-05-23 00:27:27 -07:00
David Catmull 2158f1e6c7 start on stash work 2011-05-20 21:02:37 -06:00
David Catmull 30cbf1a26a more class comments 2011-05-20 18:02:07 -06:00