Commit Graph

26605 Commits

Author SHA1 Message Date
maxim
fe4ae866c2 regenerated translations; updated Russian translation
git-svn-id: trunk@27056 -
2010-08-10 23:27:52 +00:00
blikblum
4a9091c3a2 lcl: don't publish TRadioButton State and AllowGrayed properties: Delphi compatible.
separate TCustomCheckBox/TCheckBox constructors to avoid double setting of AutoSize/TabStop in TToggleBox/TRadioButton

git-svn-id: trunk@27055 -
2010-08-10 20:12:40 +00:00
blikblum
e50914e4bf qt: don't send LM_CHANGE messages when changing State of TRadioButton and TCheckBox programatically. Use Toggled signal instead of Clicked to notify of changes in TRadioButton. Part of 0017139 and 0017104
git-svn-id: trunk@27054 -
2010-08-10 17:49:43 +00:00
blikblum
1aa796b724 lcl: remove workarounds to recursive LM_CHANGE calls, since it was fixed fixed in rev 27050 #8d7d250608 and 27051:
- don't toggle TRadioButton siblings state since this is done by widgetset;  
 - remove FLastCheckedOnChange; 
 - call OnChange only if State was really changed by widgetset 
 - Dont set Checked property in Click
Part of 0017139 and 0017104

