Commit Graph

39075 Commits

Author SHA1 Message Date
mattias
3022dc2cb1 IDE: changed lpk on disk: started switching to alternative lpk
git-svn-id: trunk@40221 -
2013-02-09 11:15:25 +00:00
mattias
5d4b0a28da lazutils: clean up
git-svn-id: trunk@40220 -
2013-02-09 10:29:55 +00:00
martin
256f3d3e65 SynEdit: Separator-Gutter, fixed painting
git-svn-id: trunk@40219 -
2013-02-09 02:27:21 +00:00
martin
efbdf1e72b SynEdit: OverviewGutter, show enabled/disabled breakpoint and exec line in diff colors
git-svn-id: trunk@40218 -
2013-02-09 01:42:27 +00:00
ask
f84eee2a4b TAChart: Add TChartGUIConnectorAggPas.PixelFormat property
git-svn-id: trunk@40217 -
2013-02-08 23:23:42 +00:00
ask
6d88c77b77 AggPas: Fix TLazIntfImage descriptor for 32-bit pixel format
git-svn-id: trunk@40216 -
2013-02-08 23:21:16 +00:00
maxim
50f730af3b Translations: Spanish translation update by Lucas Martín, bug #23854
git-svn-id: trunk@40215 -
2013-02-08 23:10:00 +00:00
ask
7c928877c9 TAChart: Broadcast TGUIConnector changes to charts
git-svn-id: trunk@40214 -
2013-02-08 23:09:50 +00:00
ask
97642929c0 TAChart: Fix access violation while deleting an active TChartGUIConnector
git-svn-id: trunk@40213 -
2013-02-08 22:48:18 +00:00
ask
8d2a39a575 TAChart: Improve bar effects in TABGRAUtils. Based on patch by "circular"
git-svn-id: trunk@40212 -
2013-02-08 22:34:08 +00:00
martin
49aa229bbc SynEdit: Update OverviewGutter, if mark moves to new line. Part of issue #0023656
git-svn-id: trunk@40211 -
2013-02-08 21:50:44 +00:00
juha
bee75f597a LazUtils: Support for iso8859_15 character encoding. Issue #23856, patch from DCelso
git-svn-id: trunk@40210 -
2013-02-08 21:11:04 +00:00
bart
938dfb12e9 ValEdit: Fix FItemProps getting out of sync when Inserting, Deleting or Assigning strings,
which caused a crash on Delete(), and memory leaks.
Fixes issue #0023851

git-svn-id: trunk@40209 -
2013-02-08 17:29:28 +00:00
ask
5456be4d59 LazFreeType: Fixup for r40207 #7aff56c144
git-svn-id: trunk@40208 -
2013-02-08 15:00:55 +00:00
ask
7aff56c144 LazFreeType: Add TFreeTypeStream class, allow fonts to be loaded from streams. Patch by "circular"
git-svn-id: trunk@40207 -
2013-02-08 12:35:14 +00:00
mattias
247bb4784b lazutils: fixed reading xml with BOM, bug #23852
git-svn-id: trunk@40206 -
2013-02-08 09:37:10 +00:00
martin
4e4bffbae4 DBG: simplify getting line info (no type "pointer" needed)
git-svn-id: trunk@40205 -
2013-02-08 03:20:24 +00:00
bart
98b1126b93 ValEdit: fix not updating active cell contents when changing Strings property (Assign, Add, Delete, Set Text, Clear) which
happens when goAlwaysShowEditor is in Options.

git-svn-id: trunk@40204 -
2013-02-07 19:15:05 +00:00
mattias
32330dbc49 IDE: adde verbosity flag -dVerboseLFMSearch to debug frame search, fixed loading MustHaveLFM in LoadComponentDependencyHidden
git-svn-id: trunk@40203 -
2013-02-07 12:32:31 +00:00
mattias
41f07d1e2e IDE: typo
git-svn-id: trunk@40202 -
2013-02-07 10:43:44 +00:00
mattias
fc203991d0 codetools: find declaration: searching in class of method: search in parent classes of nested classes
git-svn-id: trunk@40201 -
2013-02-06 19:20:29 +00:00
mattias
1f23c02b2e codetools: added test for find declaration nested class
git-svn-id: trunk@40200 -
2013-02-06 18:20:42 +00:00
mattias
a70b6fb7e5 codetools: added test for find declaration nested class
git-svn-id: trunk@40199 -
2013-02-06 18:17:55 +00:00
juha
248c598499 LCL: check also for csDestroying component state in Grid when setting edit test.
git-svn-id: trunk@40198 -
2013-02-06 15:59:10 +00:00
bart
eab5aa8fb5 ValEdit: also release the memory of the TValueListStrings.FItemProps array itself, not only the items.
git-svn-id: trunk@40197 -
2013-02-06 15:29:04 +00:00
mattias
4ea24df450 codetools: test for find declaration
git-svn-id: trunk@40196 -
2013-02-06 15:01:24 +00:00
juha
218c95590c LCL: delete also ItemProps when deleting strings.
git-svn-id: trunk@40195 -
2013-02-06 14:43:25 +00:00
bart
9ce1fac44c ValEdit: free TValueListStrings.FItemProps in TValueListStrings.Destroy.
Resolves issue #0023841.

