Commit Graph

6229 Commits

Author SHA1 Message Date
micha
8d67244ac0 clActiveCaption is not a text color, but a background color (fixes readability problem on windows xp with silverxp/luna theme)
git-svn-id: trunk@6229 -
2004-11-11 15:51:08 +00:00
vincents
b406ab0f6e initialize function result
git-svn-id: trunk@6228 -
2004-11-11 08:33:30 +00:00
vincents
3ec726878e Destroy menu handle, when destroying form handle.
git-svn-id: trunk@6227 -
2004-11-10 20:53:18 +00:00
mattias
d4214e5175 impementing changing a TLabel.Font properties Size, Height, Name, Style - set only at Handle creation time
git-svn-id: trunk@6226 -
2004-11-10 18:23:56 +00:00
mattias
d160b3b743 updated memcheck.pas from heaptrc.pp
git-svn-id: trunk@6225 -
2004-11-10 15:25:32 +00:00
vincents
454f333332 Fix compilation with -dMem_Check.
git-svn-id: trunk@6224 -
2004-11-10 14:58:14 +00:00
vincents
a5aafc2bb1 Implemented TWin32WSCustomComboBox.SetStyle.
git-svn-id: trunk@6223 -
2004-11-08 22:10:45 +00:00
vincents
90c4d52283 Call inherited in TWin32ComboBoxStringList.Insert and Delete.
git-svn-id: trunk@6222 -
2004-11-08 21:35:16 +00:00
mattias
891b8aa58a disabled hardly used gtk FillScreenFont, this should be only done on demand, improved getting default font family for gtk
git-svn-id: trunk@6221 -
2004-11-08 19:11:55 +00:00
vincents
005b18e798 Use 32 bits messages for spinedit.
git-svn-id: trunk@6220 -
2004-11-08 15:46:40 +00:00
vincents
7d9e08f9d5 destroy SpinEdit's buddy when destroying SpinEdit.
git-svn-id: trunk@6219 -
2004-11-08 13:20:11 +00:00
mattias
6cf3586694 fixed destroying TSpingEdit
git-svn-id: trunk@6218 -
2004-11-08 12:12:18 +00:00
mattias
7ad46a0e3a updated spanish translation from Luis
git-svn-id: trunk@6217 -
2004-11-08 11:58:11 +00:00
mattias
b36cfe863b fixed cleaning up unused resource cache items
git-svn-id: trunk@6216 -
2004-11-08 11:52:14 +00:00
micha
b38b7056ba handle "re-entrancy" into handleneeded (via parent); fixes crash upon showing file diff dialog
git-svn-id: trunk@6215 -
2004-11-07 20:44:49 +00:00
micha
06428cc00e fix message handling (use actual message, not default), fixes edits begin readonly
git-svn-id: trunk@6214 -
2004-11-07 17:58:17 +00:00
micha
2cd4bcb0b0 fix text position to be at X, Y; if alignment/layout indicates so
git-svn-id: trunk@6213 -
2004-11-07 17:21:08 +00:00
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