Commit Graph

7341 Commits

Author SHA1 Message Date
mattias
888301df06 extended the gtk handled key skipping hack for gtk_text
git-svn-id: trunk@7143 -
2005-05-05 08:16:57 +00:00
mattias
30477dcd78 fixed skipping tab, return, escape key in gtk_entry
git-svn-id: trunk@7142 -
2005-05-04 15:21:18 +00:00
vincents
2e4778d17f fixed GetWordFromCaret: _ is also a valid indentifier character
git-svn-id: trunk@7141 -
2005-05-04 14:06:11 +00:00
vincents
e510a9db4b implented reading non-text formats from the clipboard
git-svn-id: trunk@7140 -
2005-05-04 12:27:46 +00:00
vincents
c6ae4459ac used {PackEnum 1} for TSynSelectionMode, so text copied from Delphi compiled synedits can be pasted
git-svn-id: trunk@7139 -
2005-05-04 12:25:01 +00:00
micha
06dd83bec1 fix AV when creating new application while not saving previous project with edited mainmenu and popupmenu
git-svn-id: trunk@7138 -
2005-05-04 12:24:41 +00:00
mattias
18509cdbd9 fixed triggering TDataModule, and improved parent search for new designer controls. from Jesus
git-svn-id: trunk@7137 -
2005-05-03 16:52:29 +00:00
mattias
5e5c593414 added key handling for TDBMemo from Jesus
git-svn-id: trunk@7136 -
2005-05-03 16:43:43 +00:00
mattias
86347e1f03 skip keys handled by gtk_entry - more a hack, than a generic solution
git-svn-id: trunk@7135 -
2005-05-03 16:34:25 +00:00
mattias
a8a5a825ac exit CNChar if key already processed
git-svn-id: trunk@7134 -
2005-05-03 15:40:45 +00:00
mattias
f7ea4266ac fixed marking key as handled in synedit KeyPress
git-svn-id: trunk@7133 -
2005-05-03 15:31:16 +00:00
vincents
aac138df54 fixed getting the size of a minimized window (bug #886)
git-svn-id: trunk@7132 -
2005-05-03 14:56:33 +00:00
vincents
9660bee67f added dialog for choosing testcase name from Dean
git-svn-id: trunk@7131 -
2005-05-03 07:56:14 +00:00
mattias
f8ed47daf6 fixed delete key in dbgrids bug #878 from Jesus
git-svn-id: trunk@7130 -
2005-05-02 21:50:35 +00:00
vincents
e960ef3dd5 improved error message: APackage.Filename may not have been set yet.
git-svn-id: trunk@7129 -
2005-05-02 20:30:36 +00:00
marc
509074124d * prevent segfault in gtk when setting start < 0
git-svn-id: trunk@7128 -
2005-05-02 17:29:31 +00:00
mattias
ab9a53fa91 updated french translation from Beuz
git-svn-id: trunk@7127 -
2005-05-02 17:26:15 +00:00
vincents
6ce1b4152a fixed parsing of &quot;
git-svn-id: trunk@7126 -
2005-05-02 13:06:38 +00:00
mattias
a7b16d2f92 started TButtonActionLink
git-svn-id: trunk@7125 -
2005-05-02 09:17:08 +00:00
mattias
bcb6a561b8 updated french translation from Beuz
git-svn-id: trunk@7124 -
2005-05-02 08:44:16 +00:00
mattias
ef154d8f3d removed obsolete focussing after buttonpress on gtkapiwidget
git-svn-id: trunk@7123 -
2005-05-02 08:39:29 +00:00
mattias
144133d2e9 fix bug #878 (can not paste from clipboard) new property TitleStyle from Jesus
git-svn-id: trunk@7122 -
2005-05-02 08:35:42 +00:00
micha
8bc50ecdc6 unset allowgrayed for show old taborder checkbox
git-svn-id: trunk@7121 -
2005-05-01 13:31:11 +00:00
micha
89e77e9b46 implement changing tform.borderstyle after creation
git-svn-id: trunk@7120 -
2005-04-29 19:50:52 +00:00
micha
77c8d81bbe tweak color specification a bit
git-svn-id: trunk@7119 -
2005-04-29 19:50:27 +00:00
micha
1c568583fb update french translation (from beuz)
git-svn-id: trunk@7118 -
2005-04-29 18:50:00 +00:00
micha
e749ccccaa send double click to window, if pattern mouse-click, focus-change, mouse-click detected (fixes bug #794)
git-svn-id: trunk@7117 -
2005-04-29 11:53:25 +00:00
micha
b6deeb5694 fix double-clicking in combobox in object inspector, set itemindex when assigning list of strings
git-svn-id: trunk@7116 -
2005-04-29 09:44:56 +00:00
micha
290e7be69e update dutch translation
git-svn-id: trunk@7115 -
2005-04-29 08:10:22 +00:00
mattias
009e16028b fixed 1.9.8 compilation
git-svn-id: trunk@7114 -
2005-04-28 17:24:29 +00:00
vincents
358a3b59a8 let wm_ncdestroy through, so we can destroy the windowinfo
git-svn-id: trunk@7113 -
2005-04-28 13:11:05 +00:00
vincents
27c61a0405 fixed memleak
git-svn-id: trunk@7112 -
2005-04-28 11:50:56 +00:00
micha
96e2620223 fix accelerator handling firing too quickly, better WM_CHAR has-been-handled heuristic
check for focusability of label.focuscontrol

git-svn-id: trunk@7111 -
2005-04-28 10:05:29 +00:00
vincents
553b2f9e2a fixed some access violations from Matthijs Willemstein
git-svn-id: trunk@7110 -
2005-04-27 14:39:12 +00:00
mattias
cca55bdadb added tokens for comments and compiler directives
git-svn-id: trunk@7109 -
2005-04-27 12:57:38 +00:00
micha
2bfef4ae8e implement/fix button/label shortcut accelchar handling
git-svn-id: trunk@7108 -
2005-04-27 12:37:28 +00:00
mattias
847b359269 cleanup
git-svn-id: trunk@7107 -
2005-04-27 09:31:26 +00:00
mattias
543b49a3fa fixed streaming widestring
git-svn-id: trunk@7106 -
2005-04-27 09:29:58 +00:00
vincents
cbe01c894e fixed memleak of DefaultOIFavouriteProperties
git-svn-id: trunk@7105 -
2005-04-27 07:44:26 +00:00
vincents
19ba430bbb made heights and height constraints smaller from Michalis Kamburelis
git-svn-id: trunk@7104 -
2005-04-27 00:16:24 +00:00
vincents
7647c18145 support testdecorator and FailedMethodName
git-svn-id: trunk@7103 -
2005-04-25 21:16:25 +00:00
micha
6bc322c537 call inherited message handler to show/hide edit (fixes bug #809)
git-svn-id: trunk@7102 -
2005-04-25 12:47:52 +00:00
mattias
c83972e61b backtraces for gtk gdi objects -dTraceGdiCalls from Jesus
git-svn-id: trunk@7101 -
2005-04-25 07:55:33 +00:00
micha
8355126972 update speedbutton state if Enabled changed (fixes bug #735)
git-svn-id: trunk@7100 -
2005-04-24 13:42:04 +00:00
mattias
5ad015542f cleanup
git-svn-id: trunk@7099 -
2005-04-22 11:40:20 +00:00
micha
712c2c41f3 showwindow does not send WM_SHOWWINDOW message after maximized window creation (patch from jesus)
git-svn-id: trunk@7098 -
2005-04-22 10:48:42 +00:00
mattias
6e7fb28537 made TContro.AutoSize public
git-svn-id: trunk@7097 -
2005-04-22 09:29:30 +00:00
mattias
d3799fa495 added TListItems.FindCaption partstart parameter
git-svn-id: trunk@7096 -
2005-04-22 08:19:39 +00:00
mattias
b045cbd550 added TListView.FindCaption from Matthijs Willemstein
git-svn-id: trunk@7095 -
2005-04-21 16:15:52 +00:00
mattias
a94e69edd1 added winapi printer specific TWinPrinter(Printer).Handle from Olivier
git-svn-id: trunk@7094 -
2005-04-21 15:48:04 +00:00