git-svn-id: trunk@40194 -
2013-02-06 14:21:07 +00:00
juha
053dfd2a1a LCL: Fix a bug in ValueListEditor when reading / writing value by key (Values['Key'])
git-svn-id: trunk@40193 -
2013-02-06 10:53:57 +00:00
juha
1dd55f7ae0 LCL: Don't access first element of ImageList if length=0. Issue #23834, patch from wp
git-svn-id: trunk@40192 -
2013-02-05 21:39:16 +00:00
mattias
3db0a7ec0f IDE: project: add units to end of lists
git-svn-id: trunk@40191 -
2013-02-05 09:49:55 +00:00
mattias
d1f1fbe675 IDE: default loaded unit: check if file exists
git-svn-id: trunk@40190 -
2013-02-05 09:45:01 +00:00
mattias
f8c92431ec TUpDown: nicer UpdateOrientation filling up
git-svn-id: trunk@40189 -
2013-02-05 09:12:31 +00:00
mattias
2eb5e390be TUpDown: fixed unconnecting associate on free, independent if handle is allocated
git-svn-id: trunk@40188 -
2013-02-05 09:09:27 +00:00
mattias
2f4f9f1f8f TUpDown: clean up, fixed UpdateOrientation filling up
git-svn-id: trunk@40187 -
2013-02-05 09:08:38 +00:00
mattias
d01310dc89 codetools: class completion: comparing beautified method signatures
git-svn-id: trunk@40186 -
2013-02-04 22:53:35 +00:00
mattias
9ccfb913a3 codetools: added debugging to UpdateProcBodySignatures
git-svn-id: trunk@40185 -
2013-02-04 22:43:32 +00:00
mattias
e3fad78b87 tests: added TestCompareTextIgnoringSpace test
git-svn-id: trunk@40184 -
2013-02-04 22:37:53 +00:00
mattias
bd361cb359 codetools: fixed debugging code, bug #23827
git-svn-id: trunk@40183 -
2013-02-04 22:26:36 +00:00
ask
92e5f14166 TAChart: Use GUI connector in "aggpas" demo
git-svn-id: trunk@40182 -
2013-02-04 16:26:07 +00:00
ask
a4c553db95 TAChart: Add GUI connector for AggPas drawing back-end
git-svn-id: trunk@40181 -
2013-02-04 16:24:17 +00:00
zeljko
28dff08465 Qt: keep state of forms hidden from taskbar under X11. Fixes issue #23825.
git-svn-id: trunk@40180 -
2013-02-04 15:49:04 +00:00
ask
9cd4c96223 TAChart: Use GUI connector in "bgra" demo
git-svn-id: trunk@40179 -
2013-02-04 15:34:10 +00:00
ask
c26953c4cd TAChart: Add GUI connector for BGRA drawing back-end
git-svn-id: trunk@40178 -
2013-02-04 15:30:01 +00:00
zeljko
7330294168 IDE: fixed restoring designed form when HideIDEWindowsOnRun = true. issue #22535
git-svn-id: trunk@40177 -
2013-02-04 14:11:10 +00:00
ask
b8182677b8 TAChart: Add TOpenHighLowCloseSeries.AddXOHLC function
git-svn-id: trunk@40176 -
2013-02-04 14:06:27 +00:00
ask
69598aa313 TAChart: Add TChartDataItem.SetY with index parameter
git-svn-id: trunk@40175 -
2013-02-04 14:05:31 +00:00
martin
c13054e9c5 SynEdit: Refactor AVL
git-svn-id: trunk@40174 -
2013-02-04 13:03:39 +00:00
mattias
4bfedf1d24 readme: note for BSD users
git-svn-id: trunk@40173 -
2013-02-04 10:04:54 +00:00
ask
b37b00794a TAChart: Add TAGUIConnector unit and TChart.GUIConnector property
git-svn-id: trunk@40172 -
2013-02-04 09:55:17 +00:00