Commit Graph

6478 Commits

Author SHA1 Message Date
micha
e087248a2d fix borderstyle/borderbuttons
git-svn-id: trunk@6278 -
2004-11-21 18:58:42 +00:00
marc
2cf1c1b556 * fixed resetting internal breakpoints
git-svn-id: trunk@6277 -
2004-11-21 18:52:47 +00:00
micha
99768ea834 move CreateHandle implementation of tcustomcontrol to twincontrol
git-svn-id: trunk@6276 -
2004-11-21 18:10:42 +00:00
marc
0c3f9a08ae * worked aound lack of %u as formatspecifier
+ introduced dbgptr for dealing with pointers on the target
+ added classnames to pointer evaluation

git-svn-id: trunk@6275 -
2004-11-21 15:19:08 +00:00
vincents
588587c29e fixed typo.
git-svn-id: trunk@6274 -
2004-11-20 13:14:28 +00:00
mattias
020ed4dbc7 implemented stopping project on close project
git-svn-id: trunk@6273 -
2004-11-20 11:49:15 +00:00
mattias
d2d3030a60 implemented creating classes at run time from any TComponent descendant
git-svn-id: trunk@6272 -
2004-11-20 11:20:06 +00:00
micha
d4c88e8afe fix focus issue (for example using MessageDlg)
git-svn-id: trunk@6271 -
2004-11-19 21:59:23 +00:00
vincents
f38f22aee1 call compiler with same process settings as other external tools.
git-svn-id: trunk@6270 -
2004-11-19 13:52:18 +00:00
vincents
aa5b195a2d fixed WaitForLazarus: close process handle after use.
git-svn-id: trunk@6269 -
2004-11-19 12:23:43 +00:00
vincents
ab6de4e43d create debugger without console.
git-svn-id: trunk@6268 -
2004-11-19 12:18:50 +00:00
marc
f74a3ccbeb * Fixed string evaluation
git-svn-id: trunk@6267 -
2004-11-19 00:41:18 +00:00
vincents
a64aebae63 replaced writeln by DebugLn
git-svn-id: trunk@6266 -
2004-11-18 16:01:14 +00:00
vincents
dde42bd1c3 destroy overlay window, when destroying the owner
git-svn-id: trunk@6265 -
2004-11-18 14:58:06 +00:00
vincents
74bc6baac5 centralized dispose windowinfo
removed debug info

git-svn-id: trunk@6264 -
2004-11-17 23:06:29 +00:00
vincents
5191f98af2 fixed memleak with windowinfo of comboedit.
git-svn-id: trunk@6263 -
2004-11-17 22:20:42 +00:00
vincents
d2ea69f6de disabled restarting lazarus, if not started by startlazarus, when compiling with fpc 1.0.x. Its system unit doesn't give a process id.
git-svn-id: trunk@6262 -
2004-11-17 15:41:12 +00:00
vincents
6c0ef5e717 replaced $(ProjectDir) by $(ProjPath) in destination directory template
git-svn-id: trunk@6261 -
2004-11-17 15:28:59 +00:00
mattias
9ee132a3a8 fixed halfpage scroll option
git-svn-id: trunk@6260 -
2004-11-17 14:41:47 +00:00
vincents
d864b6e663 Enlarged TCalendarDialogForm, so that it is large enough to contain the win32 calendar.
git-svn-id: trunk@6259 -
2004-11-17 12:22:38 +00:00
mattias
fec5cb234b fixed postcript printer TextOut/TextEntend from Olivier
git-svn-id: trunk@6258 -
2004-11-17 07:46:32 +00:00
vincents
06bc52d1cb changed path of fpc.cfg to pp\bin\i386-win32
git-svn-id: trunk@6257 -
2004-11-16 14:40:24 +00:00
vincents
1a1f8efec8 fix copy/paste error in key handler.
git-svn-id: trunk@6256 -
2004-11-16 12:21:51 +00:00
vincents
5d0f5aeacf added lpi filetype regisitry setting.
fixed file paths.

