Commit Graph

5667 Commits

Author SHA1 Message Date
mattias
8ddb84becd fixed TTreeNode.Delete and deleting in between node
git-svn-id: trunk@5567 -
2004-06-15 17:21:01 +00:00
micha
b77559cc9b fix groupbox background erasing
git-svn-id: trunk@5566 -
2004-06-15 15:37:29 +00:00
micha
de5188fb17 fix drawing bug in xp with themes
git-svn-id: trunk@5565 -
2004-06-15 14:41:38 +00:00
micha
9b01c322e7 fix scrolling issues (from jesus)
git-svn-id: trunk@5564 -
2004-06-14 19:11:53 +00:00
micha
964e269dcd fix designer cursor to not set Form.Cursor directly
git-svn-id: trunk@5563 -
2004-06-14 12:54:02 +00:00
vincents
ae7de20e53 call inherited CM_EnabledChanged
git-svn-id: trunk@5562 -
2004-06-13 21:37:24 +00:00
micha
0f9632c7e9 fix cursors to use what's available
git-svn-id: trunk@5561 -
2004-06-13 14:32:15 +00:00
micha
68ddfa5638 remove empty SetCursor implementation, prevented TWin32WSControl.SetCursor to be called
git-svn-id: trunk@5560 -
2004-06-13 13:40:27 +00:00
micha
adac72c81a fix wm_setcursor to return TRUE if processed
git-svn-id: trunk@5559 -
2004-06-13 13:30:21 +00:00
mattias
31e7d0b098 added stack uncheck for jitforms
git-svn-id: trunk@5558 -
2004-06-12 15:28:38 +00:00
micha
8f84821bd3 always show scrollbar before setting info
git-svn-id: trunk@5557 -
2004-06-12 07:25:35 +00:00
micha
80ba271c3a fix filter, need text+mask
git-svn-id: trunk@5556 -
2004-06-12 06:44:16 +00:00
vincents
f58d528f51 set MacroGroupBox bounds on form creation
git-svn-id: trunk@5555 -
2004-06-11 20:51:33 +00:00
micha
824f2101de fix create new record upon put object bug
git-svn-id: trunk@5554 -
2004-06-11 20:15:40 +00:00
micha
fdce941451 fix off by one issues
git-svn-id: trunk@5553 -
2004-06-11 18:30:20 +00:00
vincents
42433ebe06 fixed memleak in WidgetInfo.UserData used by BitBtn
git-svn-id: trunk@5552 -
2004-06-11 12:53:50 +00:00
vincents
a8ed94e6e6 listbox style changes are notified to the widgetset
git-svn-id: trunk@5551 -
2004-06-10 22:07:58 +00:00
vincents
6762936880 include file moved to unit
git-svn-id: trunk@5550 -
2004-06-10 21:01:05 +00:00
vincents
b42f9e541f converted win32proc.inc to unit
git-svn-id: trunk@5549 -
2004-06-10 18:14:10 +00:00
micha
ca66b2a830 try fix LM_ERASEBKGND bug: not responding to user Result
git-svn-id: trunk@5548 -
2004-06-10 13:26:10 +00:00
vincents
93567b011d implemented basic clipboard support for win32
git-svn-id: trunk@5547 -
2004-06-09 20:51:45 +00:00
mattias
f01c40506c fixed GetRowHeights for row 0 and GetColWidths for col 0 from Jesus
git-svn-id: trunk@5546 -
2004-06-09 06:40:19 +00:00
mattias
99d8e9bb41 fixed WMChar inherited, GetRowHeights, GetColWidths from Jesus
git-svn-id: trunk@5545 -
2004-06-08 22:59:27 +00:00
mattias
c87baba4a7 added debian package build files from Pierre Gillmann
git-svn-id: trunk@5544 -
2004-06-07 19:56:01 +00:00
mattias
c41f21a428 mv create_fpc_rpm.sh download_and_build_fpc_rpm.sh
git-svn-id: trunk@5543 -
2004-06-07 10:15:11 +00:00
mattias
f9eb700429 rpm build scripts now automatically fixes versions in fpc Makefiles
git-svn-id: trunk@5542 -
2004-06-07 10:10:50 +00:00
mattias
a6b8098122 incremental find now stores find options
git-svn-id: trunk@5541 -
2004-06-05 23:53:55 +00:00
mattias
47d625d78e replaced FindMask by global function from Vincent
git-svn-id: trunk@5540 -
2004-06-05 10:29:15 +00:00
vincents
d545c86647 removed extra label
git-svn-id: trunk@5539 -
2004-06-03 11:33:19 +00:00
vincents
8d18dac94f fix out of bounds error, when canceling combobox selection
git-svn-id: trunk@5538 -
2004-06-02 19:32:05 +00:00
mattias
04b8729158 added workaround for buggy typinfo GetMethodProp function
git-svn-id: trunk@5537 -
2004-06-01 22:49:50 +00:00
mattias
6914eb2235 implemented setting TCustomPage.PageIndex from Andrew Haines
git-svn-id: trunk@5536 -
2004-06-01 09:58:35 +00:00
vincents
a03a955af2 fixed using ecUpperCase in win32
git-svn-id: trunk@5535 -
2004-05-31 19:32:34 +00:00
marc
3626b214a7 * Patch from Vincent, moved SetProp(wincontrol)
git-svn-id: trunk@5534 -
2004-05-31 13:06:47 +00:00
mattias
dbc7aa1455 fsStayOnTop is now ignored in design mode
git-svn-id: trunk@5533 -
2004-05-31 08:21:52 +00:00
vincents
2d090ac2f7 changed radiobutton style to BS_RADIOBUTTON to prevent test program from hanging.
git-svn-id: trunk@5532 -
2004-05-30 20:17:55 +00:00
mattias
caf487c9e8 implemented OnChange for TRadioButton, TCheckBox, TToggleBox and some more docking stuff
git-svn-id: trunk@5531 -
2004-05-30 14:02:31 +00:00
mattias
e915ff0e18 TComboBox.Clear now clears Text as well
git-svn-id: trunk@5530 -
2004-05-30 08:53:27 +00:00
mattias
39b476ca50 added keys for adding/deleting breakpoints
git-svn-id: trunk@5529 -
2004-05-29 18:56:05 +00:00
mattias
99c7244234 implemented codetools support for library export clauses
git-svn-id: trunk@5528 -
2004-05-29 17:50:55 +00:00
mattias
ad34327635 added pascal classic colors from Christian
git-svn-id: trunk@5527 -
2004-05-29 17:29:39 +00:00
mattias
c1f1aa5d22 implemented handling keys in IDE windows
git-svn-id: trunk@5526 -
2004-05-29 17:20:06 +00:00
mattias
d79589f135 implemented go to next/previous error
git-svn-id: trunk@5525 -
2004-05-29 14:52:18 +00:00
mattias
41b6708b41 added MaxHeight:=100 for mainbar
git-svn-id: trunk@5524 -
2004-05-29 13:55:28 +00:00
micha
e969b5041d cleanup lcl<->win32 bounds code, remove duplicate code
git-svn-id: trunk@5523 -
2004-05-29 11:45:19 +00:00
micha
b2ea8a5dba convert writeln to debugln; silence wm_mousewheel messages
git-svn-id: trunk@5522 -
2004-05-29 11:34:07 +00:00
micha
fb64a7db1a fix positioning problem by putting edit/combobox on top of property- and eventgrid
git-svn-id: trunk@5521 -
2004-05-29 11:08:05 +00:00
mattias
293f086b89 increased rpm version 0.9.1.4
git-svn-id: trunk@5520 -
2004-05-29 10:43:39 +00:00
mattias
ccec99fefc small clean ups
git-svn-id: trunk@5519 -
2004-05-29 10:09:42 +00:00
vincents
e5c8fce19e checking a radiobutton unchecks its siblibg radiobuttons
git-svn-id: trunk@5518 -
2004-05-27 15:04:53 +00:00