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
path:
root
/
Source
/
SPTableContent.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all non-cyclic NSAutoreleasepools with @autoreleasepool
Max
2018-05-03
1
-170
/
+161
*
Reformat SPDatabaseDocument source
Max
2018-04-21
1
-9
/
+12
*
Fix a race reported by ThreadSanitizer
Max
2018-04-21
1
-7
/
+11
*
Fix crash when trying to print on 10.13.4 (#3025)
Max
2018-04-13
1
-0
/
+2
*
Merge remote-tracking branch 'origin/mergeclasses'
Max
2018-01-20
1
-10
/
+1201
|
\
|
*
merge SPQueryController (part of #2789)
Max
2018-01-20
1
-1
/
+0
|
*
merge SPTableContent (part of #2789)
Max
2018-01-20
1
-8
/
+1201
|
*
Merge SPDatabaseDocument (part of #2789)
Max
2018-01-20
1
-1
/
+0
*
|
Remove another 2 cases of very strange object notification behavior (code style)
Max
2018-01-17
1
-0
/
+10
*
|
Replace all calls to deprecated method +propertyListFromData:mutabilityOption...
Max
2018-01-13
1
-10
/
+17
|
/
*
* Moved `-[SPHistoryController currentlySelectedView]` to SPDatabaseDocument ...
Max
2017-12-02
1
-13
/
+23
*
Fix an issue that could cause Sequel Pro to become unusable when reloading a ...
Max
2017-06-07
1
-11
/
+12
*
Small changes to PR #2807 and surrounding code
Max Lohrmann
2017-05-30
1
-6
/
+8
*
Add capability export and copy blobs as hex, if "Display Binary Data as Hex" ...
Michael Heins
2017-05-30
1
-1
/
+11
*
Apply changes from 23c4d04e433f9eb21872edacc41173e34ec45ac2 to SPTableContent...
Max
2017-05-15
1
-0
/
+12
*
Apply changes from e1b881b8f893803c4949a69055c4e8106562327d to SPTableContent...
Max
2017-05-15
1
-10
/
+2
*
* Fix a case of "background thread updating UI" (may affect some crashes when...
Max Lohrmann
2017-04-22
1
-7
/
+9
*
Update source code compatibility
Max
2017-03-31
1
-10
/
+2
*
Fix an issue where checking and then unchecking "Suppress leading placeholder...
Max
2016-07-10
1
-1
/
+1
*
#2414 fix crash hovering mouse over removed table column header
Abhi Beckert
2016-06-05
1
-0
/
+4
*
Fix a focus loss issue from the previous commit (#2468)
Max Lohrmann
2016-04-17
1
-0
/
+5
*
* Added two helper methods for working with nil/NSNull in arrays
Max Lohrmann
2016-04-09
1
-23
/
+38
*
fix various compile warnings
Abhi Beckert
2016-04-03
1
-1
/
+1
*
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
*
|
Add support for CURRENT_TIMESTAMP(n) in default/on update column of DATETIME/...
Max
2015-11-04
1
-11
/
+12
*
|
* Basic math is hard sometimes (fixes an issue introduced by me in b2d798ba92...
Max
2015-10-31
1
-6
/
+8
*
|
Minimal refactoring
Max
2015-10-31
1
-11
/
+11
*
|
Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()
Max
2015-10-20
1
-22
/
+44
*
|
Fix one cause a popular crash involving alert dialogs (part of #2297)
Max
2015-10-20
1
-4
/
+5
*
|
Replace some for for() loops with FastEnumeration where i is not needed
Max
2015-10-04
1
-12
/
+5
|
/
*
A little experimenting with #2218
Max
2015-09-20
1
-3
/
+4
*
Attempt at fixing a crash when trying to open the field editor sheet and Acce...
Max
2015-09-10
1
-4
/
+4
*
Remove an unbalanced call to -[SPDatabaseDocument endTask] which caused misbe...
Max
2015-07-20
1
-6
/
+3
*
Fix an issue where LIKE filters were changed to BINARY if reloading a table v...
Max
2015-07-18
1
-2
/
+1
*
Add some info which might help a bit with debugging threading issues
Max
2015-07-02
1
-3
/
+3
*
Replace some malloc(a*b) with the safer calloc(a,b) variant
Max
2015-06-30
1
-3
/
+4
*
Fix a popular exception when a user tried to edit a field with a lost connect...
Max
2015-06-12
1
-26
/
+47
*
Setting large auto_increment values (> 1000) could be misinterpreted as decim...
Max
2015-06-09
1
-1
/
+1
*
Move some complex logic into its own class
Max
2015-04-22
1
-156
/
+11
*
Fixed two case of background thread interacting with UI
Max
2015-04-22
1
-1
/
+5
*
Remove a hack to support QuickLook on 10.5
Max
2015-04-02
1
-1
/
+0
*
Addition to commit 2735e15b
Max
2015-01-04
1
-27
/
+24
*
Formalize [x release], x = nil; convention
Max
2015-01-04
1
-11
/
+11
*
Attempt 2 to fix building on 10.7, 10.8
Max
2014-12-13
1
-4
/
+0
*
Replace some NSDictionaries with literals
Max
2014-12-13
1
-9
/
+9
*
Replace boxed integers in code with @ literals
Max
2014-12-13
1
-7
/
+7
*
Reformatting code for modern ObjC
Max
2014-12-13
1
-1
/
+1
*
Change pagination popover to native type
Max
2014-11-28
1
-21
/
+70
*
Resolve #1938: In the query console display the database the query was execut...
Stuart Connolly
2014-08-28
1
-2
/
+6
[next]