Commit Graph

6177 Commits

Author SHA1 Message Date
micha
8be1fd35e2 fix crash on showing tabpage
fix painting of radiobutton in groupbox (non-tabpage-parent)

git-svn-id: trunk@6177 -
2004-10-29 09:52:08 +00:00
vincents
cad1ac59a2 fixed fpc 1.0.x compilation
git-svn-id: trunk@6176 -
2004-10-29 06:57:22 +00:00
micha
cfbcf45a59 convert GetProp and SetProp usage to one Atom pointing to a record of fields
git-svn-id: trunk@6175 -
2004-10-28 21:00:56 +00:00
mattias
e2a1f69e0e implemented Borderspacing
git-svn-id: trunk@6174 -
2004-10-28 17:56:11 +00:00
micha
99a4975f37 remove obsolete message event array
git-svn-id: trunk@6173 -
2004-10-28 14:17:18 +00:00
mattias
cfaf6208d5 object inspector now uses ConfigSorage instead of laz_xmlxcfg
git-svn-id: trunk@6172 -
2004-10-28 10:01:30 +00:00
mattias
1120fa2bdb fixed COPYING.modifiedLGPL links
git-svn-id: trunk@6171 -
2004-10-28 09:38:16 +00:00
mattias
9479dd1716 implemented borderspacing TWinControl.ChildSizing.Left/Top
git-svn-id: trunk@6170 -
2004-10-28 09:30:49 +00:00
micha
d5427c9574 experiment: use CS_SAVEBITS class style on tabpages to reduce flickering
git-svn-id: trunk@6169 -
2004-10-28 07:43:29 +00:00
marc
d1de09d761 Fix from olivier GUILBAUD
git-svn-id: trunk@6168 -
2004-10-27 23:50:10 +00:00
micha
84c8159e94 fix winxp theming for tabcontrols (shaded background)
git-svn-id: trunk@6167 -
2004-10-27 20:58:58 +00:00
vincents
540fe4285a Lazarus can be restarted, even if not started by startlazarus (only win32 implemented).
git-svn-id: trunk@6166 -
2004-10-27 20:49:26 +00:00
vincents
6d113f393b fix fpc 1.0.10 compilation, it can't pick the correct overloaded function.
git-svn-id: trunk@6165 -
2004-10-27 07:47:00 +00:00
mattias
98b6b8fd64 updated spanish translation from Luis
git-svn-id: trunk@6164 -
2004-10-26 10:39:43 +00:00
vincents
66c17e960d fpc 1.9.5 has no saveregisters calling convention anymore.
git-svn-id: trunk@6163 -
2004-10-25 17:59:29 +00:00
micha
42b95dd1c7 fix bordericons initialization
fix setting tab page caption (win32)

git-svn-id: trunk@6162 -
2004-10-25 14:35:14 +00:00
mattias
4d35cd562c fixed expanding proc heads
git-svn-id: trunk@6161 -
2004-10-25 13:52:54 +00:00
micha
944b1d8ec7 forgotten: patch to solve scrollbar to show upon handle creation instead of after first resize
git-svn-id: trunk@6160 -
2004-10-25 11:13:52 +00:00
micha
3c81935809 add TCustomForm.BorderIcons (delphi compat)
tweak win32 window dialog flags, to create better dialog look

git-svn-id: trunk@6159 -
2004-10-24 18:54:57 +00:00
micha
eb5698fec0 fix menuitem caption issue (partly by martin smat)
remove ShortCutToText and TextToShortCut wrapper functions

