42
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove debug code. See https://www.heidisql.com/forum.php?t=24400 More... over 6 years ago
New attempt to fix menu and buttons flicker on Win10, this time by with the help of Delphi Detours library. See https://www.heidisql.com/forum.php?t=19141 More... over 6 years ago
Extend TMySQLOption enumeration with newer items More... almost 7 years ago
fix exception in early stage of table editor initialization More... almost 7 years ago
* unify context menu of various sql editors, by supporting all contained editors instead of searching for one with the name "SynMemoBody" More... almost 7 years ago
Trigger OnChange event on TSynMemo after toggling comment, so a save button gets enabled. See https://www.heidisql.com/forum.php?t=23834 More... almost 7 years ago
Save session tree color when creating a copy of a session. See https://www.heidisql.com/forum.php?t=23796 More... about 7 years ago
Fix detection of column types with DEFAULT CURRENT_TIMESTAMP(123). See https://www.heidisql.com/forum.php?t=17585 More... about 7 years ago
Add custom setting for number of days to keep queries in the query history. See https://www.heidisql.com/forum.php?t=23530 More... about 7 years ago
Use new copy-columns icon in main image list More... about 7 years ago
Create a nicer icon for "Copy selected columns/rows" More... about 7 years ago
Reduce flicker on Windows 10. See https://www.heidisql.com/forum.php?t=19141 More... about 7 years ago
Silence dumb exceptions from mysql_ping() call. See https://www.heidisql.com/forum.php?t=23483 More... about 7 years ago
Create a new menu item for copying rows to clipboard, and assign Ctr+Shift+C to it. See https://www.heidisql.com/forum.php?t=23190#p23490 More... about 7 years ago
Revert r5161, as it makes more problems than it solves. See https://www.heidisql.com/forum.php?t=23474 More... about 7 years ago
Set DoubleBuffered property on main form, an attempt to reduce flickering on Windows 10. See https://www.heidisql.com/forum.php?t=19141 More... about 7 years ago
Use the grid export dialog for setting values for copy-to-clipboard clicks on grids. Adds a new button in the lower left on that dialog. See https://www.heidisql.com/forum.php?t=23190 More... about 7 years ago
Set tsvn:projectlanguage to english/us More... about 7 years ago
Use unsecure project web url for donor checks, as the ssl certificate seems not accepted on some Wine systems. More... about 7 years ago
Fix typos in encoding of xml exports. See https://www.heidisql.com/forum.php?t=23421 More... about 7 years ago
Support auto_increment flag on indexes other than primary or unique, on copy table dialog. If that still fails, give the user a hint to select the right index. See https://www.heidisql.com/forum.php?t=23383 More... about 7 years ago
Support grouping by tree node type in "check xyz" menu items on table tools dialog. See https://www.heidisql.com/forum.php?t=23351 More... about 7 years ago
Prevent inserting cell text ellipsis in query tab. See https://www.heidisql.com/forum.php?t=23353 More... about 7 years ago
Add "<server default>" to the engine drop down on the table editor, and make that the new default, so we leave the ENGINE=.. clause away. See https://www.heidisql.com/forum.php?t=23363 More... about 7 years ago
Use HTTPS for all web requests on heidisql.com More... about 7 years ago
Additional files from SynEdit GitHub repository More... over 7 years ago
Update SynEdit component code to v2.0.9 beta from https://github.com/SynEdit/SynEdit/releases/tag/SynEdit-2.0.9-beta . Just a few additional highlighter keywords and one code change for background coloring included. More... over 7 years ago
Revert r5144, which causes more problems than it solves. See More... over 7 years ago
Missing file change for previous commit More... over 7 years ago
Fix some labels which I modified wrongly some time ago More... over 7 years ago