aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks
Commit message (Expand)AuthorAgeFilesLines
* Consolidate and improve ping code:rowanbeentje2010-09-252-171/+153
* - A further attempt to improve MySQL library crashes by improving threaded p...rowanbeentje2010-09-201-1/+33
* - Clean up warnings when building with GCCrowanbeentje2010-09-183-10/+15
* - Fix crashes triggered by connection unlocking after disconnection; this ad...rowanbeentje2010-09-181-2/+2
* - Consolidate structure and content row editing cancellation code into a sin...rowanbeentje2010-09-161-1/+0
* More work on tab creation target and actionavenjamin2010-09-152-6/+40
* Add ability to double click the empty area of the tab bar to create a new tab.avenjamin2010-09-152-40/+60
* • (re?)enabled BIT field editing esp. for field types like BIT(9) or BIT(6...Bibiko2010-09-141-35/+34
* - Implement support for MySQL over SSL for both TCP/IP and Socket connection...rowanbeentje2010-09-137-7/+108
* Update background keepalive pings:rowanbeentje2010-09-031-11/+33
* - Add connection checks before uses of mysql_hex_string and mysql_real_escap...rowanbeentje2010-08-311-16/+51
* - Attempt more status checking before closing the MySQL connection, in an at...rowanbeentje2010-08-301-3/+3
* - Improve background thread reconnect interaction with the interface; if the...rowanbeentje2010-08-291-3/+10
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-252-74/+180
* • made SP more robust against issues which are caused by different table na...Bibiko2010-08-151-0/+4
* • fixed: display tables and views correctly in auto-completion list and in ...Bibiko2010-08-151-1/+1
* Improve tab dragging:rowanbeentje2010-08-031-5/+3
* - Add support for automatically converting \r and \r\n linebreaks in query s...rowanbeentje2010-07-291-0/+52
* - Fix positioning bug when using Import From Clipboardrowanbeentje2010-07-258-0/+52
* Add the BWToolkit.ibplugin to the Resources directory of BWToolkitFramework.f...rowanbeentje2010-07-21200-0/+1428
* Tab tweaks:rowanbeentje2010-07-201-3/+3
* - Clean up SPDataImport, removing unused methods and cleaning up order and m...rowanbeentje2010-07-192-0/+15
* Improve handling of BIT fields, including:stuconnolly2010-07-151-3/+32
* - Clean up automatic reconnection coderowanbeentje2010-07-142-27/+50
* Improve handling of network drops, including a new automatic reconnection att...rowanbeentje2010-07-132-7/+71
* Finalise Sequel Pro tab style:rowanbeentje2010-07-128-48/+45
* - Add default socket locations for Mac OS X Server and XAMPP to default sock...rowanbeentje2010-07-081-4/+6
* Tab tweaks:rowanbeentje2010-07-052-2/+7
* - Fix tab bars in windows with only one tab not disappearing after dragging ...rowanbeentje2010-07-031-4/+4
* - Further improve casting for dist buildsrowanbeentje2010-07-011-1/+1
* - Update localisable stringsrowanbeentje2010-06-302-3/+1
* Improve tab functionality, behaviour and interaction.rowanbeentje2010-06-3010-153/+380
* Improved calling of stored procedures:jakob2010-06-302-2/+31
* • made SP more robust against fast closing of tabs and windowsBibiko2010-06-291-2/+2
* • simplified and unified tab tooltipsBibiko2010-06-181-1/+2
* Enable the "Sequel Pro" tab style by default, and include the following fixes:rowanbeentje2010-06-182-39/+36
* • forgotten to remove debug logs for r2337Bibiko2010-06-171-1/+0
* • if a text string is dragged on tab this tab will be selected and the corr...Bibiko2010-06-171-1/+7
* - Further improve appearance of Sequel Pro tab style (still hidden): fixed d...rowanbeentje2010-06-172-33/+49
* - Improve MySQL 3 & MySQL 4 query cancellation and disconnection. This fixes...rowanbeentje2010-06-161-44/+47
* - Add tab bar shadow and active tab shadows to the Sequel Pro tab style (sti...rowanbeentje2010-06-151-47/+77
* - Fix comment retrieval issues for <4.1 when retrieving db structure - addre...rowanbeentje2010-06-141-1/+6
* Initial stage of re styling the tab bar to actually look half decent.avenjamin2010-06-146-15/+760
* - Replace the precompiled PSMTabBar framework with a build-from-source depen...rowanbeentje2010-06-0769-26/+8910
* - Ensure start/end query notifications are sent on the main thread to avoid ...rowanbeentje2010-06-013-3/+115
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* Initial implementation of tabs:rowanbeentje2010-05-2340-0/+525
* Review queryDbStructureWithUserInfo:rowanbeentje2010-05-151-166/+127
* - Check return status when capturing query error message strings - this addr...rowanbeentje2010-05-091-2/+4
* Rework alert sheets:rowanbeentje2010-05-091-5/+13