Commit Graph

33626 Commits

Author SHA1 Message Date
mattias
b8da5fdca9 cody: dictionary: filter contains
git-svn-id: trunk@34397 -
2011-12-25 00:05:24 +00:00
blikblum
8fe3090356 gtk2: fix a condition check (always False) in ConnectInternalWidgetsSignals
git-svn-id: trunk@34396 -
2011-12-24 21:08:22 +00:00
blikblum
3bd4030d1a gtk2: remove unecessary checks
git-svn-id: trunk@34395 -
2011-12-24 20:58:37 +00:00
blikblum
bcdef55e90 gtk2: use FreeAndNil where appropriate in Gtk2Int (missing part)
git-svn-id: trunk@34394 -
2011-12-24 20:42:00 +00:00
blikblum
750733b289 gtk2: use FreeAndNil where appropriate in Gtk2Int
git-svn-id: trunk@34393 -
2011-12-24 20:41:11 +00:00
paul
22b9483947 cocoa: cleanup temporary debug code
git-svn-id: trunk@34392 -
2011-12-24 16:23:38 +00:00
paul
f1976687d0 cocoa: implement GetSysColor for pattern colors like clWindow and clBtnFace
git-svn-id: trunk@34391 -
2011-12-24 16:23:01 +00:00
paul
02a0fa9668 cocoa: protect gdi classes private and protected fields from non desired access from the same unit
git-svn-id: trunk@34390 -
2011-12-24 15:11:38 +00:00
blikblum
15f1e374c6 lcl: implement ScrollListDataset in DBLookup controls
git-svn-id: trunk@34389 -
2011-12-24 15:03:24 +00:00
paul
daea252a34 cocoa: implement ETO_OPAQUE flag
git-svn-id: trunk@34388 -
2011-12-24 14:46:36 +00:00
blikblum
e1522769f7 lcl: clear TDBLookupComboBox.Text if value does not exist in list. Issue #20886
git-svn-id: trunk@34387 -
2011-12-24 14:33:45 +00:00
blikblum
3e2573d526 lcl: ensure ItemIndex is the effective in TDBLookupComboBox
git-svn-id: trunk@34386 -
2011-12-24 14:25:19 +00:00
blikblum
0b8695e5ae lcl: put dataset in edit state only if data changed
git-svn-id: trunk@34385 -
2011-12-24 14:10:21 +00:00
blikblum
b417b1eed4 win32: remove check for returned WindowInfo (dead code)
git-svn-id: trunk@34384 -
2011-12-24 13:20:13 +00:00
blikblum
bea8f07f37 win32: group boolean fields of TWin32WindowInfo. Saves 8 bytes per record (96 -> 88)
git-svn-id: trunk@34383 -
2011-12-24 12:59:41 +00:00
blikblum
ae39c05267 win32: replace TList by TFPList in win32proc
git-svn-id: trunk@34382 -
2011-12-24 12:44:04 +00:00
blikblum
48b3086233 win32: cleanup ObjectToHWND
git-svn-id: trunk@34381 -
2011-12-24 12:35:49 +00:00
blikblum
a2141d47cb win32: cleanup GetLCLClientBoundsOffset. remove check for scrollbar fields if RedirectDestroyMessages defined
git-svn-id: trunk@34380 -
2011-12-24 12:24:26 +00:00
sekelsenmat
89dd7c918b Fixes bug #20195: Removes LCLIntf.Frame in favor of a cross-platform implementation for TCanvas.Frame
git-svn-id: trunk@34379 -
2011-12-24 10:52:33 +00:00
sekelsenmat
21e55aba98 Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet)
git-svn-id: trunk@34378 -
2011-12-24 10:06:18 +00:00
blikblum
9c630b6274 win32: redirect messages sent by win32 after call to DestroyWindow to a specific window proc (disabled by default through a define). Those messages can lead to access to LCL objects after destruction with potential crashes.
git-svn-id: trunk@34377 -
2011-12-24 01:08:30 +00:00
blikblum
3c74914f9c win32: remove duplicate assignments + code cleanup in winprinters
git-svn-id: trunk@34376 -
2011-12-23 22:00:37 +00:00
maxim
38263f7b6b Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #20957
git-svn-id: trunk@34375 -
2011-12-23 21:39:33 +00:00
mattias
77c557782e lazutils: ChompPathDelim: under windows: do not chomp UNC base path double slash
git-svn-id: trunk@34374 -
2011-12-23 19:19:59 +00:00
blikblum
7b40b6ff7e lcl: always close/prevent dropdown when pressing Return, ESC or TAB. Code cleanup
git-svn-id: trunk@34373 -
2011-12-23 14:19:28 +00:00
blikblum
8ad1d066b9 win32: remove checks for windowinfo
git-svn-id: trunk@34372 -
2011-12-23 14:17:50 +00:00
paul
32d6b7cde2 cocoa: improve Font selection
git-svn-id: trunk@34371 -
2011-12-23 07:37:07 +00:00
paul
0ba57d4557 cocoa: reimplement setting bold and underline using more safer way
git-svn-id: trunk@34370 -
2011-12-23 03:48:45 +00:00
paul
7c13806132 cocoa: implement underline, strikeout fonts, implement font applying
git-svn-id: trunk@34369 -
2011-12-23 03:16:30 +00:00
paul
847f9b8c20 cocoa: implement text coloring in graphics context
git-svn-id: trunk@34368 -
2011-12-23 02:22:13 +00:00
paul
ab221e099a cocoa: start redoing text drawing using NSTextLayout
git-svn-id: trunk@34367 -
2011-12-23 01:03:56 +00:00
jesus
c7aa8496c1 LazReport, implements ctrl+d to duplicate object selection and ctrl+f to toggle selected objects frame on or off
git-svn-id: trunk@34366 -
2011-12-22 22:06:03 +00:00
sekelsenmat
cbe7d6ff5f Compilation fix and starts TApplication.MoveFormFocusToChildren
git-svn-id: trunk@34365 -
2011-12-22 16:58:18 +00:00
sekelsenmat
cbb0725222 Fixes focusing into intf controls
git-svn-id: trunk@34364 -
2011-12-22 16:43:37 +00:00
sekelsenmat
ded92535b3 LCL-CustomDrawn-Windows: Advances the keyboard and mouse support
git-svn-id: trunk@34363 -
2011-12-22 15:57:14 +00:00
sekelsenmat
3884615b5c Starts native text for LCL-CustomDrawn-Windows
git-svn-id: trunk@34362 -
2011-12-22 15:21:21 +00:00
zeljko
6a551041eb Carbon: implemented SM_CYCAPTION.
git-svn-id: trunk@34361 -
2011-12-22 12:30:48 +00:00
zeljko
9832a3cb06 Qt: fixed branch indicator position under mac themes
git-svn-id: trunk@34360 -
2011-12-22 12:04:26 +00:00
sekelsenmat
4062bd1bdd LCL-CustomDrawn-X11: Adds support for XAddConnectionWatch
git-svn-id: trunk@34359 -
2011-12-22 11:06:45 +00:00
sekelsenmat
cf2403a126 Adds LCLIntf functions for conveniently obtaining a native form Handle or a native Canvas Handle from the LCL
git-svn-id: trunk@34358 -
2011-12-21 20:13:07 +00:00
sekelsenmat
c01e1b5cde Fixes compilation for non-x11 LCL-CustomDrawn
git-svn-id: trunk@34357 -
2011-12-21 19:18:38 +00:00
sekelsenmat
383db45538 LCL-CustomDrawn-X11: Fixes timers with zero interval, adds support for Application.Idle calling and more checks for Terminated
git-svn-id: trunk@34356 -
2011-12-21 17:01:22 +00:00
zeljko
ecf3f41b11 Gtk2: fixed selections in listview (vsList, vsReport) for gtk2 < 2.10.issue #19820
git-svn-id: trunk@34355 -
2011-12-21 16:36:54 +00:00
sekelsenmat
eaab533d22 LCL-CustomDrawn-X11: Improves the timer precision, allows bigger waits when no timers are active and implements AppProcessMessages
git-svn-id: trunk@34354 -
2011-12-21 16:20:05 +00:00
mattias
a0e93a9f05 codetools: parse jvm class section final var
git-svn-id: trunk@34353 -
2011-12-21 15:34:54 +00:00
sekelsenmat
023e61f0d5 Makes the X11 timer less influenciable by X11 events
git-svn-id: trunk@34352 -
2011-12-21 15:20:55 +00:00
mattias
4f552aff1b lazutils: defaults for filecache
git-svn-id: trunk@34351 -
2011-12-21 13:57:43 +00:00
sekelsenmat
1933e0f5ff Adds a callback for Android OnCreate and also implements TTimer in X11
git-svn-id: trunk@34350 -
2011-12-21 13:40:14 +00:00
paul
438fe7f401 cocoa: reimplement FrameRect using NSFrameRect function
git-svn-id: trunk@34349 -
2011-12-21 13:15:32 +00:00
mattias
0272ffb1cc IDE: macros: fixed nested macros, bug #20941
git-svn-id: trunk@34348 -
2011-12-21 12:38:16 +00:00