index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Another attempt at #2436
Max
2016-06-26
1
-148
/
+196
*
#2472 add tab button no longer moves when you hover
Abhi Beckert
2016-06-20
1
-3
/
+3
*
#2489 CSV export now treats header rows as non-numeric, even if the column is...
Abhi Beckert
2016-06-20
1
-1
/
+7
*
#2434 now use NSTitlebarAccessoryViewController if available
Abhi Beckert
2016-06-05
3
-21
/
+38
*
#2434 remove title bar line hiding view
Abhi Beckert
2016-06-05
1
-8
/
+1
*
#2434 remove title bar line hiding view
Abhi Beckert
2016-06-05
1
-49
/
+0
*
#979 change default CSV export settings
Abhi Beckert
2016-06-05
1
-15
/
+15
*
#2414 fix crash hovering mouse over removed table column header
Abhi Beckert
2016-06-05
2
-0
/
+5
*
loc changes created by build script
Abhi Beckert
2016-06-05
6
-0
/
+0
*
testing nightly builds
Abhi Beckert
2016-05-20
1
-0
/
+0
*
minor commit mostly to test nightly builgs
Abhi Beckert
2016-05-20
2
-8
/
+8
*
Minor artwork tweaks
Abhi Beckert
2016-05-20
1
-0
/
+0
*
Fix an issue with autocompletion not suggesting column names (#2507)
Max
2016-05-16
4
-14
/
+14
*
Merge branch 'master' of https://github.com/sequelpro/sequelpro
Abhi Beckert
2016-05-09
30
-93197
/
+11345
|
\
|
*
Temporarily downgrade two xibs from 7.0 -> 5.1 as the differences seem to be ...
Max Lohrmann
2016-05-08
2
-10
/
+10
|
*
Update all remaining xib files to require at least Xcode 5.1 (= OS X 10.8)
Max
2016-05-08
24
-80590
/
+10225
|
*
Make reassigning "Select active query" (^Y) possible (#1215)
Max Lohrmann
2016-05-08
3
-11
/
+10
|
*
Update MainMenu.xib from Xcode 4.6 → 5.1 (minimum version for Xcode 7.0)
Max
2016-05-08
1
-12581
/
+1088
|
*
Clarify what the execution time reported by Sequel Pro means (related to #264)
Max
2016-04-27
1
-6
/
+13
*
|
Fix disabled buttons and add some retina icons
Abhi Beckert
2016-05-09
48
-118
/
+116
*
|
#2482 decode percent escaped characters in handleEventWithURL.
Abhi Beckert
2016-04-22
1
-1
/
+8
|
/
*
update nightly icon to include all sizes
Abhi Beckert
2016-04-20
1
-0
/
+0
*
icon position tweaks
Abhi Beckert
2016-04-18
7
-2
/
+2
*
Merge branch 'master' of https://github.com/sequelpro/sequelpro
Max Lohrmann
2016-04-17
2
-10
/
+35
|
\
|
*
remove icon step and minor fixes
Abhi Beckert
2016-04-17
1
-9
/
+9
|
*
Allow TLS 1.0 connections to sequelpro.com
Abhi Beckert
2016-04-17
1
-1
/
+26
*
|
Fix a focus loss issue from the previous commit (#2468)
Max Lohrmann
2016-04-17
1
-0
/
+5
|
/
*
* Add the possibility to navigate table list by arrow keys when using table f...
Max Lohrmann
2016-04-16
2
-16
/
+36
*
new table footer icons for connection window
Abhi Beckert
2016-04-15
15
-26
/
+134
*
replace production app icon with a "half made" pancake stack to be used for d...
Abhi Beckert
2016-04-15
1
-0
/
+0
*
update xib format (without changes)
Abhi Beckert
2016-04-15
1
-9119
/
+2604
*
#2453 fix a couple of buttons
Abhi Beckert
2016-04-10
1
-8
/
+10
*
fix warnings
Abhi Beckert
2016-04-10
2
-1
/
+8
*
fix warnings
Abhi Beckert
2016-04-10
4
-24
/
+25
*
#2470 fix logic error preventing drag from table content view
Abhi Beckert
2016-04-10
1
-2
/
+1
*
fix warnings
Abhi Beckert
2016-04-10
1
-0
/
+1
*
fix warnings
Abhi Beckert
2016-04-10
3
-1
/
+2
*
fix warnings
Abhi Beckert
2016-04-10
2
-0
/
+6
*
* Added two helper methods for working with nil/NSNull in arrays
Max Lohrmann
2016-04-09
6
-23
/
+73
*
fix various compile warnings
Abhi Beckert
2016-04-03
35
-33079
/
+5773
*
Add a warning message when trying to import an utf8mb4 SQL file on older MySQ...
Max
2016-03-22
1
-1
/
+30
*
Fix a minor issue where switching an existing datatype to JSON could cause an...
Max
2016-03-20
1
-2
/
+3
*
Merge branch 'issue-346'
Abhi Beckert
2016-03-18
24
-695
/
+215
|
\
|
*
Merge branch 'master' into issue-346
Abhi Beckert
2016-03-18
1
-4
/
+12
|
|
\
|
|
/
|
/
|
*
|
Add some debug code for #2445
Max
2016-03-14
1
-4
/
+12
|
*
#346 Work on new tab bar design
Abhi Beckert
2016-03-18
24
-695
/
+215
|
/
*
Move export table view checkbox columns
Abhi Beckert
2016-03-12
1
-3
/
+4
*
Upgrade XIB document version (without making changes)
Abhi Beckert
2016-03-12
1
-9677
/
+1139
*
Merge pull request #2250 from JamesForks/uuid-support
Abhi Beckert
2016-03-06
1
-0
/
+2
|
\
|
*
Allows UUID's within text fields. Closes #2245
James Brooks
2015-10-01
1
-0
/
+2
[prev]
[next]