Commit Graph

7049 Commits

Author SHA1 Message Date
mattias
bf1821ccbe gtk intf sorting directories in filedialg from Jesus
git-svn-id: trunk@7001 -
2005-03-21 08:24:59 +00:00
mattias
cfc84725bb basic clipboard support for TStringGrid from Jesus
git-svn-id: trunk@7000 -
2005-03-21 08:20:39 +00:00
mattias
22928a36c1 fixed removing focus of a gtk listbox on delete item from Collin Western
git-svn-id: trunk@6999 -
2005-03-21 08:12:10 +00:00
vincents
62622ade38 made TCustomCombobox.Clear virtual
git-svn-id: trunk@6998 -
2005-03-20 21:12:15 +00:00
mattias
954f62e620 disabled gtk1 focussing a window, enable it with -dEnableGtkWindowFocus
git-svn-id: trunk@6997 -
2005-03-20 09:45:05 +00:00
mattias
4442c43d56 next try to fix the gtk1 crashing on focussing a window from Andrew Haines
git-svn-id: trunk@6996 -
2005-03-20 09:35:47 +00:00
mattias
5ec0ba3595 implemented TCustomForm.ShowInTaskBar for gtk1+2 from Andrew Haines
git-svn-id: trunk@6995 -
2005-03-19 23:36:26 +00:00
micha
3e4b7bdaed use LCL font is it is non-default
git-svn-id: trunk@6994 -
2005-03-19 13:19:39 +00:00
micha
212edd1edb sort combobox items in own stringlist when no handle allocated yet
git-svn-id: trunk@6993 -
2005-03-19 12:40:42 +00:00
mattias
69ff42b3ae changed default value of TDateEdit.ReadOnly to true
git-svn-id: trunk@6992 -
2005-03-19 10:05:04 +00:00
mattias
c7bee00dd9 TChart.LabelPosition from Salvatore Coppola
git-svn-id: trunk@6991 -
2005-03-19 09:31:34 +00:00
mattias
2221cce016 gtk1: minimizing windows, missing: window state events from Andrew Haines
git-svn-id: trunk@6990 -
2005-03-19 09:17:20 +00:00
mattias
8a6d275bf0 updated french translation from Robert Calmas
git-svn-id: trunk@6989 -
2005-03-19 08:55:32 +00:00
mattias
139b3f1dda next try to fix the crashing when switching focus from Andrew Haines
git-svn-id: trunk@6988 -
2005-03-18 15:32:13 +00:00
mattias
82338611c1 creating gtk_calendar in a gtk_frame - calendar seems to need a parent window
git-svn-id: trunk@6987 -
2005-03-18 14:43:54 +00:00
mattias
2c1e543208 updated german translation from Thomas Schatzl
git-svn-id: trunk@6986 -
2005-03-18 14:08:57 +00:00
mattias
ebe99f3599 accelerated cups printing and added targets sparc-linux and powerpc-linux
git-svn-id: trunk@6985 -
2005-03-18 12:46:48 +00:00
micha
a7b784a74f add READMEs to prevent dir removal
git-svn-id: trunk@6984 -
2005-03-18 09:56:09 +00:00
micha
960a903028 argh wrong dir
git-svn-id: trunk@6983 -
2005-03-18 09:55:33 +00:00
micha
2581b9c76c add files to prevent directory pruning
git-svn-id: trunk@6982 -
2005-03-18 09:52:25 +00:00
vincents
c2aeffcc9c fixed default compiler name for windows
git-svn-id: trunk@6981 -
2005-03-18 09:51:04 +00:00
micha
21743533e2 add file to keep dir
git-svn-id: trunk@6980 -
2005-03-18 09:14:55 +00:00
micha
abba51a957 fix combobox placement issue in OI (strengthen condition to check for left or top resizing)
git-svn-id: trunk@6979 -
2005-03-18 07:40:18 +00:00
marc
cc648ec617 * Delphi compat, TButton.Click is public
git-svn-id: trunk@6978 -
2005-03-18 01:18:44 +00:00
marc
b9a3f7efef * 64 bit patch from Peter Vreman
git-svn-id: trunk@6977 -
2005-03-18 00:05:25 +00:00
marc
ce88621c1d * Fixed compilation
- Removed GetPtrValue
+ Added a checked GetObjectValue

