Commit Graph

1049 Commits

Author SHA1 Message Date
lazarus
4daf38e39a MG: moved RectVisible, ExcludeClipRect and IntersectClipRect to interface dependent functions
git-svn-id: trunk@1049 -
2002-02-09 01:47:44 +00:00
lazarus
e8786384f5 MG: improved TFont for XLFD font names
git-svn-id: trunk@1048 -
2002-02-09 01:47:43 +00:00
lazarus
c7ce14d1ab Enabled cursor property + property editor.
git-svn-id: trunk@1047 -
2002-02-09 01:47:43 +00:00
lazarus
88fb533daf MG: fixed TComboBox and InvalidateControl
git-svn-id: trunk@1046 -
2002-02-09 01:47:43 +00:00
lazarus
668e7ca87c MG: fixed client rectangles, TRadioGroup, RecreateWnd
git-svn-id: trunk@1045 -
2002-02-09 01:47:43 +00:00
lazarus
2c43759d1e MG: fixed parser for external vars
git-svn-id: trunk@1044 -
2002-02-09 01:47:43 +00:00
lazarus
73a735c4cd AJ: rearranged GTK init stuff for proper GNOME init & less duplication between interfaces
git-svn-id: trunk@1043 -
2002-02-09 01:47:43 +00:00
lazarus
ab54bf590e MG: improved TComboBox.SetItemIndex
git-svn-id: trunk@1042 -
2002-02-09 01:47:43 +00:00
lazarus
8a2829c01b MG: activated environment opts in debugger
git-svn-id: trunk@1041 -
2002-02-09 01:47:42 +00:00
lazarus
72d7e61348 MG: no OnChange event when app sets Text of TComboBox
git-svn-id: trunk@1040 -
2002-02-09 01:47:42 +00:00
lazarus
a006452636 MG: fixes for 1.1
git-svn-id: trunk@1039 -
2002-02-09 01:47:42 +00:00
lazarus
5cc1a09fbd MG: added command line help
git-svn-id: trunk@1038 -
2002-02-09 01:47:42 +00:00
lazarus
28f65a8c6b MG: client rect bugs nearly completed
git-svn-id: trunk@1037 -
2002-02-09 01:47:42 +00:00
lazarus
b875923f4a MG: moved RectVisible, ExcludeClipRect and IntersectClipRect to interface dependent functions
git-svn-id: trunk@1036 -
2002-02-09 01:47:42 +00:00
lazarus
90ae156d7f MG: TNotebook is now streamable
git-svn-id: trunk@1035 -
2002-02-09 01:47:42 +00:00
lazarus
96e8260ca7 MG: Form Editing: snapping, guidelines, modified on move/resize, creating components in csDesigning, ...
git-svn-id: trunk@1034 -
2002-02-09 01:47:41 +00:00
lazarus
aa83828e23 MG: image support, TScrollBox, and many other things from Andrew
git-svn-id: trunk@1033 -
2002-02-09 01:47:41 +00:00
lazarus
3d36c3d268 MG: added TComboBox.OnPopup+OnCloseUp+ItemWidth
git-svn-id: trunk@1032 -
2002-02-09 01:47:41 +00:00
lazarus
026d2ee1e7 MG: fixed speedbutton in designmode
git-svn-id: trunk@1031 -
2002-02-09 01:47:41 +00:00
lazarus
d9cc6c9595 MG: changed license to LGPL
git-svn-id: trunk@1030 -
2002-02-09 01:47:41 +00:00
lazarus
1f7ef6bf3a MG: fixes for fpc1.1
git-svn-id: trunk@1029 -
2002-02-09 01:47:41 +00:00
lazarus
e24a2e0d3d MG: started mouse bugfix and completed Makefile.fpc
git-svn-id: trunk@1028 -
2002-02-09 01:47:41 +00:00
lazarus
ddaf4a13ab MG: improved TFont for XLFD font names
git-svn-id: trunk@1027 -
2002-02-09 01:47:40 +00:00
lazarus
c4252e6d98 AJ: minor fixes for FPC 1.1
git-svn-id: trunk@1026 -
2002-02-09 01:47:40 +00:00
lazarus
612201a886 MG: fixed Ampersands2Underscore
git-svn-id: trunk@1025 -
2002-02-09 01:47:40 +00:00
lazarus
346a6530c6 MG: further clientrect bugfixes
git-svn-id: trunk@1024 -
2002-02-09 01:47:40 +00:00
lazarus
29b223f690 MG: fixed TSpeedButton.SetDown and Invalidate
git-svn-id: trunk@1023 -
2002-02-09 01:47:40 +00:00
lazarus
1f23bbaf62 MG: TNoteBook now starts with no Page and TPage has no auto names
git-svn-id: trunk@1022 -
2002-02-09 01:47:40 +00:00
lazarus
8ca55b2b02 MG: changed license to LGPL
git-svn-id: trunk@1021 -
2002-02-09 01:47:40 +00:00
lazarus
bab00f8600 MG: further clientrect bugfixes
git-svn-id: trunk@1020 -
2002-02-09 01:47:39 +00:00
lazarus
2a3c38e265 MG: replaced logo, increased version to 0.8.3a and some clientrectbugfix
git-svn-id: trunk@1019 -
2002-02-09 01:47:39 +00:00
lazarus
1b9bcdcf3f MG: reduced output
git-svn-id: trunk@1018 -
2002-02-09 01:47:39 +00:00
lazarus
3cda4862b4 AJ: Partial HintWindow Fix; Added Screen.Font & Font.Name PropEditor; Started to fix ComboBox DropDown size/pos
git-svn-id: trunk@1017 -
2002-02-09 01:47:39 +00:00
lazarus
58eefd9d55 MG: double, triple and quad clicks now works
git-svn-id: trunk@1016 -
2002-02-09 01:47:39 +00:00
lazarus
a0c58dfe84 MG: changed PDeviceContext into class TDeviceContext
git-svn-id: trunk@1015 -
2002-02-09 01:47:39 +00:00
lazarus
f88250748b + implemented HasParent for TControl & changed TCustomForm.GetChildren
accordingly (sorry, control.inc & customform.inc got wrong comment:-( )
  stoppok

git-svn-id: trunk@1014 -
2002-02-09 01:47:39 +00:00
lazarus
3af75268c5 MG: fixed setcursor
git-svn-id: trunk@1013 -
2002-02-09 01:47:38 +00:00
lazarus
11b9180075 MG: reduced paint messages and DC getting/releasing
git-svn-id: trunk@1012 -
2002-02-09 01:47:38 +00:00
lazarus
3b2ae6acf0 MG: fixes for saving resource files
git-svn-id: trunk@1011 -
2002-02-09 01:47:38 +00:00
lazarus
a8cd67bd10 MG: fixed parser of end blocks in initialization section added label sections
git-svn-id: trunk@1010 -
2002-02-09 01:47:38 +00:00
lazarus
3b16346f6f MG: fixed uncapturing of mouse
git-svn-id: trunk@1009 -
2002-02-09 01:47:38 +00:00
lazarus
b0a7ca6d06 MG: fixed mouse capturing, OI edit focus
git-svn-id: trunk@1008 -
2002-02-09 01:47:38 +00:00
lazarus
3b49b2e9b8 MG: started mouse bugfix and completed Makefile.fpc
git-svn-id: trunk@1007 -
2002-02-09 01:47:38 +00:00
lazarus
8b2060a2f4 MG: ShortCut support for buttons from Andrew
git-svn-id: trunk@1006 -
2002-02-09 01:47:37 +00:00
lazarus
4611d4b804 MG: fixed window shrinking
git-svn-id: trunk@1005 -
2002-02-09 01:47:37 +00:00
lazarus
a316bf10d8 MG: fixed flickering of modal forms
git-svn-id: trunk@1004 -
2002-02-09 01:47:37 +00:00
lazarus
637fdcd3ed MG: activated the clientrect bugfixes
git-svn-id: trunk@1003 -
2002-02-09 01:47:37 +00:00
lazarus
72fc9d9a57 MG: made mouse capturing more strict
git-svn-id: trunk@1002 -
2002-02-09 01:47:37 +00:00
lazarus
ff56392651 MG: started debugging of mouse capturing
git-svn-id: trunk@1001 -
2002-02-09 01:47:37 +00:00
lazarus
484cdc8387 MG: started new client rectangle
git-svn-id: trunk@1000 -
2002-02-09 01:47:36 +00:00