Commit Graph

6212 Commits

Author SHA1 Message Date
mattias
1249f31932 fixed cleaning up unused resource cache item lists
git-svn-id: trunk@6212 -
2004-11-07 01:36:18 +00:00
mattias
233bfe04f3 fixed double calling destructor for resource cache items
git-svn-id: trunk@6211 -
2004-11-07 01:10:05 +00:00
mattias
68c0ee8c21 renamed avl_tree.pas to oldavltree.pas for new fpc 1.9.5
git-svn-id: trunk@6210 -
2004-11-06 19:49:14 +00:00
vincents
c30a2ded81 Registry setting for opening lazarus files.
git-svn-id: trunk@6209 -
2004-11-06 12:47:15 +00:00
vincents
eb298338d2 Changes due to the new fpc unit directory structure.
git-svn-id: trunk@6208 -
2004-11-06 11:29:24 +00:00
mattias
455f9cf7dc added Delphi color scheme from Razvan
git-svn-id: trunk@6207 -
2004-11-05 22:18:44 +00:00
mattias
5f8024e0d7 implemented auto sizing: child to parent sizing
git-svn-id: trunk@6206 -
2004-11-05 22:08:53 +00:00
vincents
ebaff99d67 Use symbolic constant for restart exitcode.
git-svn-id: trunk@6205 -
2004-11-05 22:05:41 +00:00
micha
24e8897916 correct silly mistake: "as" operator also checks for nil
git-svn-id: trunk@6204 -
2004-11-05 15:23:23 +00:00
micha
ea58339ac8 extend with more controls to test painting interactions
git-svn-id: trunk@6203 -
2004-11-05 10:47:57 +00:00
micha
7f9d5da0ad cleanup: remove redundant typecasts and checks
git-svn-id: trunk@6202 -
2004-11-04 17:02:10 +00:00
micha
3239fd1cb9 remove obsolete and unused method twin32widgetset.settext
git-svn-id: trunk@6201 -
2004-11-04 16:57:32 +00:00
micha
76b630a62d remove usage of fcompstyle in twin32liststringlist by using descendent class for combobox specific things
git-svn-id: trunk@6200 -
2004-11-04 15:12:35 +00:00
micha
17ad66bb2a fix remember edit string in combobox after assigning strings to list (fixes find in files dialog search in lazarus)
git-svn-id: trunk@6199 -
2004-11-04 12:05:14 +00:00
micha
13bd84c5fa remove fcompstyle usage by split up of twin32wscustomlistbox setitemindex selectitem setborder
git-svn-id: trunk@6198 -
2004-11-04 11:12:52 +00:00
micha
2c5e67e274 remove usage of fcompstyle by split up of twin32wscustomlistbox.getstrings and twin32wscustomlistbox.getitemindex
git-svn-id: trunk@6197 -
2004-11-04 10:13:54 +00:00
micha
a9e9dc9362 respond to LCL result of handling the message (fixes black background in listbox)
git-svn-id: trunk@6196 -
2004-11-04 09:19:34 +00:00
marc
fee93ccea9 * fixed stronger fpc typing (and some real cast errors)
git-svn-id: trunk@6195 -
2004-11-04 01:26:47 +00:00
marc
f463f92baa * forgot one
git-svn-id: trunk@6194 -
2004-11-04 00:55:07 +00:00
marc
ccbcdd833d * Changed typing fixes to casting
git-svn-id: trunk@6193 -
2004-11-04 00:52:23 +00:00
marc
328ff73c91 * fixed GetTickCount
git-svn-id: trunk@6192 -
2004-11-03 22:59:58 +00:00
marc
89a2d8792a * Fixed fpc stronger typing
git-svn-id: trunk@6191 -
2004-11-03 22:13:48 +00:00
micha
4abc2f15e5 fix drawing of listbox, combobox, edit to be non-transparent even in winxp tabpage (fixes black background upon scroll)
git-svn-id: trunk@6190 -
2004-11-03 16:32:54 +00:00
mattias
8960dd3810 implemented preferred size for controls for theme depending AutoSizing
git-svn-id: trunk@6189 -
2004-11-03 14:18:36 +00:00
marc
e85ce0df24 * Introduced another method of interrupting gdb on win32
git-svn-id: trunk@6188 -
2004-11-02 23:25:02 +00:00
micha
eb7bf28fa9 remove usage of fcompstyle: split up twswincontrol.settext
git-svn-id: trunk@6187 -
2004-11-02 21:08:23 +00:00
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