Commit Graph

114 Commits

Author SHA1 Message Date
wp_xyz
0b7d81bd37 AboutBox/Splashscreen: Fix blurring on Mac Retina displays. Patch by @Slidescape, issue #41205, 2024-11-06 00:11:24 +01:00
Juha
858c6931fc IDE: Use the correct IDE build date/time. Set it in lazarus.pp which always gets compiled. Issue #40467, patch by n7800. 2023-09-02 14:41:58 +03:00
Juha
1a2c9add38 IDE: Show only hour:min as build time in About dialog. No secs. Rename wrongly named GetLocalizedBuildDate. 2023-07-05 02:10:52 +03:00
wp_xyz
706943c5f3 IDE: Update links in About form. 2023-07-04 17:50:06 +02:00
Juha
5472c6d536 IDE: Show IDE macros in IDEInfoDlg (View -> IDE internals -> About IDE). Add time to AboutFrm. Issue #40360, patch by Bruno K. 2023-07-04 10:59:43 +03:00
mattias
a6933c07a9 ideconfig: less dependency on codetools 2023-06-11 23:10:53 +02:00
Martin
3475b86dc5 Fix: About Form, copy to clipboard text for git 2021-09-14 15:43:45 +02:00
Maxim Ganetsky
368d15ea48 IDE: removed useless # symbol from Lazarus version label in About dialog 2021-07-29 01:32:06 +03:00
Maxim Ganetsky
b4fe9ca026 IDE: don't mention SVN in About dialog anymore 2021-07-29 00:26:35 +03:00
juha
42850cfe4d LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code.
git-svn-id: trunk@64384 -
2021-01-14 12:41:32 +00:00
wp
70862bc995 IDE: Simplify AboutForm.
git-svn-id: trunk@63796 -
2020-08-19 20:44:45 +00:00
wp
232bfe477c IDE: Tweaking the size of the About and Splash forms.
git-svn-id: trunk@63793 -
2020-08-19 17:31:56 +00:00
wp
ddd10328bd IDE: High-dpi logo in splash and about forms, by Roland Hahn.
git-svn-id: trunk@63774 -
2020-08-17 21:50:59 +00:00
wp
1aedb34fdb IDE: Undo r59715 #4ae9277231
git-svn-id: trunk@59757 -
2018-12-08 19:17:49 +00:00
wp
4ae9277231 IDE: Simplified anti-aliased stretch-drawing of "splash" and "about" forms.
git-svn-id: trunk@59715 -
2018-12-02 17:34:07 +00:00
wp
de8719ff46 IDE: Anti-aliased painting of the About form logo image.
git-svn-id: trunk@59697 -
2018-11-29 21:52:01 +00:00
wp
87edd68840 IDE: Add button to copy version info to clipboard to AboutForm (suggested in report #34325)
git-svn-id: trunk@59166 -
2018-09-25 11:42:02 +00:00
michl
2f09433a54 IDE: Add revision to lclversion.pas.
git-svn-id: trunk@56258 -
2017-11-01 21:34:39 +00:00
mattias
55a6faef60 IDE: updated about url, issue #31337
git-svn-id: trunk@54065 -
2017-02-02 11:06:40 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
juha
a714a91311 LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
Organize uses-sections by package so that dependencies can be easier seen.

git-svn-id: trunk@53711 -
2016-12-17 22:58:08 +00:00
juha
06ac76f560 LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
git-svn-id: trunk@49494 -
2015-07-04 23:08:00 +00:00
mattias
a8fb1a0c44 IDE: clean up
git-svn-id: trunk@45399 -
2014-06-08 12:49:44 +00:00
paul
21663ec7d3 ide: remove unneeded resource
git-svn-id: trunk@42981 -
2013-09-27 11:33:05 +00:00
paul
3674b3d5bf ide: fix loading of some IDE resources
git-svn-id: trunk@42979 -
2013-09-27 10:48:59 +00:00
mattias
4c88931c65 IDE: compare default target os, cpu with compiler default
git-svn-id: trunk@42063 -
2013-07-11 23:15:45 +00:00
mattias
24c2470b43 IDE: using TFileStreamUTF8 and TStringListUTF8
git-svn-id: trunk@37656 -
2012-06-15 16:50:31 +00:00
mattias
a1d2be124b lazbuild: less warnings
git-svn-id: trunk@36247 -
2012-03-23 08:37:45 +00:00
mattias
c11634ce19 IDE: resolving macros for lazarusdir, fpcsrcdir
git-svn-id: trunk@36202 -
2012-03-21 23:41:07 +00:00
juha
a0fb17b27e IDE: Unite duplicate (single word) resourcestrings and name them consistently.
git-svn-id: trunk@35486 -
2012-02-19 15:50:48 +00:00
mattias
d1cf568583 IDE: moved LazarusVersionStr to lazconf
git-svn-id: trunk@30026 -
2011-03-27 08:51:22 +00:00
mattias
948977ad8e IDE: fixed about form not initializing on deactivating
git-svn-id: trunk@27990 -
2010-10-30 20:40:02 +00:00
mattias
60b9345550 IDE: about: replaced TNoteBook with TPageControl
git-svn-id: trunk@27358 -
2010-09-13 20:57:10 +00:00
maxim
be270991f3 IDE: 'About' form: removed superfluous space from FPC version caption
git-svn-id: trunk@24626 -
2010-04-14 23:03:39 +00:00
paul
c1597f9714 ide: don't show black bg just after the switch to contributors page in about dialog by Zeljan (bug #0015695)
git-svn-id: trunk@23660 -
2010-02-07 09:37:55 +00:00
paul
9622c8cd82 ide: convert forms to use fpc resources
git-svn-id: trunk@23458 -
2010-01-15 02:06:37 +00:00
mattias
0e2a102350 IDE: removed beta from translations
git-svn-id: trunk@23009 -
2009-12-06 23:42:16 +00:00
marc
bdc065838c * Improved localisation by Maxim Ganetsky
git-svn-id: trunk@22659 -
2009-11-17 23:31:13 +00:00
laurent
a305255f16 IDE : Change on AboutBox
git-svn-id: trunk@22387 -
2009-11-02 20:05:06 +00:00
laurent
165c3dfdeb IDE : Change on AboutBox
git-svn-id: trunk@22371 -
2009-11-01 15:25:31 +00:00
laurent
143f2846cd IDE : Start change on AboutBox
git-svn-id: trunk@22370 -
2009-11-01 13:58:33 +00:00
paul
1c85e5e3a2 ide: fix compilation after OpenURL move
git-svn-id: trunk@22046 -
2009-10-05 13:19:48 +00:00
paul
af8d456d33 ide: correctly open URL in About Dialog and "Reporting a bug" menu item
git-svn-id: trunk@22018 -
2009-10-04 06:13:05 +00:00
vincents
b31f6a1346 IDE: fixed detection of URL in about box (issue #14383)
git-svn-id: trunk@21313 -
2009-08-19 10:35:56 +00:00
vincents
0e57b96673 IDE: About from: Copy fpc version to clipboard too (issue #13546)
git-svn-id: trunk@19546 -
2009-04-21 10:14:32 +00:00
marc
4248911708 * made contributors and acknowledgements double buffered so it should flicker less. Patch by Gerald Pottler
git-svn-id: trunk@19052 -
2009-03-21 01:41:12 +00:00
mattias
f44b3a9da2 IDE: about: using invalidate
git-svn-id: trunk@17493 -
2008-11-21 12:43:18 +00:00
marc
b35232127a * Improved localization of the About dialog by Maxim Ganetsky
git-svn-id: trunk@17255 -
2008-11-06 23:17:45 +00:00
paul
0844e46b0c ide: fix memory leak in about form
git-svn-id: trunk@17229 -
2008-11-05 03:03:41 +00:00
darius
4424f0ec6c Applied patch from Zeljan
fixes issue: http://bugs.freepascal.org/view.php?id=12478

git-svn-id: trunk@17226 -
2008-11-04 22:56:14 +00:00