aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* - Rename the preference pane 'Alerts' to 'Alerts & Logs'.stuconnolly2009-06-111-3/+3
* • fixed exception if content table view wants to load data from a table but...Bibiko2009-06-111-1/+1
* Add a very basic preference to disable all query logging. This can be expande...stuconnolly2009-06-113-4/+25
* updated dot generator to handle multi-col fk's with a different arrow type an...mtvee2009-06-112-4/+22
* • cleaned code for the case that the user selects a view which causes a MyS...Bibiko2009-06-103-6/+14
* - Table Info pane now has fixed heightavenjamin2009-06-104-7/+70
* small fix for WebView not printing background colorsmtvee2009-06-101-0/+3
* update dot file genertor to use SPTableData instead of a v5 style query for f...mtvee2009-06-102-19/+22
* • fixed some minor issues in fetchResultFieldsStructureBibiko2009-06-101-5/+7
* • fixed issue that after changing the pref "Use monospaced fonts" the table...Bibiko2009-06-101-1/+20
* - Replace TableSource use of a custom, flawed NSScanner-based parser with SP...rowanbeentje2009-06-101-29/+32
* • introduced the method (NSArray *)fetchResultFieldsStructure to CMMCPResultBibiko2009-06-092-88/+582
* • fixed bug for "Show help while typing" - prevent an internal loop of call...Bibiko2009-06-091-1/+2
* • added: "Copy as SQL INSERT" ^⌥⌘CBibiko2009-06-083-89/+184
* Effectively halve connection lag for queries, speeding up all queries and so ...rowanbeentje2009-06-082-17/+114
* • improved "Copy as SQL INSERT" (still hidden)Bibiko2009-06-074-5/+15
* • improved "Copy as SQL INSERT" (still hidden - can be tested if the menu i...Bibiko2009-06-073-17/+59
* Further SSH tunnel improvements:rowanbeentje2009-06-066-14/+91
* • moved macros enumerate() and sizeOf() to sequel-pro_Prefix.pchBibiko2009-06-066-29/+131
* • improved: sped up removing the background color for query highlightingBibiko2009-06-062-2/+11
* - Fix some manual memory releases in r820 which llvm/clang has misidentified...rowanbeentje2009-06-051-8/+2
* • added "Select Enclosing Brackets" to each NSTextView (⇧⌘B)Bibiko2009-06-052-0/+87
* • added to Editor Preferences:Bibiko2009-06-053-4/+21
* • reload table list, database pull-down menu according to user's statements...Bibiko2009-06-056-50/+135
* Fixed some memory leaks found using llvm/clang. There are still some to fixbamse162009-06-0510-32/+55
* - visual improvements to the graphviz dot file outputmtvee2009-06-051-7/+6
* - Added toolbar icon for table relations.avenjamin2009-06-051-5/+31
* - added schema export to basic graphviz dot filemtvee2009-06-052-0/+142
* - Make memory management for SSH tunnels explicit to improve thread interact...rowanbeentje2009-06-051-7/+21
* Further SSH tunnel improvements:rowanbeentje2009-06-053-38/+122
* • added: the "Show Create Syntax" window now follows the selection in the t...Bibiko2009-06-044-3/+22
* • added: syntax highlighting to the HUD window "Show Create Syntax"Bibiko2009-06-042-1/+9
* • added the operator LIKE to numeric fields in the content browserBibiko2009-06-041-2/+7
* • fixed typo for "Select Active Query" key-binding ^Y not ^QBibiko2009-06-041-2/+2
* • fixed: suppress highlighting of the current query if something is selectedBibiko2009-06-044-3/+37
* • simplified quertAtPosition:Bibiko2009-06-042-214/+100
* • updated queryTextRangeForQuery: method to make usage of the new SQLParserBibiko2009-06-041-15/+11
* • added support for the “delimiter” commandBibiko2009-06-045-220/+399
* Added print accesory view with option to Print Backgroundsbamse162009-06-045-0/+82
* - SSH Tunnel - PubKey Authenticationavenjamin2009-06-041-0/+1
* Further SSH tunnel improvements, password handling improvements, and minor bu...rowanbeentje2009-06-049-110/+273
* Various enhancements to relation functionality, including:stuconnolly2009-06-033-221/+235
* - fixed bug with changing extra to auto_increment for a columnmtvee2009-06-032-2/+2
* - Fix SSH tunnels on PPCrowanbeentje2009-06-032-1/+11
* - Fix SSH tunnel treatment of temporary (non-Keychain) passwords by correctl...rowanbeentje2009-05-291-1/+1
* - SSH tunnel now correctly uses placeholder/default port numbersrowanbeentje2009-05-291-1/+1
* • ADDED: highlight the current active query by setting its background color...Bibiko2009-05-281-1/+19
* • Table InfoBibiko2009-05-282-5/+37
* • fixed dependence in showHelpForCurrentWord: to allow to invoke the help (...Bibiko2009-05-281-1/+1
* • control editable status of CMTextView while changing the font size via ...Bibiko2009-05-281-0/+6