juha
dc90c9173e
LazUtils: New unit LazUnicode for encoding agnostic code. Supports Delphi. LazUTF16 is updated.
...
git-svn-id: trunk@52670 -
2016-07-12 09:55:21 +00:00
sekelsenmat
503a8f7442
cocoa: Fixes bug #30301 - StringGrid Editing Selection Problems
...
git-svn-id: trunk@52669 -
2016-07-12 06:39:14 +00:00
jesus
8f4aefa2f6
LCL, grids: Implements grid.ColRow property, resolves issue #30364
...
git-svn-id: trunk@52668 -
2016-07-12 00:45:29 +00:00
jesus
a1b891dcf0
LazReport, restored encoding of constant string
...
git-svn-id: trunk@52667 -
2016-07-11 21:25:00 +00:00
blikblum
e7a89b8863
win32: update screen monitors info when display changes. Issue #30336
...
git-svn-id: trunk@52666 -
2016-07-10 18:11:39 +00:00
blikblum
6c328392e3
svn: ignore *.exe files in root folder
...
git-svn-id: trunk@52665 -
2016-07-10 16:23:27 +00:00
blikblum
e3cd3b6522
examples: set ignore property to dbeditmask
...
git-svn-id: trunk@52664 -
2016-07-10 16:21:16 +00:00
blikblum
17071a7ad8
components: set subversion ignore property to lib folders
...
git-svn-id: trunk@52663 -
2016-07-10 16:15:11 +00:00
blikblum
981cddc4ae
rtticontrols: remove lib folder from source control
...
git-svn-id: trunk@52662 -
2016-07-10 16:09:32 +00:00
blikblum
6acef241e5
sqldb: remove lib folder from source control
...
git-svn-id: trunk@52661 -
2016-07-10 16:08:28 +00:00
blikblum
3be2618121
printers: remove lib folder from source control
...
git-svn-id: trunk@52660 -
2016-07-10 16:07:43 +00:00
blikblum
b2f43c4d64
rx: remove lib folder from source control
...
git-svn-id: trunk@52659 -
2016-07-10 16:04:56 +00:00
blikblum
af10308ea4
lazreport: remove lib folder from source control
...
git-svn-id: trunk@52658 -
2016-07-10 15:58:56 +00:00
blikblum
7bc5dafb25
cairocanvas: set subversion ignore property to lib folder
...
git-svn-id: trunk@52657 -
2016-07-10 15:47:26 +00:00
blikblum
b7ce8600a4
sqlite: set subversion ignore property to lib folder
...
git-svn-id: trunk@52656 -
2016-07-10 15:42:06 +00:00
blikblum
d72d929c86
sqlite: remove lib folder from source control
...
git-svn-id: trunk@52655 -
2016-07-10 15:40:02 +00:00
blikblum
858e261c7b
lazreport: use temp var in OnGetParsFunction method to avoid repeated lookup and better readability
...
git-svn-id: trunk@52654 -
2016-07-10 12:23:49 +00:00
blikblum
4f81d97579
lazreport: add const to string params; remove not used unit (Graphics)
...
git-svn-id: trunk@52653 -
2016-07-10 12:11:47 +00:00
blikblum
6e1055dabd
lazreport: fix compilation with fpc 2.6.4
...
git-svn-id: trunk@52652 -
2016-07-10 12:10:18 +00:00
ondrej
4d405f5f01
lcl: fix typo
...
git-svn-id: trunk@52651 -
2016-07-09 06:15:13 +00:00
maxim
2e0d1a0645
Translations: French translation update by Gilles Vasseur, bug #30361
...
git-svn-id: trunk@52650 -
2016-07-08 22:24:14 +00:00
bart
61f5442a15
Win32: fix error in TFontDialog if fdLimitSize is set. Issue #0030340 . Patch by Rik van Kekem.
...
git-svn-id: trunk@52649 -
2016-07-08 12:41:00 +00:00
bart
d2273e2c03
LCLIntf: OpenURL (Windows)
...
- refactor
- don't quote params(the URL) with certain Browsers on Win 10.
Fixes Issue #0030326 as far as we think is possible at the moment.
git-svn-id: trunk@52648 -
2016-07-08 12:06:30 +00:00
mattias
54af11a069
codetools: identifier completion: method specifiers
...
git-svn-id: trunk@52647 -
2016-07-07 23:34:45 +00:00
mattias
ff5f987936
codetools: identifier completion: procedure specifiers and procedure type specifiers
...
git-svn-id: trunk@52646 -
2016-07-07 09:11:39 +00:00
mattias
21f07de277
codetools: identifier completion: method specifiers, patch #30352
...
git-svn-id: trunk@52645 -
2016-07-07 08:57:19 +00:00
mattias
1501194d2e
IDE: less hints
...
git-svn-id: trunk@52644 -
2016-07-07 08:54:50 +00:00
martin
c52062ab8f
SynEdit: Diff Highlighter fix endless loop. Issue #30338
...
git-svn-id: trunk@52643 -
2016-07-06 13:00:30 +00:00
bart
5973a75d07
LCLIntf: OpenURL (Windows)
...
- partially revert r52640 #491870c710, use Params as supplied by FindDefaultBrowser as is.
- always quote file:// if it contains spaces, even if MS IE tells us it it not needed (but it is)
- fix compilation for WinCE
git-svn-id: trunk@52642 -
2016-07-06 11:27:26 +00:00
bart
9a90869147
LCLIntf: refactor.
...
git-svn-id: trunk@52641 -
2016-07-06 08:52:03 +00:00
bart
491870c710
LCLIntf: OpenURL (on Windows): when opening local files, do not use the "extende parameters" as provided by FindDefaultBrowser()
...
like '-osint -url "%s"', since at least FireFox refuses to open the file in such a case.
git-svn-id: trunk@52640 -
2016-07-05 23:38:44 +00:00
bart
fb34835eb2
LCLIntf: refactor FindDefaultBrowser() for Windows.
...
git-svn-id: trunk@52639 -
2016-07-05 22:49:36 +00:00
maxim
baec75c4ca
IDE Hungarian translation: removed fuzzy flag from lismenuresaveformswithi18n ("Resave forms with enabled i18n") by request of Péter Gábor, bug #30342
...
git-svn-id: trunk@52637 -
2016-07-05 22:23:23 +00:00
maxim
d0ea2a9956
Translations: Hungarian translation update by Péter Gábor, bug #30342
...
git-svn-id: trunk@52635 -
2016-07-05 22:12:22 +00:00
maxim
8c0f4930a9
Translations: regenerated German translation
...
git-svn-id: trunk@52634 -
2016-07-05 21:59:33 +00:00
juha
1f77a3c790
Designer: Update TabOrder component tree also when TabSheet is switched. Issue #30010 .
...
git-svn-id: trunk@52633 -
2016-07-05 21:10:37 +00:00
jesus
3852d2bd5e
LazReport, enable some object inspector graphic property editors like color, so the object inspector show a color representation and color picker instead of just a number, fix issue #30346
...
git-svn-id: trunk@52632 -
2016-07-05 20:07:46 +00:00
juha
fd107ecf9e
Designer: Make the link between designer and TabOrder dialog work both ways.
...
git-svn-id: trunk@52631 -
2016-07-05 18:02:14 +00:00
blikblum
df4030e5cf
win32: refactor checks in WM_NCPAINT to avoid redundancy
...
git-svn-id: trunk@52630 -
2016-07-05 12:10:46 +00:00
maxim
38240c91fc
IDE: improved 'Resave forms with i18n' menu caption, regenerated translations and updated Russian translation
...
git-svn-id: trunk@52629 -
2016-07-05 11:30:17 +00:00
juha
865cb9dc42
IDE: Prevent an occasional crash after BuildModes are added and deleted.
...
git-svn-id: trunk@52628 -
2016-07-05 11:16:54 +00:00
juha
cf8074ffe7
IDE: Improve comment.
...
git-svn-id: trunk@52627 -
2016-07-05 11:16:48 +00:00
maxim
43569bcb45
IDE: improved Russian translation
...
git-svn-id: trunk@52625 -
2016-07-04 22:24:13 +00:00
juha
d5d8e2f420
IdeIntf: Improve and harmonize the drawing of Boolean Checkboxes.
...
git-svn-id: trunk@52622 -
2016-07-04 18:13:11 +00:00
juha
96e287106e
IDE: Make the order of IDE Coolbar items more logical.
...
git-svn-id: trunk@52621 -
2016-07-04 14:57:44 +00:00
juha
2eb867569a
IDE: Organize uses sections.
...
git-svn-id: trunk@52620 -
2016-07-04 14:57:39 +00:00
juha
553370e733
IDE: Replace Combobox with Listbox+Filter to add package dependencies for projects and packages.
...
git-svn-id: trunk@52618 -
2016-07-04 09:35:10 +00:00
jesus
af0ed1ee21
LCL, grids: Fix dbgrid header click issue #28919
...
git-svn-id: trunk@52617 -
2016-07-04 06:26:35 +00:00
jesus
dac8469d9c
LCl,grids: fix ignoring first EditorMode:=true, issue #30337
...
git-svn-id: trunk@52616 -
2016-07-04 03:24:14 +00:00
jesus
8b9f0e9b49
LCL, Grids: Implemented AfterMoveSelection, resolves issue #23173
...
git-svn-id: trunk@52615 -
2016-07-03 22:04:42 +00:00