Commit Graph

19585 Commits

Author SHA1 Message Date
dmitry
e9e7756aa5 fix for #13547 + moved units usage from implementation to interface section.
git-svn-id: trunk@19921 -
2009-05-11 08:54:10 +00:00
dodi
12bd465de2 lost file
git-svn-id: trunk@19920 -
2009-05-11 08:00:19 +00:00
dodi
7dccf840cb attempt to resize TPageControl - failed
git-svn-id: trunk@19919 -
2009-05-11 07:54:49 +00:00
ask
b4331da20a TAChart: Fix saving to bitmap (issue #13685)
* Add SaveToImage and SaveToFile methods.
* Implement SaveToBitmapFile and CopyToClipboardBitmap via SaveToImage/SaveToFile.
* Add demo.

git-svn-id: trunk@19918 -
2009-05-11 06:46:08 +00:00
paul
aec9fbec6e gtk2: fix comparition with default font (reported on IRC by Ionic)
git-svn-id: trunk@19917 -
2009-05-11 02:20:08 +00:00
martin
fb2740c0d9 SynEdit: fixed font width checks; missing overhang from TextMetrics / fixed BaseStyle
git-svn-id: trunk@19916 -
2009-05-11 00:45:10 +00:00
mattias
2bdc3490f3 codetools: fixed computing mem stats for TCustomCodeTools.Src
git-svn-id: trunk@19915 -
2009-05-10 21:39:25 +00:00
mattias
e7d8ba4a34 clean up
git-svn-id: trunk@19914 -
2009-05-10 21:25:32 +00:00
mattias
8bc4612fcd codetools: finding and removing duplicate strings in define trees
git-svn-id: trunk@19913 -
2009-05-10 21:20:49 +00:00
vincents
b21b6284da LCL: use simpler expression to determine if TCanvas.SetClipping can be overridden; the previous expression could not be parsed by fpdoc
git-svn-id: trunk@19912 -
2009-05-10 19:17:16 +00:00
dmitry
23380e3214 fixed CabShowGlyph -> CanShowGlyph
git-svn-id: trunk@19911 -
2009-05-10 18:44:17 +00:00
dmitry
1760ca6826 CarbonListView + column sorting partial support + column moving + windows-like mouse handling at for ListView's header
git-svn-id: trunk@19910 -
2009-05-10 17:45:34 +00:00
paul
f3dfb636c4 lcl: add new property TBitBtn.GlyphShowMode and new function TBitBtn.CanShowGlyph
git-svn-id: trunk@19909 -
2009-05-10 15:52:24 +00:00
martin
a24043f0e8 SynEdit: Improved detection of Font dimension according to all styles used by highlighter
git-svn-id: trunk@19908 -
2009-05-10 15:30:02 +00:00
martin
e747489eff SynEdit: Reimplemented detection of CharAdvandce/Width; fix issue #13651; Also better display for proportional fonts, through better detection of widest char (often "@", not "M")
git-svn-id: trunk@19907 -
2009-05-10 14:56:32 +00:00
mattias
c6f0f92021 translations: german: updates from Joerg Braun
git-svn-id: trunk@19906 -
2009-05-10 14:46:11 +00:00
martin
91feaaad58 SynEdit: Removed unused DBCS code
git-svn-id: trunk@19905 -
2009-05-10 12:38:04 +00:00
paul
3e9540292e examples: fix compilation of easy docking example under fpc 2.3.1
git-svn-id: trunk@19904 -
2009-05-10 08:04:45 +00:00
paul
298c34c425 examples: fix testall example (issue #0013679)
git-svn-id: trunk@19903 -
2009-05-10 07:54:53 +00:00
paul
9c665c7bc8 lcl: show more informative exception message when we can't find graphic resource to load (part of issue #0013679)
git-svn-id: trunk@19902 -
2009-05-10 07:48:46 +00:00
paul
1e2eaeb90e gtk2: reimplement ShowColumn for TListView. fixes issue #0013682
git-svn-id: trunk@19901 -
2009-05-10 07:41:47 +00:00
paul
74c011bf82 qt: implement close button support for TNotebook for qt 4.5
git-svn-id: trunk@19900 -
2009-05-10 06:43:06 +00:00
mattias
dcf220b4e4 codetools: fixed mem stat for TCodeCache
git-svn-id: trunk@19899 -
2009-05-10 06:02:39 +00:00
mattias
b1ddae4d57 codetools: do not add system units when adding new local variables
git-svn-id: trunk@19898 -
2009-05-10 05:57:25 +00:00
mattias
90cab39e58 codetools: replaced TLinkScanner.DirectivesLists with case
git-svn-id: trunk@19897 -
2009-05-10 05:48:00 +00:00
paul
4faad99326 ide: formatting
git-svn-id: trunk@19896 -
2009-05-10 05:26:28 +00:00
paul
3a94d2eef3 ide: set groupbox autosize in the codetools general options
git-svn-id: trunk@19895 -
2009-05-10 05:25:19 +00:00
paul
d7b50a4418 lcl: change TCustomEdit.AutoSize from False to True by default. This is 1) logical and fixes many visual problems in dialogs on platforms <> windows, 2) delphi compatible. All inherited controls except TMemo also affected by this change: TEdit, TSpinEdit, TMaskEdit, TLabeledEdit, ...
git-svn-id: trunk@19894 -
2009-05-10 05:19:29 +00:00
paul
c5fa5d8416 ide: increase window listbox height in the window options frame
git-svn-id: trunk@19893 -
2009-05-10 05:00:20 +00:00
jesus
a849d36c9a LCL, changing AllowGrayed at runtime has no effect (windows), fixed
git-svn-id: trunk@19892 -
2009-05-10 03:34:08 +00:00
paul
c688af0189 ide: don't explicitly set Modified, SessionModified flags (fixes issue #0009814)
git-svn-id: trunk@19891 -
2009-05-10 03:12:07 +00:00
jesus
9a9530c43e ide, fix mem leak in console application template
git-svn-id: trunk@19890 -
2009-05-10 02:21:34 +00:00
martin
0e976f6448 SynEdit: Fix for rev 19888 #8a75ad9020 (multi line selection did no longer paint)
git-svn-id: trunk@19889 -
2009-05-09 20:47:52 +00:00
martin
8a75ad9020 SynEdit: Erase Background Line by Line; reduce flicker if not double-buffering (Gtk1)
git-svn-id: trunk@19888 -
2009-05-09 19:35:56 +00:00
paul
ef7a486700 ide: increase spinedit widths in window options
git-svn-id: trunk@19887 -
2009-05-09 17:45:39 +00:00
paul
13fad64f43 lcl: set floathost caption in DoFloatMsg
git-svn-id: trunk@19886 -
2009-05-09 14:49:29 +00:00
paul
e984ef8599 ide: window options: remove TIDEWindowSetupLayoutComponent and place controls in design-time instead
git-svn-id: trunk@19885 -
2009-05-09 14:46:34 +00:00
paul
39a2abadeb lcl: fix compilation
git-svn-id: trunk@19884 -
2009-05-09 14:19:39 +00:00
paul
bbdbc69852 lcl: set Dock Caption on Manual Float
git-svn-id: trunk@19883 -
2009-05-09 14:02:40 +00:00
paul
04d24c72c4 lcl: return Name as default dock caption instead of ''
git-svn-id: trunk@19882 -
2009-05-09 13:56:01 +00:00
dodi
f85c9ce4c8 Improved notebook creation.
Fixed header button position.