git-svn-id: trunk@6255 -
2004-11-16 11:44:14 +00:00
marc
4585d2a1e3 + Added comment on endian funcs
git-svn-id: trunk@6254 -
2004-11-16 00:44:16 +00:00
mattias
a0bfbaec50 implemented Multi mask for TFileListBox
git-svn-id: trunk@6253 -
2004-11-15 22:58:13 +00:00
vincents
74bd50242c add images for lazarus files from Razvan
git-svn-id: trunk@6252 -
2004-11-15 22:27:00 +00:00
mattias
e320c21658 fixed compilation for current FPC 1.9.5
git-svn-id: trunk@6251 -
2004-11-15 19:59:32 +00:00
vincents
ac91b547ae fix crash when dropping down a owner drawn combobox
git-svn-id: trunk@6250 -
2004-11-15 15:52:48 +00:00
vincents
e9ec2ffae4 fix fpc 1.0.x compilation
git-svn-id: trunk@6249 -
2004-11-15 15:35:23 +00:00
vincents
18573122c0 fix fpc 1.0.x compilation
git-svn-id: trunk@6248 -
2004-11-15 15:09:47 +00:00
mattias
b6faaef0cf added check handleallocated on loading memo
git-svn-id: trunk@6247 -
2004-11-15 12:37:52 +00:00
mattias
2e189ec448 added some fpc src paths and changed auto create project for program a Yes/No question
git-svn-id: trunk@6246 -
2004-11-15 12:25:00 +00:00
vincents
95d4e404bd fix fpc 1.0.x compilation
git-svn-id: trunk@6245 -
2004-11-15 11:37:21 +00:00
micha
1164454eb6 forms with WS_POPUP style have a parent, GetParent(...)=0 is not reliable, and here redundant
tidy code a bit

git-svn-id: trunk@6244 -
2004-11-15 08:00:05 +00:00
mattias
cd01392045 improved TextExtent from Olivier
git-svn-id: trunk@6243 -
2004-11-14 00:25:40 +00:00
mattias
96951cf407 added memo thaw on set SelStart from Andrew Haines
git-svn-id: trunk@6242 -
2004-11-14 00:21:08 +00:00
mattias
3f05bb31fd implemented new generic class creation for TJITForms
git-svn-id: trunk@6241 -
2004-11-13 17:41:49 +00:00
marc
9d753bdd48 + Added generic endian functions
git-svn-id: trunk@6240 -
2004-11-13 17:22:15 +00:00
marc
092f8fd53e * Fixed endianess
git-svn-id: trunk@6239 -
2004-11-13 15:53:14 +00:00
vincents
0f1ee72347 fix changing key in OnKeyPress event.
git-svn-id: trunk@6238 -
2004-11-12 15:33:13 +00:00
vincents
94e6f139bd send CM_TEXTCHANGED for TCustomMemo
git-svn-id: trunk@6237 -
2004-11-12 15:30:30 +00:00
vincents
d07f50c9fa initialize ComboBox BuddyWindowInfo to nil, if there is no associated edit window.
git-svn-id: trunk@6236 -
2004-11-12 08:56:23 +00:00
mattias
0ebc358387 fixed PostScriptCanvas to clear Buffer in BeginDoc from Olivier
git-svn-id: trunk@6235 -
2004-11-11 22:51:55 +00:00
mattias
529dc2ac56 fixed GetEditorClass for props without mapped class
git-svn-id: trunk@6234 -
2004-11-11 18:53:51 +00:00
mattias
d6ec9d4553 fixed printer height, width without selected printer from Olivier
git-svn-id: trunk@6233 -
2004-11-11 18:49:58 +00:00
mattias
d5414fe864 changed TPropertyEditor.GetComponent
git-svn-id: trunk@6232 -
2004-11-11 18:45:24 +00:00
mattias
2378a262fe increased rpm version to 0.9.2.3
git-svn-id: trunk@6231 -
2004-11-11 18:40:15 +00:00
micha
5632bc02aa clCaptionText is white in linux/gtk (text color selected items?), so hard to read, change to window text
git-svn-id: trunk@6230 -
2004-11-11 15:54:13 +00:00
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