Commit Graph

3381 Commits

Author SHA1 Message Date
lazarus
a8acebb11a MG: fixed memcheck output
git-svn-id: trunk@3331 -
2002-09-13 08:11:46 +00:00
lazarus
703feb0314 MG: added russian translation from Vasily
git-svn-id: trunk@3330 -
2002-09-13 07:13:52 +00:00
lazarus
1b2e55a1f2 MG: fixed memcheck
git-svn-id: trunk@3329 -
2002-09-13 07:01:20 +00:00
lazarus
11279dd04b MG: gradient fill, minor issues from Andrew
git-svn-id: trunk@3328 -
2002-09-12 05:56:15 +00:00
lazarus
22a70e8c85 MG: fixed DeleteObject
git-svn-id: trunk@3327 -
2002-09-12 05:32:14 +00:00
lazarus
1e57a6f00c MG: added stringhashlist.pas
git-svn-id: trunk@3326 -
2002-09-11 15:04:49 +00:00
lazarus
621924577e MG: added CVS keywords
git-svn-id: trunk@3325 -
2002-09-11 13:19:56 +00:00
lazarus
60c0bf0cd4 MG: added insert ChangeLog Entry
git-svn-id: trunk@3324 -
2002-09-11 12:18:21 +00:00
lazarus
4b76f93f27 MG: added insert Username and Datetime
git-svn-id: trunk@3323 -
2002-09-11 12:05:46 +00:00
lazarus
8c87999185 MG: added insert GPL notice
git-svn-id: trunk@3322 -
2002-09-11 11:31:23 +00:00
lazarus
fb202ba0fe MG: added selection menu items
git-svn-id: trunk@3321 -
2002-09-11 08:32:56 +00:00
lazarus
931003e766 MG: implemented BlockIndent for synedit
git-svn-id: trunk@3320 -
2002-09-10 19:59:14 +00:00
lazarus
297f2f94ee MG: codetools defineseditor dlg size is now saved
git-svn-id: trunk@3319 -
2002-09-10 19:13:45 +00:00
lazarus
fd309629ca MG: editor option dlg size is now saved
git-svn-id: trunk@3318 -
2002-09-10 19:09:07 +00:00
lazarus
66df007f01 MG: environment option dlg size is now saved
git-svn-id: trunk@3317 -
2002-09-10 19:03:30 +00:00
lazarus
10a697c44d MG: added new project from file
git-svn-id: trunk@3316 -
2002-09-10 18:17:31 +00:00
lazarus
9d3a802e24 MG: added TLabel.WordWrap for gtk-interface from Vincent
git-svn-id: trunk@3315 -
2002-09-10 17:30:16 +00:00
lazarus
0e27003d6f MG: added SaveFlagNames
git-svn-id: trunk@3314 -
2002-09-10 14:48:23 +00:00
lazarus
bbc829a44b MG: fixed compiling examples
git-svn-id: trunk@3313 -
2002-09-10 14:08:54 +00:00
lazarus
fc518c76b8 MG: TListView now works handleless and SetSelection implemented
git-svn-id: trunk@3312 -
2002-09-10 10:00:27 +00:00
lazarus
385cd1efb4 MG: fixed TCheckBox.DoAutoSize on loading
git-svn-id: trunk@3311 -
2002-09-10 07:33:37 +00:00
lazarus
b12c94294c MG: scrollingwincontrol from Andrew
git-svn-id: trunk@3310 -
2002-09-10 06:49:25 +00:00
lazarus
f5bb1e4998 MG: added scrollingwincontrol.inc
git-svn-id: trunk@3309 -
2002-09-09 19:30:57 +00:00
lazarus
b385b12038 MG: started TTreeView dragging
git-svn-id: trunk@3308 -
2002-09-09 19:04:01 +00:00
lazarus
42c2244602 MG: added multiselection to TTreeView
git-svn-id: trunk@3307 -
2002-09-09 17:41:18 +00:00
lazarus
4d2b332a14 MG: improved TScreen and ShowModal
git-svn-id: trunk@3306 -
2002-09-09 14:01:05 +00:00
lazarus
93a2f932e9 MG: added keymapping to designer
git-svn-id: trunk@3305 -
2002-09-09 12:36:33 +00:00
lazarus
109aaa2ab7 MG: started TCollectionPropertyEditor
git-svn-id: trunk@3304 -
2002-09-09 07:26:42 +00:00
lazarus
7c6093077f Form deactivation fixes.
git-svn-id: trunk@3303 -
2002-09-09 06:27:06 +00:00
lazarus
4f2ae66e68 Fixed and simplified TRadioButton
git-svn-id: trunk@3302 -
2002-09-08 19:09:55 +00:00
lazarus
0ea1689254 MG: fixed rubberband
git-svn-id: trunk@3301 -
2002-09-08 14:22:46 +00:00
lazarus
64d87305f7 MG: TComponentPropertyEditor now shows child properties
git-svn-id: trunk@3300 -
2002-09-08 12:23:43 +00:00
lazarus
a188d432fd MG: fixed streaming visible=false
git-svn-id: trunk@3299 -
2002-09-08 10:01:59 +00:00
lazarus
cab2573590 Make TComboboxes sort again, including in OI
git-svn-id: trunk@3298 -
2002-09-07 20:30:50 +00:00
lazarus
aa1e5fd655 Visible property is by default true.
git-svn-id: trunk@3297 -
2002-09-07 19:35:42 +00:00
lazarus
bb06eb301c EchoMode for TCustomEdit. emNone not implemented for GTK+, falls back to emPassword
behaviour.