git-svn-id: trunk@19881 -
2009-05-09 12:25:42 +00:00
mattias
0ebc2f8222 codetools: added mem stat details for boss
git-svn-id: trunk@19880 -
2009-05-09 11:46:20 +00:00
dodi
886871730c Renamed remotely
git-svn-id: trunk@19879 -
2009-05-09 10:42:14 +00:00
dodi
0200ad17e9 Renamed remotely
git-svn-id: trunk@19878 -
2009-05-09 10:41:56 +00:00
dodi
a15a2e2f5e Renamed remotely
git-svn-id: trunk@19877 -
2009-05-09 10:40:47 +00:00
dodi
94cdc8f404 Renamed remotely
git-svn-id: trunk@19876 -
2009-05-09 10:40:29 +00:00
dodi
ae1d6868f9 Renamed remotely
git-svn-id: trunk@19875 -
2009-05-09 10:40:06 +00:00
dodi
a1f4d5c010 Renamed remotely
git-svn-id: trunk@19874 -
2009-05-09 10:39:29 +00:00
dodi
935e7be13d Renamed remotely
git-svn-id: trunk@19873 -
2009-05-09 10:39:03 +00:00
dodi
6b2d7cde78 Renamed remotely
git-svn-id: trunk@19872 -
2009-05-09 10:38:42 +00:00