Commit Graph

20009 Commits

Author SHA1 Message Date
vincents
da1981f793 components: fpweb: added a lot of examples by Attila Borka
git-svn-id: trunk@20345 -
2009-06-02 09:59:12 +00:00
paul
68de0cfb07 ide: increase size for slitters in codetools defines editor and preview dialogs
git-svn-id: trunk@20344 -
2009-06-02 08:48:16 +00:00
paul
8ed9eb8aba ide: use editor font in the path editor
git-svn-id: trunk@20343 -
2009-06-02 08:35:40 +00:00
paul
41f819d8ed ide: path editor: fix layout and use TButtonPanel
git-svn-id: trunk@20342 -
2009-06-02 08:23:15 +00:00
paul
f2d23f7036 lcl: formatting
git-svn-id: trunk@20341 -
2009-06-02 07:10:23 +00:00
dodi
a6e8b29b90 dockmanager example: added Delphi-style dock headers, hints
git-svn-id: trunk@20340 -
2009-06-02 06:15:06 +00:00
marc
73234daa5f * Keep size and pixelformat when unsharing a custom bitmap (issue #13556). Based on patch by Bruce Tulloch
git-svn-id: trunk@20339 -
2009-06-01 22:40:56 +00:00
mattias
b8cc373cc6 lazbuild: set lpi to nogui
git-svn-id: trunk@20338 -
2009-06-01 21:10:05 +00:00
mattias
bb13cb1a5c IDE: override build widgetset with BuildWidgetSetXXX
git-svn-id: trunk@20337 -
2009-06-01 20:41:21 +00:00
mattias
338ebe97d4 gtk2 intf: added comment
git-svn-id: trunk@20336 -
2009-06-01 20:16:12 +00:00
mattias
f3ba79012b gtk2 intf: calendar: fixed hang on destroy, when gtk was dragging date
git-svn-id: trunk@20335 -
2009-06-01 19:28:43 +00:00
marc
216a9ab9a2 * Fixed bitmap and icon transparency (ussue #13883)
git-svn-id: trunk@20334 -
2009-06-01 17:58:36 +00:00
mattias
0dfa9a2f3f codetools: fpmake.pas
git-svn-id: trunk@20333 -
2009-06-01 17:56:08 +00:00
dodi
a045057513 dockmanager example: some cleanup, dockbook is working now
git-svn-id: trunk@20332 -
2009-06-01 07:04:28 +00:00
jesus
c06f404a56 LCL, DBLookup controls data initialization crash, from Luiz, issue #13882
git-svn-id: trunk@20331 -
2009-06-01 04:55:27 +00:00
paul
10a39a669c lcl: fix compilation
git-svn-id: trunk@20330 -
2009-06-01 00:56:57 +00:00
jesus
c5f17f0fce LCL, patcth to publish AutoComplete property in dblookupcombobox from Luiz, issue #13880
git-svn-id: trunk@20329 -
2009-05-31 22:04:56 +00:00
jesus
dced211c78 Remove SDF and MemDS package dependencies from dblookup example, from Luiz, issue #13881
git-svn-id: trunk@20328 -
2009-05-31 21:58:31 +00:00
vincents
e07f256890 IDE: append Revision number to --version output. It now looks like "0.9.27 beta SVN Revision: 20324M" (issue #12792)
git-svn-id: trunk@20327 -
2009-05-31 20:03:01 +00:00
marc
ca5bf5de6d * Added read support for OS2 v1 bitmaps
* Improved bitfield support when reading bitmaps
* Limited alpha bitmaps only to bitmaps with atleast a V4 header

git-svn-id: trunk@20326 -
2009-05-31 18:33:08 +00:00
marc
7a89e03af5 * fixed compilation on gtk1
git-svn-id: trunk@20325 -
2009-05-31 18:30:57 +00:00
martin
4b157f9023 Options, PropEdits: Keyboard-shortcut-config show "grab key" Window on screen center, instead of Desktop center (matters for multi-monitor)
git-svn-id: trunk@20324 -
2009-05-31 14:42:59 +00:00
paul
587061f64f lcl: improve THeaderControl:
- publish BorderSpacing property
  - fix poor drawing if ContentRect is the same as the draw rect

git-svn-id: trunk@20323 -
2009-05-31 08:22:23 +00:00
mattias
2acd7d65c3 LCL: autosize: use for centered controls at least the preferred size
git-svn-id: trunk@20322 -
2009-05-31 08:06:38 +00:00
mattias
15e759fe74 LCL: autosize: asrCenter: content with one side
git-svn-id: trunk@20321 -
2009-05-31 07:27:09 +00:00
mattias
141931d775 LCL: AutoSize and childs: using the same algorithm for moving as for resizing
git-svn-id: trunk@20320 -
2009-05-31 06:49:50 +00:00
jesus
1a2a7ade29 LCL, published TDBCheckBox align property, issue #13866
git-svn-id: trunk@20319 -
2009-05-30 19:11:06 +00:00
mattias
65c80f814d codetools: added indenter to sourcechanger
git-svn-id: trunk@20318 -
2009-05-30 17:58:32 +00:00
mattias
c7b2a8b99e codetools: clean up
git-svn-id: trunk@20317 -
2009-05-30 17:34:18 +00:00
ask
66278c69d1 TChart: Publish AxisList. Do not store LeftAxis and BottomAxis separately.
* A step to adding support for multiple axises
* Update demo

git-svn-id: trunk@20316 -
2009-05-30 16:41:01 +00:00
mattias
ac65fe07fa codetools: indentations: parsing examples
git-svn-id: trunk@20315 -
2009-05-30 16:39:09 +00:00
mattias
520cd91793 codetools: indentations: parsing source behind
git-svn-id: trunk@20314 -
2009-05-30 16:07:41 +00:00
ask
56029b3100 TChart: Fix axis title centering (issue #13832)
git-svn-id: trunk@20313 -
2009-05-30 15:36:00 +00:00
ask
b991035ee7 TChart: Introduce TChartAxisAlignment and TChartAxisList
* First step for adding support for multiple axises
* Does not yet change any user-visible behaviour

git-svn-id: trunk@20312 -
2009-05-30 15:17:35 +00:00
mattias
d99a3fc221 codetools: indentations: using code in front
git-svn-id: trunk@20311 -
2009-05-30 14:15:35 +00:00
mattias
49cf41da94 codetools: fixed buffer overflow
git-svn-id: trunk@20310 -
2009-05-30 14:02:43 +00:00
mattias
7a864a4be6 codetools: clean up
git-svn-id: trunk@20309 -
2009-05-30 14:02:03 +00:00
mattias
baa2686a42 codetools: indentations: made parser more generic
git-svn-id: trunk@20308 -
2009-05-30 13:54:51 +00:00
mattias
ed48fb1d69 LCL: TToolBar: always use width and height of AutoSized childs
git-svn-id: trunk@20307 -
2009-05-30 13:29:45 +00:00
mattias
3ecf1cfce7 examples: dockingmanager toolbar improved autosizing
git-svn-id: trunk@20306 -
2009-05-30 13:26:01 +00:00
mattias
db8a062f86 LCL: improved TToolBar.AutoSize with wrapping
git-svn-id: trunk@20305 -
2009-05-30 13:25:02 +00:00
mattias
cabc18d336 LCL: TToolBar.WrapButtons extended for only computing the new size without applying it
git-svn-id: trunk@20304 -
2009-05-30 12:29:21 +00:00
mattias
b5b3115e36 LCL: implemented TToolButton.AutoSize
git-svn-id: trunk@20303 -
2009-05-30 11:17:39 +00:00
mattias
124bcb7012 codetools: fixed FindUnitInUsesSection
git-svn-id: trunk@20302 -
2009-05-30 09:41:32 +00:00
mattias
e776d10bc7 IDE: added resourcestrings
git-svn-id: trunk@20301 -
2009-05-30 08:32:21 +00:00
mattias
bd573155e3 gtk2 intf: fixed TGtk2WSCustomGroupBox.SetLabel
git-svn-id: trunk@20300 -
2009-05-30 08:27:53 +00:00
dodi
8c261f0252 dockmanager example: now notebooks can be created in an empty docksite.
Added toolbar demo project.

git-svn-id: trunk@20299 -
2009-05-30 07:09:06 +00:00
mattias
e50a4f4556 LCL: TAnchorSide.GetSidePosition check always for circles
git-svn-id: trunk@20298 -
2009-05-29 14:24:23 +00:00
mattias
8ac8d4e9f9 codetools: indentations: considering tabs
git-svn-id: trunk@20297 -
2009-05-29 10:40:52 +00:00
paul
bb721d48bf designer: don't redraw component captions if they are not visible
git-svn-id: trunk@20296 -
2009-05-29 10:33:45 +00:00