|
f1e0a834ef
|
Fixed some compiler hints and warnings.
@ansgarbecker Please merge this commit to the master branch
|
2018-02-27 14:44:32 +01:00 |
|
|
5a8a4af29a
|
Rename helpers unit to apphelpers, to overcome a naming conflict with the FireMonkey unit FMX.Canvas.GPU.Helpers. Closes #102.
|
2018-01-22 19:48:17 +01:00 |
|
|
ef13e15de6
|
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
|
2017-11-01 19:38:29 +00:00 |
|
|
75fecfd3dd
|
MySQL/MariaDB: Implement support for expired passwords. Show a change-password dialog after the very first query of a connection when it returns "Error 1820: You must SET PASSWORD before executing this statement". See http://www.heidisql.com/forum.php?t=17921
|
2016-06-13 17:59:05 +00:00 |
|
|
1dcfc8852f
|
Fix compiler warning W1030: "Invalid compiler directive: 'true'". See
* http://blog.spreendigital.de/2014/03/14/w1030_warning_xe5/
* http://www.heidisql.com/forum.php?t=18494
|
2015-05-25 09:58:58 +00:00 |
|
|
0f3c603c44
|
Prefer Delphi's Indy library over Synapse for encoding URL parameters. Remove Synapse code, which was meant to help in implementing the HTTP tunnel code which can easily be done with Indy.
|
2013-11-02 06:23:41 +00:00 |
|
|
6e608f157e
|
Replace out-dated code which does not compile in 64bit mode in helpers.SetWindowSizeGrip. Use a TForm descendant in the new unit "extra_controls". Code parts taken from http://www.delphigroups.info/2/4/326787.html
|
2013-11-01 14:54:13 +00:00 |
|
|
7319d1b647
|
Prefer Delphi's various TGraphic descendants over the out-dated GraphicEx library. PNG images even show their transparency now. Removes support for the myriad of exotic image formats listed on http://www.delphi-gems.com/index.php/libs/graphicex-library
|
2013-11-01 06:07:51 +00:00 |
|
|
0f2590c917
|
Prefer Delphi's new TZipFile class over mORMot's TZipWrite for creating zipped exports (issue #3354)
|
2013-10-31 20:19:22 +00:00 |
|
|
cb37bd6dd7
|
Get madExcept running in Delphi XE5 package
|
2013-10-19 12:20:03 +00:00 |
|
|
f2616c1564
|
Create XE5 main package
|
2013-10-17 04:39:23 +00:00 |
|