git-svn-id: trunk@6158 -
2004-10-24 14:50:31 +00:00
micha
bda4272d04 optimize: only create tabpage contents when accessed, not immediately upon creation
git-svn-id: trunk@6157 -
2004-10-23 14:49:38 +00:00
micha
a8b23d5e3c remove old code: statusbar methods in twidgetset
git-svn-id: trunk@6156 -
2004-10-23 14:47:44 +00:00
micha
7332cdf831 fix crash in opendialog, do not use pchar pointer to string on stack!
git-svn-id: trunk@6155 -
2004-10-22 19:36:18 +00:00
mattias
cbc2fd99cf updated finnish translation from Seppo
git-svn-id: trunk@6154 -
2004-10-22 13:21:35 +00:00
micha
2cdbfa9d52 fix spinedit to be different color from parent by default (has edit window)
git-svn-id: trunk@6153 -
2004-10-18 16:23:01 +00:00
micha
124f878dd9 fix combobox text selection methods according to msdn specs
git-svn-id: trunk@6152 -
2004-10-18 16:22:24 +00:00
micha
ece83ca9df use font/brush of "parent", if this is a buddy window
git-svn-id: trunk@6151 -
2004-10-17 14:53:48 +00:00
micha
784df09a2d fix parentcolor initialization, in createwnd is too late
git-svn-id: trunk@6150 -
2004-10-17 14:40:38 +00:00
vincents
c1b5b77b3c Don't create installer, if compilation of Lazarus failed.
git-svn-id: trunk@6149 -
2004-10-17 13:53:27 +00:00
vincents
b329d6bd23 Fix fpc 1.0.x compilation.
git-svn-id: trunk@6148 -
2004-10-17 13:51:50 +00:00
mattias
b739b9b6dd updated finnish translation from Seppo
git-svn-id: trunk@6147 -
2004-10-17 09:55:36 +00:00
mattias
f032ceaa2b implemented gtkwscomctrls.TGtkWSStatusBar
git-svn-id: trunk@6146 -
2004-10-16 15:36:49 +00:00
micha
2dfb4b3f1a fix recursive loop when creating combobox
git-svn-id: trunk@6145 -
2004-10-16 14:42:45 +00:00
micha
86e77f52a8 remove statusbar helper methods from general widgetset object
git-svn-id: trunk@6144 -
2004-10-16 10:17:21 +00:00
micha
3859bbcc63 cleanup statusbar methods in lcl interfaceobject
fix statusbar recursive call issue

git-svn-id: trunk@6143 -
2004-10-16 10:15:45 +00:00
micha
7b6d63f91a speed up creation of environment options dialog by creating the handle later
git-svn-id: trunk@6142 -
2004-10-16 09:16:00 +00:00
vincents
5f70eeba05 fixed fpc 1.0 compilation
git-svn-id: trunk@6141 -
2004-10-16 08:59:26 +00:00
mattias
91c039d2ba TTreeView using GetScrollInfo in scrol messages to scroll beyond 32767
git-svn-id: trunk@6140 -
2004-10-15 16:21:55 +00:00
mattias
d5177800f0 codeexplorer: using lower recursive depth
git-svn-id: trunk@6139 -
2004-10-15 13:28:22 +00:00
mattias
8f32b28a3f calling updating notebook tab after realize, needed for close btns
git-svn-id: trunk@6138 -
2004-10-15 12:04:09 +00:00
micha
2b55646f6f splitup of CreateComponent to widgetset CreateHandle methods
git-svn-id: trunk@6137 -
2004-10-15 09:51:09 +00:00
vincents
06fef4c787 Added transparent color.
git-svn-id: trunk@6136 -
2004-10-14 14:12:41 +00:00
vincents
9c50f566e7 From Jesus: Set default window class style to CS_DBLCLKS.
git-svn-id: trunk@6135 -
2004-10-13 20:03:22 +00:00
vincents
17a62156d6 change parameter type in implementation to TTranslateString too
git-svn-id: trunk@6134 -
2004-10-13 09:59:24 +00:00
mattias
6a9d72cbda fixed compiler options interface double variables
git-svn-id: trunk@6133 -
2004-10-12 08:23:20 +00:00
marc
09f9e53b4f * Fixed interrupting GDB on win32
* Reset exename after run so that the exe is not locked on win32

git-svn-id: trunk@6132 -
2004-10-11 23:33:36 +00:00
marc
99952d39d9 * Fixed interrupting GDB on win32
* Reset exename after run so that the exe is not locked on win32

git-svn-id: trunk@6131 -
2004-10-11 23:28:13 +00:00
vincents
0f9b054cfc Command line help for --debug-log.
git-svn-id: trunk@6130 -
2004-10-11 17:48:59 +00:00
vincents
d212a88751 Replaced writeln by DebugLn in {$IFDEF VerboseDesigner}
git-svn-id: trunk@6129 -
2004-10-11 10:47:19 +00:00
vincents
d3f31f7707 Fix fpc 1.0.x compilation.
git-svn-id: trunk@6128 -
2004-10-09 18:08:52 +00:00