git-svn-id: trunk@3296 -
2002-09-07 12:14:50 +00:00
lazarus
284edf961c Enabled cursor property + property editor.
git-svn-id: trunk@3295 -
2002-09-06 22:32:20 +00:00
lazarus
2dad37ebc4 MG: fixed scrollbars of TTreeView
git-svn-id: trunk@3294 -
2002-09-06 19:11:48 +00:00
lazarus
5c451a6971 MG: fixed notebook client area, send messages and minor bugs
git-svn-id: trunk@3293 -
2002-09-06 15:57:34 +00:00
lazarus
78db2b032c MG: added jitform error messagedlg
git-svn-id: trunk@3292 -
2002-09-06 11:37:49 +00:00
lazarus
33965f2124 MG: added jitform error messagedlg
git-svn-id: trunk@3291 -
2002-09-06 11:33:36 +00:00
lazarus
fa42cd6ebc MG: improved handling of ambigious source files
git-svn-id: trunk@3290 -
2002-09-05 19:03:36 +00:00
lazarus
477b2808f2 MG: added auto deleting of ambigious source files
git-svn-id: trunk@3289 -
2002-09-05 15:24:27 +00:00
lazarus
1e44a47b9f MG: added show pages menu to TNotebookcomponenteditor
git-svn-id: trunk@3288 -
2002-09-05 14:57:55 +00:00
lazarus
df053a6541 MG: set default value for TStatusBar.SimplePanel
git-svn-id: trunk@3287 -
2002-09-05 13:33:10 +00:00
lazarus
98a15081f3 MG: fixed removing notebook
git-svn-id: trunk@3286 -
2002-09-05 13:21:12 +00:00
lazarus
10d8f037da MG: TCustomLabel.Caption is now editable again in OI
git-svn-id: trunk@3285 -
2002-09-05 12:22:54 +00:00
lazarus
7c8d67a7ad MG: TNotebook is now streamable
git-svn-id: trunk@3284 -
2002-09-05 12:11:43 +00:00
lazarus
054b715d8d New dialog for multiline caption of TCustomLabel.
Prettified TStrings property editor.
Memo now has automatic scrollbars (not fully working), WordWrap and Scrollbars property
Removed saving of old combo text (it broke things and is not needed). Cleanups.

git-svn-id: trunk@3283 -
2002-09-05 10:12:07 +00:00
lazarus
2b276924bf MG: designer: right click selects component before popup
git-svn-id: trunk@3282 -
2002-09-04 13:46:10 +00:00