lazarus
b668a0f095
MG: fixed speedbutton in designmode
...
git-svn-id: trunk@2290 -
2002-08-17 23:41:13 +00:00
mattias
12bd8e2511
improved but not fixed transient windows
...
git-svn-id: trunk@2289 -
2002-08-17 23:41:13 +00:00
mattias
27b074d414
added IsWindowVisible
...
git-svn-id: trunk@2288 -
2002-08-17 23:41:13 +00:00
mattias
47a89f2b2c
applied patch from Vasily
...
git-svn-id: trunk@2287 -
2002-08-17 23:41:13 +00:00
mattias
480df0e79d
implemented custom package initialization
...
git-svn-id: trunk@2286 -
2002-08-17 23:41:13 +00:00
mattias
4830cd8dca
added TCheckGroup
...
git-svn-id: trunk@2285 -
2002-08-17 23:41:13 +00:00
lazarus
9ab2b575b5
MG: scrollingwincontrol from Andrew
...
git-svn-id: trunk@2284 -
2002-08-17 23:41:12 +00:00
mattias
67ad909a87
implemented add file to a package dialog
...
git-svn-id: trunk@2283 -
2002-08-17 23:41:12 +00:00
mattias
5473bf6a6f
add synmemo.pas syneditplugins.pas synmacrorecorder.pas
...
git-svn-id: trunk@2282 -
2002-08-17 23:41:12 +00:00
mattias
690493a0f4
more localization for gtk- and win32-interface and lcl
...
git-svn-id: trunk@2281 -
2002-08-17 23:41:12 +00:00
lazarus
8138f2d864
MG: implemented TControlScrollBar.Size
...
git-svn-id: trunk@2280 -
2002-08-17 23:41:12 +00:00
lazarus
b36654831c
MG: fixed TSpeedButton.SetDown and Invalidate
...
git-svn-id: trunk@2279 -
2002-08-17 23:41:12 +00:00
lazarus
8224ea0b03
MG: improved streaming error handling
...
git-svn-id: trunk@2278 -
2002-08-17 23:41:12 +00:00
mattias
a74fa24fef
added transient deactivation option and updated localization
...
git-svn-id: trunk@2277 -
2002-08-17 23:41:12 +00:00
mattias
a105dce7ce
fixed transient windows
...
git-svn-id: trunk@2276 -
2002-08-17 23:41:12 +00:00
mattias
626e79293c
replaced many invalidates by invalidaterect
...
git-svn-id: trunk@2275 -
2002-08-17 23:41:12 +00:00
mattias
3bcd93b31b
added IsWindowVisible
...
git-svn-id: trunk@2274 -
2002-08-17 23:41:12 +00:00
mattias
d44114cef5
double byte char font started
...
git-svn-id: trunk@2273 -
2002-08-17 23:41:12 +00:00
mattias
dfc8b04b32
fixed setcolor for streamed components
...
git-svn-id: trunk@2272 -
2002-08-17 23:41:12 +00:00
mattias
0851e8ccab
added Timer patch from Vincent Snijders
...
git-svn-id: trunk@2271 -
2002-08-17 23:41:12 +00:00
mattias
971752d7be
started OnMouseEnter and OnMouseLeave
...
git-svn-id: trunk@2270 -
2002-08-17 23:41:11 +00:00
lazarus
1ccb457642
AJ:Fixes to PromptUser;Switched ShowMessage* to use NotifyUser*;
...
fixed TGraphicPropertyEditor for when Property is nil.
git-svn-id: trunk@2269 -
2002-08-17 23:41:11 +00:00
mattias
82178a5511
added form editor options for rubberband and colors
...
git-svn-id: trunk@2268 -
2002-08-17 23:41:11 +00:00
lazarus
89e58fb85c
MG: improved TScreen and ShowModal
...
git-svn-id: trunk@2267 -
2002-08-17 23:41:11 +00:00
lazarus
492e71e719
MG: improved theme support from Andrew
...
git-svn-id: trunk@2266 -
2002-08-17 23:41:11 +00:00
lazarus
df2cfbb671
MG: improved lastmouse caret on focus change
...
git-svn-id: trunk@2265 -
2002-08-17 23:41:11 +00:00
lazarus
329820a368
MG: added GetDCOffset
...
git-svn-id: trunk@2264 -
2002-08-17 23:41:11 +00:00
mattias
db8d1de469
localized gtk interface
...
git-svn-id: trunk@2263 -
2002-08-17 23:41:11 +00:00
lazarus
c8c1f03ef5
MG: broke LCL<->interface circles
...
git-svn-id: trunk@2262 -
2002-08-17 23:41:11 +00:00
mattias
e024211449
added TControl.HandleObjectShouldBeVisible
...
git-svn-id: trunk@2261 -
2002-08-17 23:41:11 +00:00
mattias
88d60a89fa
implemented removing, re-adding, updating project dependencies
...
git-svn-id: trunk@2260 -
2002-08-17 23:41:11 +00:00
lazarus
b8163b27e9
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@2259 -
2002-08-17 23:41:11 +00:00
mattias
0e87dc67ce
finshed Make Resourcestring dialog and implemented TToggleBox
...
git-svn-id: trunk@2258 -
2002-08-17 23:41:11 +00:00
mattias
01b78f4946
identifier completion: basically working, still hidden
...
git-svn-id: trunk@2257 -
2002-08-17 23:41:11 +00:00
mattias
ee3cc2df62
implemented build lazarus extra options -d
...
git-svn-id: trunk@2256 -
2002-08-17 23:41:11 +00:00
mattias
fcb96fab66
started OnMouseEnter and OnMouseLeave
...
git-svn-id: trunk@2255 -
2002-08-17 23:41:10 +00:00
lazarus
3ac519bf69
AJ:Fixes to PromptUser;Switched ShowMessage* to use NotifyUser*;
...
fixed TGraphicPropertyEditor for when Property is nil.
git-svn-id: trunk@2254 -
2002-08-17 23:41:10 +00:00
mattias
70d1eac1ed
added visiblechanging
...
git-svn-id: trunk@2253 -
2002-08-17 23:41:10 +00:00
mattias
c9b58c20a8
added rubberband type: creation+selection
...
git-svn-id: trunk@2252 -
2002-08-17 23:41:10 +00:00
mattias
cacaa606f5
readonly flag is now only saved if user set
...
git-svn-id: trunk@2251 -
2002-08-17 23:41:10 +00:00
lazarus
2f853fef65
MG: improved Clipping, TextOut, Polygon functions
...
git-svn-id: trunk@2250 -
2002-08-17 23:41:10 +00:00
mattias
84c890b989
fixed TComboBox.OnChange
...
git-svn-id: trunk@2249 -
2002-08-17 23:41:10 +00:00
mattias
17a19514d5
reduced output
...
git-svn-id: trunk@2248 -
2002-08-17 23:41:10 +00:00
mbukovjan
093eee01fa
Fixes to MaxLength. TCustomMemo now has MaxLength, too.
...
git-svn-id: trunk@2247 -
2002-08-17 23:41:10 +00:00
lazarus
7a0f1ab4b9
MG: image support, TScrollBox, and many other things from Andrew
...
git-svn-id: trunk@2246 -
2002-08-17 23:41:10 +00:00
mattias
c30f06abed
focus fixes, reduced lpi size
...
git-svn-id: trunk@2245 -
2002-08-17 23:41:10 +00:00
lazarus
33316c1e30
MG: impoved focussing, unfocussing on destroy and fixed unit search
...
git-svn-id: trunk@2244 -
2002-08-17 23:41:10 +00:00
lazarus
f99696de4f
MG: MoveWindowOrgEx, Splitted FWinControls/FControls, TControl drawing, Better DesignerDrawing, ...
...
git-svn-id: trunk@2243 -
2002-08-17 23:41:10 +00:00
mattias
665c7e910f
reduced focus handling and improved focus setting
...
git-svn-id: trunk@2242 -
2002-08-17 23:41:10 +00:00
lazarus
b9e64ccb6a
MG: moved SendCachedLCLMessages
...
git-svn-id: trunk@2241 -
2002-08-17 23:41:10 +00:00