Commit Graph

6186 Commits

Author SHA1 Message Date
micha
4a54d8d57f remove usage of fcompstyle
git-svn-id: trunk@6186 -
2004-11-02 17:48:19 +00:00
micha
d4ce99fba2 remove usage of FCompStyle in GetText using splitup
git-svn-id: trunk@6185 -
2004-11-01 18:48:43 +00:00
micha
f34ec6eeb5 set default icon instead of lcl icon which actually is a bitmap
git-svn-id: trunk@6184 -
2004-11-01 18:20:21 +00:00
vincents
6c926a1b4c - Implemented restarting by starting startlazarus on unix (for 1.9.x only).
- Add Restart After Succesfull Build CheckBox to the Configure Build Lazarus dialog.

git-svn-id: trunk@6183 -
2004-10-31 21:17:34 +00:00
mattias
089a0e60d6 disabled alClient RemainingClientRect adjust
git-svn-id: trunk@6182 -
2004-10-30 16:24:06 +00:00
micha
cfaa072cd1 speed up menu creation
git-svn-id: trunk@6181 -
2004-10-29 18:55:30 +00:00
micha
67bca8d8e8 make code possible safer, with better typecasts and use of GlobalAddAtom, because windows are global
git-svn-id: trunk@6180 -
2004-10-29 14:24:17 +00:00
micha
30062bb596 fix typo: the atom var is WindowInfoAtom
use WM_NCDESTROY, it is later than WM_DESTROY

git-svn-id: trunk@6179 -
2004-10-29 11:00:32 +00:00
micha
7f3cd4a287 fix typo, use wparam, not lparam
git-svn-id: trunk@6178 -
2004-10-29 10:38:39 +00:00
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