mattias
0c17f82e23
fixed unsetting ItemIndex on changing TComboBox.Text
...
git-svn-id: trunk@6913 -
2005-03-07 18:46:36 +00:00
mattias
85765e67ac
added navigation key check for up/down already handled
...
git-svn-id: trunk@6825 -
2005-02-21 13:54:26 +00:00
vincents
531d5b3e43
set forward search as default
...
git-svn-id: trunk@6714 -
2005-01-28 21:31:39 +00:00
vincents
534961f0e8
fixed forward / backwards search
...
git-svn-id: trunk@6697 -
2005-01-26 22:26:47 +00:00
mattias
d1d89f1a92
replaced up/down with more meaningful forward/backward search
...
git-svn-id: trunk@6568 -
2005-01-13 18:44:01 +00:00
mattias
4316d37265
better theming for some dialogs
...
git-svn-id: trunk@5833 -
2004-08-22 12:10:56 +00:00
micha
459347a686
set default and cancel buttons
...
git-svn-id: trunk@5624 -
2004-06-30 11:48:09 +00:00
mattias
1354eab275
resizes for localizations
...
git-svn-id: trunk@5607 -
2004-06-28 17:30:22 +00:00
mattias
617948d9c8
removed unneeded units in uses sections
...
git-svn-id: trunk@5443 -
2004-05-02 12:01:15 +00:00
mattias
5c3e6d1692
fixed positioning of Find dialog for out of window
...
git-svn-id: trunk@5385 -
2004-04-09 12:00:30 +00:00
mattias
fe19ab4a6f
FindInFilesDialog size is now stored
...
git-svn-id: trunk@5381 -
2004-04-09 10:32:02 +00:00
mattias
06d7c7abf3
localization
...
git-svn-id: trunk@4127 -
2003-05-03 23:02:08 +00:00
mattias
002ca709d8
improved focus debugging output
...
git-svn-id: trunk@3953 -
2003-03-18 13:04:25 +00:00
mattias
5a75290b61
fixed setting activecontrol after createwnd
...
git-svn-id: trunk@3948 -
2003-03-17 13:54:34 +00:00
mattias
aa746f870e
now using SynRegExpr for Find-Replace in IDE
...
git-svn-id: trunk@3775 -
2003-01-01 17:45:43 +00:00
mattias
e02d613c90
fixed tab key in findreplace dialog
...
git-svn-id: trunk@3673 -
2002-11-29 20:12:01 +00:00
mattias
80df955390
added syneditregexsearch.pas
...
git-svn-id: trunk@3672 -
2002-11-29 20:00:21 +00:00
lazarus
7a9df7c439
MG: fixed TListView with more than 2 columns
...
git-svn-id: trunk@3625 -
2002-11-12 13:16:04 +00:00
lazarus
a60a0c9584
MG: improved TComboBox.SetItemIndex
...
git-svn-id: trunk@3460 -
2002-10-04 20:46:51 +00:00
lazarus
093d68ba1a
MG: renamed designerstr.pas to objinspstrconsts.pas
...
git-svn-id: trunk@3351 -
2002-09-16 14:46:05 +00:00
lazarus
da2e467433
Added shortcut keys to labels
...
Support for alphabetically sorting the properties
Standardize message and add shortcuts ala Kylix
Published BorderStyle, unpublished BorderWidth
ShowAccelChar and FocusControl
ShowAccelChar and FocusControl for TLabel, escaped ampersands now work.
git-svn-id: trunk@3278 -
2002-09-03 11:32:49 +00:00
lazarus
539b2d26ca
MG: image support, TScrollBox, and many other things from Andrew
...
git-svn-id: trunk@3276 -
2002-09-03 08:07:20 +00:00
lazarus
3ebde07e67
MG: fixed resetting comobobox text
...
git-svn-id: trunk@3267 -
2002-08-31 07:58:21 +00:00
lazarus
5895aa70b7
Use comboboxes. Use history. Prettify the dialog. Preselect text on show.
...
Make the findreplace a dialog. Thus removing resiying code (handled by Anchors now anyway).
Make Anchors work again and publish them for various controls.
SelStart and Co. for TEdit, SelectAll procedure for TComboBox and TEdit.
Clean up and fix some bugs for TComboBox, plus selection stuff.
git-svn-id: trunk@2945 -
2002-08-18 08:56:27 +00:00
lazarus
6c9464c470
MG: updated licenses
...
git-svn-id: trunk@1668 -
2002-05-10 06:57:51 +00:00
lazarus
887c7fdc1f
MG: fixed find declaration of default properties
...
git-svn-id: trunk@1652 -
2002-04-30 09:57:21 +00:00
lazarus
0e2a403556
MG: bugfixes, finddeclaration cache dependencies
...
git-svn-id: trunk@1579 -
2002-04-02 16:44:41 +00:00
lazarus
c5ec8fa27e
MG: added find replace history
...
git-svn-id: trunk@1559 -
2002-03-28 16:39:06 +00:00
lazarus
c9e180acac
TPanel implemented.
...
Basic graphic primitives split into GraphType package, so that we can
reference it from interface (GTK, Win32) units.
New Frame3d canvas method that uses native (themed) drawing (GTK only).
New overloaded Canvas.TextRect method.
LCLLinux and Graphics was split, so a bunch of files had to be modified.
git-svn-id: trunk@653 -
2002-02-03 00:24:02 +00:00
lazarus
daad2096a2
MG: started find/replace history
...
git-svn-id: trunk@519 -
2001-12-13 14:13:10 +00:00
lazarus
8a1b2c210c
MG: enhanced open file at cursor to read more than one word
...
git-svn-id: trunk@503 -
2001-12-10 23:03:18 +00:00
lazarus
96a5cb3237
MG: added find previous to source editor
...
git-svn-id: trunk@355 -
2001-10-17 13:43:16 +00:00
lazarus
1f8bda0727
MG: regular expressions for search
...
git-svn-id: trunk@327 -
2001-08-06 08:00:44 +00:00
lazarus
8d2b0856cc
MG: clear goto line dialog everytime
...
git-svn-id: trunk@273 -
2001-05-26 19:40:03 +00:00
lazarus
d61cf75ddc
MG: keydown events added
...
git-svn-id: trunk@271 -
2001-05-21 21:00:39 +00:00
lazarus
1c8feee052
MG: added transfermacros, renamed dlgmessage.pp to msgview.pp
...
git-svn-id: trunk@219 -
2001-03-12 09:34:52 +00:00
lazarus
041250d1cf
Changes for wordcompletion and many other things from Mattias.
...
Shane
git-svn-id: trunk@186 -
2001-02-20 16:53:27 +00:00