git-svn-id: trunk@27053 -
2010-08-10 17:02:07 +00:00
ask
0d8fe57965 TAChart: Initial implementation of TBubbleSeries
git-svn-id: trunk@27052 -
2010-08-10 17:01:00 +00:00
blikblum
5456d6fc31 wince: avoid sending LM_CHANGE message when clearing TRadioButton siblings and when setting TRadioButton checked property programatically. Send LM_CHANGE when TRadioButton is unchecked. Don't toggle TRadioButton state when it's already checked. Part of 0017139 and 0017104
git-svn-id: trunk@27051 -
2010-08-10 16:52:59 +00:00
blikblum
8d7d250608 win32: avoid sending LM_CHANGE message when clearing TRadioButton siblings and when setting TRadioButton checked property programatically. Send LM_CHANGE when TRadioButton is unchecked. Don't toggle TRadioButton state when it's already checked. Part of 0017139 and 0017104
git-svn-id: trunk@27050 -
2010-08-10 16:52:13 +00:00
ask
9d03b45223 TAChart: Add multi-valued random chart source. Fix reading multi-valued TListChartSource from DataPoints.
git-svn-id: trunk@27049 -
2010-08-10 16:07:08 +00:00
dmitry
14b1813403 carbon: final fixes for LineTo 1-pixel line drawing
git-svn-id: trunk@27048 -
2010-08-10 08:39:10 +00:00
sekelsenmat
9a8d703529 Fixes Carbon drawing of lines with width 1
git-svn-id: trunk@27047 -
2010-08-10 04:11:19 +00:00
paul
2c127c9897 win32: fix TListView.Autosize by Bernd Kreuss (issue #0017141)
git-svn-id: trunk@27046 -
2010-08-10 02:07:48 +00:00
martin
2012316840 SynEdit, FoldGutter: Always show [+]/[-] in popup menu
git-svn-id: trunk@27045 -
2010-08-09 23:35:58 +00:00
marc
a65d1b9fc1 * Convert rgb(a) bitmap data if data in different order. Modified patch #0016304 by Denis Golovan
git-svn-id: trunk@27044 -
2010-08-09 22:55:52 +00:00
marc
0b2e80a484 * Move generic RGBIndices code to rawimage description. Part of patch #16304 by Denis Golovan
git-svn-id: trunk@27043 -
2010-08-09 22:53:38 +00:00
sekelsenmat
ed2bd3cf36 Changes SHSendBackToFocusWindow to dynamic loading
git-svn-id: trunk@27042 -
2010-08-09 08:03:40 +00:00
dmitry
3048fbf9e9 carbon: fix focusing, allowing an empty form to gain focus. bugs #16823,#16866
git-svn-id: trunk@27041 -
2010-08-08 20:47:27 +00:00
martin
fa651f6d59 SynEdit: changed type (for 64bit)
git-svn-id: trunk@27040 -
2010-08-08 18:03:00 +00:00
martin
f0fdb13710 SynEdit/IDE: reduce overhead updating marks
git-svn-id: trunk@27039 -
2010-08-08 16:04:47 +00:00
martin
ac930ac5a0 SynEdit: Clean up
git-svn-id: trunk@27038 -
2010-08-08 15:58:07 +00:00
martin
8dae7aa8b1 SynEdit: Refactor SynMarks
git-svn-id: trunk@27037 -
2010-08-08 15:46:27 +00:00
marc
206d235bd0 * Only set "debugging" caption when a real debugger is used, otherwise use "running". Patch by Flavio Etrusco. Fixes #0002090
git-svn-id: trunk@27036 -
2010-08-08 15:30:08 +00:00
marc
e46e582d12 * Set HideKeyTableWarnings by default so no key table warnings ar shown (Out of OEM specific VK codes)
git-svn-id: trunk@27035 -
2010-08-08 15:07:23 +00:00
ask
234944e350 TAChart: Initial multi-valued sources support
git-svn-id: trunk@27034 -
2010-08-08 13:58:35 +00:00
ask
ac082984d3 TAChart: Update basic demo
git-svn-id: trunk@27033 -
2010-08-08 13:18:51 +00:00
ask
72165d1d22 TAChart: Move TBasicPointSeries class to TACustomSeries unit
git-svn-id: trunk@27032 -
2010-08-08 11:09:22 +00:00
ask
edd774a031 TAChart: Add TBarSeries.ZeroLevel property
git-svn-id: trunk@27031 -
2010-08-08 06:37:15 +00:00
ask
2cbeb8a186 TAChart: Use PrepareGraphPoints in TBarSeries.Draw
git-svn-id: trunk@27030 -
2010-08-08 06:31:13 +00:00
jesus
5eba113ce5 LCL, implements grid's cbsButtonColumn editor style
git-svn-id: trunk@27029 -
2010-08-08 02:10:24 +00:00
martin
79c7ae9333 Fix Editoroptions, from last commit
git-svn-id: trunk@27028 -
2010-08-08 01:17:46 +00:00
martin
bb4d53ff94 SynEdit: Started rework of Gutter, started adding new overview gutter
git-svn-id: trunk@27027 -
2010-08-08 00:35:06 +00:00
ask
8a93b3076e TAChart: Replace TAreaSeries.Stairs and InvertedStairs with ConnectType property.
+ Correctly display rotated stairs series.

git-svn-id: trunk@27026 -
2010-08-07 18:04:08 +00:00
ask
4850673e1d TAChart: Support 3-d look for area series. Various fixes for zero level code. Update demo.
git-svn-id: trunk@27025 -
2010-08-07 17:22:46 +00:00
ask
3d00e0005f TAChart: Add ZeroLevel and UseZeroLevel properties to TAreaSeries, Update demo.
git-svn-id: trunk@27024 -
2010-08-07 16:57:18 +00:00
ask
c0a6f3aa38 TAChart: Add area series to rotation demo
git-svn-id: trunk@27023 -
2010-08-07 16:50:09 +00:00
ask
76b6278554 TAChart: Improve area series drawing.
+ Refactor drawing code
+ Add TAreaSeries.AreaContourPen
+ Support rotated series

git-svn-id: trunk@27022 -
2010-08-07 16:48:53 +00:00
maxim
9fe6485839 TodoList: avoid flickering while updating TODO list by adding BeginUpdate/EndUpdate. Patch by Vladimir Zhirov, bug #17125.
git-svn-id: trunk@27021 -
2010-08-07 15:15:29 +00:00
ask
6688cc9ce2 TAChart: Extract TBasicPointSeries.PrepareGraphPoints method
git-svn-id: trunk@27020 -
2010-08-07 14:36:11 +00:00
ask
a11a0af094 TAChart: Extract DoubleInterval utility function
git-svn-id: trunk@27019 -
2010-08-07 14:32:48 +00:00
michael
493196ea7c * Added an option to scroll new messages into view after an idea of Bernd <prof7bit@googlemail.com>
git-svn-id: trunk@27018 -
2010-08-06 19:30:26 +00:00
mattias
348d2efab4 LCL: TAvgLvlTree: using by default the default memory manager, for multithreading
git-svn-id: trunk@27017 -
2010-08-06 16:31:27 +00:00
martin
5e807711c8 SynEdit: Limited effect of widgetset specific workaround for scrollbar updating
git-svn-id: trunk@27016 -
2010-08-05 11:32:25 +00:00
sekelsenmat
ac45fa24d3 Adds caption drawing for TBitmappedButton
git-svn-id: trunk@27015 -
2010-08-05 08:04:36 +00:00
paul
66c72d1b3e lcl: add TApplication.ActivateHint method for delphi compatibility
git-svn-id: trunk@27014 -
2010-08-05 02:17:37 +00:00
andrew
ba4c288654 * editor now saves it editor window setting to use tab history
git-svn-id: trunk@27013 -
2010-08-05 02:00:04 +00:00
maxim
43ccdd9dab regenerated translations; updated Russian translation
git-svn-id: trunk@27012 -
2010-08-04 23:20:36 +00:00
mattias
aad0de1107 IDE: comments
git-svn-id: trunk@27011 -
2010-08-04 15:39:59 +00:00
mattias
513cb6bd7b IDE: identifier completion: ignore errors on completion, bug #17111
git-svn-id: trunk@27010 -
2010-08-04 14:23:25 +00:00
mattias
9b4deffe0f IDE: load/save build macro values
git-svn-id: trunk@27009 -
2010-08-04 11:58:54 +00:00
mattias
24003c4e73 codetools: fixed fpcdefine caches: fixed changestamp
git-svn-id: trunk@27008 -
2010-08-04 11:09:59 +00:00
mattias
8a69c9e6dc IDE: custom build macros
git-svn-id: trunk@27007 -
2010-08-04 10:53:16 +00:00