mattias
|
25c7ed1a93
|
IDE: clean up
git-svn-id: trunk@61653 -
|
2019-08-03 11:12:17 +00:00 |
|
maxim
|
da2f7857a0
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #35912
git-svn-id: trunk@61651 -
|
2019-07-31 22:17:21 +00:00 |
|
martin
|
a2c415d5e2
|
SynEdit: Optimization for processing multi-carets (updating huge amounts during scrolling). Part of issue: #35854
git-svn-id: trunk@61650 -
|
2019-07-31 21:13:52 +00:00 |
|
martin
|
c162d92785
|
SynEdit: Reduce painting when scrolling in multi-caret mode. Issue #35854
git-svn-id: trunk@61649 -
|
2019-07-31 20:37:09 +00:00 |
|
dmitry
|
2e83444e6f
|
cocoa: softer color selection for shadows and pseudo 3d for 10.14, rather than deprecated methods call
git-svn-id: trunk@61648 -
|
2019-07-31 20:04:11 +00:00 |
|
martin
|
93cd0df04f
|
GdbmiDebugger, tests: breakpoints on raise/catch/... - Fix testcase
git-svn-id: trunk@61647 -
|
2019-07-31 12:41:02 +00:00 |
|
martin
|
daa6b60cf4
|
GdbmiDebugger: Less overhead to set breakpoints on raise/catch/... - Add break by name (after prologue) to set breakpoints for dyn libraries (gdb will set/extend breakpoint, when dll is loaded)
git-svn-id: trunk@61646 -
|
2019-07-31 12:40:58 +00:00 |
|
maxim
|
3836b0ba73
|
Translations: Hungarian translation update by Péter Gábor, bug #35891
git-svn-id: trunk@61643 -
|
2019-07-29 21:07:47 +00:00 |
|
mattias
|
5c4c1e1f96
|
IDE: fixed PathIsInPath for /a and /a/
git-svn-id: trunk@61636 -
|
2019-07-28 08:19:04 +00:00 |
|
mattias
|
05e011f162
|
IDE: using PathIsInPath instead of FileIsInPath where path=path is allowed
git-svn-id: trunk@61635 -
|
2019-07-28 07:36:10 +00:00 |
|
martin
|
5ad5b4600d
|
Init-Setup: Search inactive existing settings
git-svn-id: trunk@61633 -
|
2019-07-27 13:11:26 +00:00 |
|
martin
|
4f145f9709
|
Init-Setup: Change detection of incorrect dbg settings
git-svn-id: trunk@61632 -
|
2019-07-27 13:11:25 +00:00 |
|
martin
|
0aa50e2f0f
|
Env-Options, Debugger: Always update XML nodes, as the can get re-read.
git-svn-id: trunk@61631 -
|
2019-07-27 13:11:23 +00:00 |
|
martin
|
2e7f197941
|
EnvironmentOpts, Debugger: Fix crash when saving certain settings (Load was called during Save, invalidating obj refs)
git-svn-id: trunk@61630 -
|
2019-07-27 13:11:21 +00:00 |
|
martin
|
8510a01a33
|
Debugger: DbgProperties default for InternalExceptionBreakPoints
git-svn-id: trunk@61629 -
|
2019-07-27 13:11:20 +00:00 |
|
mattias
|
3a62769ba9
|
issue #35892 from Don Siders
comctrls.xml
*Added FUseWS, AdjustPos, InitializeWnd in TCustomUpDown
controls.xml
* Fixed FP docs tagging for an example
dbctrls.xml
* Added BiDiMode, BorderSpacing, Color, Constraints in TDBCheckBox
* Added DataChange, KeyPress, UpdateData in TDBComboBox
* Added missing topics in TCustomDBComboBox
lclplatformdef.xml
* Added missing TLCLPLatform enumeration values
lcltranslator.xml
* Sync'd doc topics to current code. Added missing symbols. Removed unused symbols.
git-svn-id: trunk@61628 -
|
2019-07-27 07:04:37 +00:00 |
|
mattias
|
66caead120
|
docs: lazutils: updates from issue #35893 from Don Siders
git-svn-id: trunk@61627 -
|
2019-07-27 07:02:52 +00:00 |
|
dmitry
|
9663d04de4
|
cocoa: restore the proper notification about windowstate change. Regression was caused when window handle and content were split
git-svn-id: trunk@61626 -
|
2019-07-27 03:42:57 +00:00 |
|
dmitry
|
a0a27df2f6
|
cocoa: FPC trunk compatibility update by Jonas Maebe. #35890
git-svn-id: trunk@61625 -
|
2019-07-26 19:33:02 +00:00 |
|
juha
|
b915700854
|
LCL: Fix a memory leak in TImageList.GetIcon. Issue #35684, patch from BrunoK.
git-svn-id: trunk@61624 -
|
2019-07-26 09:07:57 +00:00 |
|
jesus
|
123e8f9f45
|
LazReport: Update dseigner scrollbars on changing current page, patch by Michal Gawrycki, issue #35882
git-svn-id: trunk@61623 -
|
2019-07-26 01:12:35 +00:00 |
|
maxim
|
742d4e74ed
|
IDE: Turkish translation update by Onur ERÇELEN, bug #35885
git-svn-id: trunk@61622 -
|
2019-07-25 22:38:18 +00:00 |
|
juha
|
1dec469350
|
LCL-GTK2: Use libappindicator3 for System Tray Icon. Issue #35723, patch from David.
git-svn-id: trunk@61621 -
|
2019-07-25 20:51:44 +00:00 |
|
dmitry
|
b64d130b03
|
cocoa: reverting the change about preserving the actual title, back to not returning any title for buttons. patch by Zoë Peterson. #35884
git-svn-id: trunk@61620 -
|
2019-07-25 15:32:20 +00:00 |
|
dmitry
|
9cfcdf24c5
|
cocoa: storing LCL title separately, so WS function would return the original value set. #35884
git-svn-id: trunk@61619 -
|
2019-07-25 14:36:31 +00:00 |
|
dmitry
|
4a82f4209c
|
virtualtree: better cocoa compatibility
git-svn-id: trunk@61618 -
|
2019-07-23 14:18:08 +00:00 |
|
dmitry
|
b79e2dd90e
|
cocoa: drawedge implementation
git-svn-id: trunk@61617 -
|
2019-07-23 13:56:32 +00:00 |
|
maxim
|
1b7dab9789
|
POChecker: try to translate LCL only if language was switched successfully
git-svn-id: trunk@61616 -
|
2019-07-22 22:16:27 +00:00 |
|
maxim
|
5e5045ebd1
|
LCLTranslator: small refactor, ensured setting SetDefaultLang and TranslateLCLResourceStrings results to empty values on exceptions
git-svn-id: trunk@61615 -
|
2019-07-22 22:14:25 +00:00 |
|
balazs
|
00e57d2560
|
Opkman: Add 3.2.0 to FPC versions.
git-svn-id: trunk@61613 -
|
2019-07-22 04:23:58 +00:00 |
|
maxim
|
bd9bfc01d4
|
Translations: Turkish translation update by Onur ERÇELEN, bug #35865
git-svn-id: trunk@61612 -
|
2019-07-21 22:57:16 +00:00 |
|
maxim
|
14ccbadf1f
|
LCLTranslator: removed superfluous exception handling from FindLocaleFileName function
git-svn-id: trunk@61611 -
|
2019-07-21 22:35:23 +00:00 |
|
mattias
|
0e01330dd2
|
IDE: do not warn if installing a meta package
git-svn-id: trunk@61609 -
|
2019-07-20 18:04:39 +00:00 |
|
martin
|
2b676c1372
|
Ide/Debugger Options: Move "Language Exceptions" from Environment to Project. They already were stored with the project. (No build mode support)
git-svn-id: trunk@61608 -
|
2019-07-20 15:22:18 +00:00 |
|
mattias
|
a13d2afaa0
|
IDE: do not warn if ppu is reachable by two packages and only one has a source
git-svn-id: trunk@61607 -
|
2019-07-20 09:22:03 +00:00 |
|
maxim
|
da14845df3
|
LCL: fixed license header in lcltranslator.pas file and removed license header from defaulttranslator.pas file (it has no copyrightable code)
git-svn-id: trunk@61606 -
|
2019-07-19 23:09:25 +00:00 |
|
maxim
|
b516684cc1
|
LCLTranslator: search for master PO (.pot) file in user specified directory too, just like we do for regular PO files
git-svn-id: trunk@61605 -
|
2019-07-19 22:50:06 +00:00 |
|
maxim
|
06630d0699
|
LCLTranslator: reduced duplicate code in FindLocaleFileName function (no functional changes)
git-svn-id: trunk@61604 -
|
2019-07-19 22:19:26 +00:00 |
|
maxim
|
1e1a161608
|
LCLTranslator: updated comments
git-svn-id: trunk@61603 -
|
2019-07-19 12:31:07 +00:00 |
|
maxim
|
bd30dff893
|
LCLTranslator: made TranslateLCLResourceStrings return found language for symmetry with SetDefaultLang
git-svn-id: trunk@61602 -
|
2019-07-18 22:41:43 +00:00 |
|
mattias
|
a67db5c7a4
|
project groups: fixed Show targets with paths
git-svn-id: trunk@61601 -
|
2019-07-18 14:47:58 +00:00 |
|
maxim
|
3bbfbdcaac
|
Examples, Translation: removed GetDefaultLang reference, made TMainForm.SelectLanguage method use SetDefaultLang result
git-svn-id: trunk@61600 -
|
2019-07-18 00:06:01 +00:00 |
|
maxim
|
4f92041356
|
LCLTranslator: Made SetDefaultLang return found language (aka 'default language') and deprecated separate GetDefaultLang function. This change reduces global variable usage and allows to save (or not to save) found language separately for each FindLocaleFileName function call.
git-svn-id: trunk@61599 -
|
2019-07-17 23:54:56 +00:00 |
|
balazs
|
7b0e251c98
|
Packages: Updated the description for sqlite3/sqlite. After package install, without the proper libraries, the IDE won't start.
git-svn-id: trunk@61598 -
|
2019-07-17 14:40:23 +00:00 |
|
dmitry
|
0638e4e671
|
ide: removing UseCThreads check from the project template
git-svn-id: trunk@61597 -
|
2019-07-17 13:46:36 +00:00 |
|
dmitry
|
769a01c9d8
|
cocoa: changing spinedit to be a subclass of TCocoaTextField. #35851
git-svn-id: trunk@61596 -
|
2019-07-16 14:52:36 +00:00 |
|
dmitry
|
63e8fd0573
|
cocoa: recreating menu item handle, if switches between separation caption
git-svn-id: trunk@61595 -
|
2019-07-16 00:27:31 +00:00 |
|
dmitry
|
5d297abae5
|
cocoa: additional check for the existance of stringValue
git-svn-id: trunk@61594 -
|
2019-07-16 00:22:21 +00:00 |
|
martin
|
b57481b1b8
|
GdbmiDebugger: dgbsNone - use GdbRunCommand() to get correct command to start target
git-svn-id: trunk@61593 -
|
2019-07-15 22:06:02 +00:00 |
|
dmitry
|
b1ce585b2a
|
cocoa: adding support for maxLength limit on tedit. #35847
git-svn-id: trunk@61592 -
|
2019-07-15 15:47:36 +00:00 |
|