juha
|
e800a738ad
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.
git-svn-id: trunk@54524 -
|
2017-04-05 08:34:48 +00:00 |
|
juha
|
63f9efed4e
|
LCL: Add support for MUI widgetset (AmigaOS, MorphOS, AROS) by Marcus Sackrow.
git-svn-id: trunk@53941 -
|
2017-01-14 09:55:59 +00:00 |
|
juha
|
52ab6a0253
|
LCL: Cleanup
git-svn-id: trunk@53763 -
|
2016-12-22 22:29:16 +00:00 |
|
juha
|
d33b9f61a2
|
Reuse LazLogger.DumpExceptionBackTrace. Cleanup.
git-svn-id: trunk@53742 -
|
2016-12-20 22:52:02 +00:00 |
|
juha
|
cfd390c5c5
|
Order uses sections some more.
git-svn-id: trunk@53741 -
|
2016-12-20 22:32:52 +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 |
|
mattias
|
bfcced5fad
|
lcl: added KeyCodeToKeyString, issue #30988, from AlexeyT
git-svn-id: trunk@53427 -
|
2016-11-23 16:00:23 +00:00 |
|
juha
|
cdf1328144
|
LCL: Fix the display string of shortcut "+". Issue #30973, patch from Michl.
git-svn-id: trunk@53422 -
|
2016-11-23 10:24:15 +00:00 |
|
juha
|
223f280d3a
|
LCL: Small optimization for ShortcutToText. Issue #30709, patch from Alexey Torgashin.
git-svn-id: trunk@53084 -
|
2016-10-09 13:12:13 +00:00 |
|
juha
|
813f5cb5d7
|
LCL: Small optimization for TextToShortcut. Issue #30707, patch from Alexey Torgashin.
git-svn-id: trunk@53077 -
|
2016-10-08 07:15:11 +00:00 |
|
juha
|
95e8ab1cd8
|
LCL, Codetools: Turn condition {$IFnDEF DisableWrapperFunctions} into {$IFDEF EnableWrapperFunctions} in units where it was forgotten.
git-svn-id: trunk@52678 -
|
2016-07-13 13:32:33 +00:00 |
|
bart
|
45e8d97693
|
LCLProcs: Remove the Win9xWsManager unit, since we don't support that platform anymore.
git-svn-id: trunk@51858 -
|
2016-03-08 11:47:49 +00:00 |
|
mattias
|
19299db032
|
lcl: inline DumpStack
git-svn-id: trunk@51660 -
|
2016-02-19 08:59:58 +00:00 |
|
juha
|
c96d141c52
|
Tools: Reorder and clean uses sections. Prevent "deprecated" warnings.
git-svn-id: trunk@49624 -
|
2015-08-08 21:06:51 +00:00 |
|
juha
|
653b5dd43a
|
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
git-svn-id: trunk@49504 -
|
2015-07-07 11:43:38 +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 |
|
juha
|
389df5cdfe
|
LCL: Support special strings for TextToShortcut/ShortcutToText. Issue #27746, patch from Alexey Torgashin.
git-svn-id: trunk@48922 -
|
2015-05-02 21:50:00 +00:00 |
|
juha
|
abe573b42d
|
Initialize variables based on compiler warnings around Lazarus and libs. Contains ToDo items.
git-svn-id: trunk@48481 -
|
2015-03-24 17:52:23 +00:00 |
|
mattias
|
5ca1ca2bd8
|
LCL: less hints
git-svn-id: trunk@47614 -
|
2015-02-07 09:52:51 +00:00 |
|
juha
|
abf9a845da
|
Deprecate wrappers for LazUTF8 functions in LCLProc.
git-svn-id: trunk@47604 -
|
2015-02-06 18:25:31 +00:00 |
|
mattias
|
814cf1a717
|
lazutils: FindInvalidUTF8Character: check for wrong mapped codes, changed default to report gaps
git-svn-id: trunk@47172 -
|
2014-12-10 14:26:18 +00:00 |
|
mattias
|
010fd26779
|
lcl: DbgSaveData: unicode file names
git-svn-id: trunk@46809 -
|
2014-11-12 18:50:45 +00:00 |
|
mattias
|
1fe37e15a2
|
fixed spelling mistakes, found by lintian
git-svn-id: trunk@43900 -
|
2014-02-05 12:07:46 +00:00 |
|
jesus
|
103d6a39e3
|
LCL, added dbgs(variant)
git-svn-id: trunk@43774 -
|
2014-01-20 01:14:56 +00:00 |
|
maxim
|
18a463791b
|
LCL: fixed TComboBox autocompletion with numeric (non-numpad) keys, patch from Gilson Nunes, bug #25495
git-svn-id: trunk@43660 -
|
2014-01-06 15:05:48 +00:00 |
|
juha
|
c30eb3edd3
|
Clean outdated DEFINEs from the code, like old compiler versions and FPC_HAS_CONSTREF.
git-svn-id: trunk@43628 -
|
2014-01-02 18:16:19 +00:00 |
|
juha
|
7b162087fd
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
git-svn-id: trunk@41387 -
|
2013-05-24 18:30:06 +00:00 |
|
mattias
|
37915accc5
|
LCL: fixed lclproc mode
git-svn-id: trunk@40322 -
|
2013-02-15 07:41:23 +00:00 |
|
mattias
|
577bc9d322
|
LCL: gtk2: disabled optimization REMOVEEMPTYPROCS for fpc 2.7.1
git-svn-id: trunk@40321 -
|
2013-02-14 23:34:15 +00:00 |
|
mattias
|
e1f38d1a0b
|
LCL: added mergesort for parts of TFPList
git-svn-id: trunk@40304 -
|
2013-02-13 19:00:05 +00:00 |
|
mattias
|
a5342ca134
|
lcl: less need for widestringmanager
git-svn-id: trunk@38101 -
|
2012-08-01 09:11:45 +00:00 |
|
mattias
|
99ba8dfabd
|
lcl: write debuglog with sharing
git-svn-id: trunk@37932 -
|
2012-07-13 16:10:03 +00:00 |
|
mattias
|
5b350609ab
|
gtk2: less hints
git-svn-id: trunk@36761 -
|
2012-04-14 10:27:10 +00:00 |
|
mattias
|
7cf1e76eb3
|
LCL: merged duplicate functions
git-svn-id: trunk@35436 -
|
2012-02-18 13:15:31 +00:00 |
|
paul
|
a3891d650a
|
lcl: redo UTF8LowerCase and UTF8UpperCase by redirecting calls to LazUTF8
git-svn-id: trunk@35391 -
|
2012-02-16 02:38:45 +00:00 |
|
paul
|
5abf39a0c8
|
lcl: redo UTF8LowerCase and UTF8UpperCase by redirecting calls to LazUTF8
git-svn-id: trunk@35390 -
|
2012-02-16 02:30:41 +00:00 |
|
paul
|
b75cbdf949
|
lcl: use UnicodeString instead of WideString for UTF16String to remove unneeded conversions (lazutils uses UnicodeString and converting their results to WideString cause a helper calls)
git-svn-id: trunk@35386 -
|
2012-02-16 01:40:38 +00:00 |
|
juha
|
cef54d4751
|
LCL: vtUnicodeString is introduced in FPC 2.7.x. Add conditional compilation for it.
git-svn-id: trunk@35381 -
|
2012-02-15 18:21:16 +00:00 |
|
paul
|
eb71c915df
|
lclproc: use UTF16String for routines with UTF16 in name, handle vtUnicodeString variant parts
git-svn-id: trunk@35368 -
|
2012-02-15 02:38:55 +00:00 |
|
martin
|
2ce509ce97
|
Clean up: warnings (new debugln)
git-svn-id: trunk@35269 -
|
2012-02-09 13:31:28 +00:00 |
|
vincents
|
1cbef20c34
|
lazutils: fixed another compilation for debug log with wince.
git-svn-id: trunk@35262 -
|
2012-02-09 08:59:40 +00:00 |
|
martin
|
64cb0d92c5
|
new Debugln via LazLogger (now used by default)
git-svn-id: trunk@35255 -
|
2012-02-09 01:13:23 +00:00 |
|
martin
|
71814e408a
|
new Debugln via LazLogger (ifdef WithLazLogger)
git-svn-id: trunk@35187 -
|
2012-02-06 18:43:49 +00:00 |
|
sekelsenmat
|
1b5dde8f63
|
Makes the decition to prefix all VK_ constants which are exclusive of the LCL with VK_LCL_
git-svn-id: trunk@34846 -
|
2012-01-21 17:09:21 +00:00 |
|
sekelsenmat
|
6be7642595
|
Android: Converts all key codes from the Android SDK. Adds more keys to the Android keyboard support
git-svn-id: trunk@34779 -
|
2012-01-18 15:11:04 +00:00 |
|
juha
|
271d88305a
|
LCL: make LCL build with win64. Issue #21081, patch from Bart Broersma
git-svn-id: trunk@34743 -
|
2012-01-15 11:09:18 +00:00 |
|
juha
|
d51b2ed1a1
|
LCL: improvements for using Win9xWsManager, issue #0021025
git-svn-id: trunk@34605 -
|
2012-01-05 23:55:30 +00:00 |
|
juha
|
478a6f7b60
|
LCL: Make case-insensitive search work on Win9x, issue #0021025, patch from Bart Broersma
git-svn-id: trunk@34601 -
|
2012-01-05 17:25:49 +00:00 |
|
mattias
|
ed7ff21c35
|
LCL: added some inline
git-svn-id: trunk@34236 -
|
2011-12-17 00:59:07 +00:00 |
|
sekelsenmat
|
3c9ee8524f
|
Adds the new Application.ExtendedKeysSupport flag and advances the implementation of keyboard support in LCL-CustomDrawn-Cocoa
git-svn-id: trunk@34219 -
|
2011-12-16 08:22:27 +00:00 |
|