git-svn-id: trunk@6976 -
2005-03-17 23:08:10 +00:00
mattias
9569fd3a0d added cups files to package for update check, started caching
git-svn-id: trunk@6975 -
2005-03-17 11:25:44 +00:00
mattias
80c38a6712 added gtk1 check for current desktop on focussing windows from Andrew Haines
git-svn-id: trunk@6974 -
2005-03-17 10:10:51 +00:00
marc
05679674a3 * fixed viewstyle property access
git-svn-id: trunk@6973 -
2005-03-17 00:41:15 +00:00
marc
354b98ed73 * 64bit patch (partial) from Peter Vreman
git-svn-id: trunk@6972 -
2005-03-17 00:09:37 +00:00
marc
e9c207098d + Added include reference
git-svn-id: trunk@6971 -
2005-03-17 00:06:44 +00:00
michael
86803e5b23 + Fixed error which stopped code from compiling
git-svn-id: trunk@6970 -
2005-03-16 21:22:43 +00:00
mattias
49b530b12a added trying several common temporary paths for cups
git-svn-id: trunk@6969 -
2005-03-16 18:23:22 +00:00
mattias
5019fad7e9 published TStringGrid.OnResize/OnChangeBounds and fixed gtk1 intf check in focussing
git-svn-id: trunk@6968 -
2005-03-16 17:45:28 +00:00
mattias
bd0040e16f added context senstive ope .pas,.pp,.lfm,.lrs file in src editor popup menu
git-svn-id: trunk@6967 -
2005-03-16 16:21:18 +00:00
micha
004ed4fa3e tabstop default for focusable controls is true (spinedit)
git-svn-id: trunk@6966 -
2005-03-16 16:14:50 +00:00
micha
c75570f78b fix min/max value, up/down order for spinedit
git-svn-id: trunk@6965 -
2005-03-16 16:14:14 +00:00
mattias
e630464bae added some checks to avoid crashes
git-svn-id: trunk@6964 -
2005-03-16 12:30:15 +00:00
mattias
84a5d07140 added check for chaning parent in component tree from Luca
git-svn-id: trunk@6963 -
2005-03-16 12:14:26 +00:00
mattias
ff9ffbfede added check for UpdateCaption if MainIDEBar is already destroyed
git-svn-id: trunk@6962 -
2005-03-16 12:03:40 +00:00
mattias
e94b4e2fe9 made actions editor translatable from Pawel
git-svn-id: trunk@6961 -
2005-03-16 11:59:50 +00:00
mattias
2d3286e8c2 fixed view OI menu item to always show OI, instead of showing next
git-svn-id: trunk@6960 -
2005-03-16 11:41:33 +00:00
mattias
0c905491cf improved gtk1 intf switching focus to another form from Andrew Haines
git-svn-id: trunk@6959 -
2005-03-16 11:36:21 +00:00
mattias
4ed3fa72af updated german translation from Joerg Braun
git-svn-id: trunk@6958 -
2005-03-16 11:02:35 +00:00
marc
92fe571ea8 * fixed alignment/endianess for sparc
git-svn-id: trunk@6957 -
2005-03-16 00:25:46 +00:00
marc
6278435a3d *** empty log message ***
git-svn-id: trunk@6956 -
2005-03-15 23:55:12 +00:00
marc
2548997607 * typo
git-svn-id: trunk@6955 -
2005-03-15 23:33:43 +00:00
marc
92a5143c85 * fixed bitmap endianess
git-svn-id: trunk@6954 -
2005-03-15 23:30:40 +00:00
micha
76ef932687 return value too inconsistent to be used, fixes #775 (by uberto)
git-svn-id: trunk@6953 -
2005-03-14 22:11:03 +00:00
micha
d71687e839 check nil pointer to avoid AV (by jesusrmx)
git-svn-id: trunk@6952 -
2005-03-14 21:49:41 +00:00