Commit Graph

8798 Commits

Author SHA1 Message Date
mattias
7d321ea70b gtk2 intf: disabled gtk2 threading, bug #12145
git-svn-id: trunk@16590 -
2008-09-15 11:43:07 +00:00
zeljko
0152132972 Qt: fixed #11101, #11281 (dbgrid AV)
git-svn-id: trunk@16588 -
2008-09-14 13:04:18 +00:00
tombo
82d37a3e72 LCL carbon: fixed range check error
git-svn-id: trunk@16586 -
2008-09-14 09:38:10 +00:00
tombo
98670ae7f4 LCL Carbon: fixed range errors and warnings, fixes #0011704: Range checks when Carbon compiled with -Cr
git-svn-id: trunk@16585 -
2008-09-14 09:22:51 +00:00
jesus
a081ba2890 LCL, check that grid editors do show or hide on some special situations
git-svn-id: trunk@16584 -
2008-09-13 21:25:16 +00:00
tombo
56b2d3f9c3 LCL Carbon: finally find solution for #0011287: Mac OS X : Double Click when Showing forms does not work correctly... - postpone down message to start of mouse tracking
git-svn-id: trunk@16581 -
2008-09-13 12:43:18 +00:00
tombo
22aa8a9284 LCL carbon: commented debugln
git-svn-id: trunk@16580 -
2008-09-13 12:07:12 +00:00
tombo
0c3d73c74e LCL Carbon: improved menu item short cut setting - perhaps fixes #0011961: un-commanded Meta-A menu event
git-svn-id: trunk@16579 -
2008-09-13 11:03:14 +00:00
tombo
d35f4e8e83 LCL intfbasewinapi: DrawText - allow to draw only part of last botom line, fixes #0012045: TSpeedButton text
git-svn-id: trunk@16578 -
2008-09-13 10:17:59 +00:00
tombo
b333c7d0f5 LCL TImageList: ignore out of range index when drawing, fixes #0012130: Mac OS X : TreeView1CustomDrawItem AV
git-svn-id: trunk@16576 -
2008-09-13 09:34:42 +00:00
vincents
273220e891 fixed compilation after merging of the fpc Unicode branch to fpc 2.3.1
git-svn-id: trunk@16573 -
2008-09-12 21:24:45 +00:00
mattias
6d1a1f3f0a LCL: workaround for starnge bug
git-svn-id: trunk@16571 -
2008-09-12 19:54:47 +00:00
mattias
1ca043ca07 LCL: fixed utf8 lowercase init
git-svn-id: trunk@16570 -
2008-09-12 19:46:35 +00:00
mattias
cbc48ec1e5 LCL: optimiziation
git-svn-id: trunk@16569 -
2008-09-12 19:34:23 +00:00
mattias
58f798c8af LCL: added pascal version of UTF8LowerCase: UTF8LowerCaseNew
git-svn-id: trunk@16568 -
2008-09-12 19:11:53 +00:00
zeljko
de65490e4a Qt: added TQtFontMetrics.averageCharWidth(), we use this one instead of blind charWidth('x',0) in qtwinapi.
git-svn-id: trunk@16565 -
2008-09-12 14:02:41 +00:00
paul
4cd05af849 lcl: remove old custom drawn checkbox code.
git-svn-id: trunk@16563 -
2008-09-12 06:40:07 +00:00
paul
651e4d2051 lcl: typo
git-svn-id: trunk@16562 -
2008-09-12 06:10:24 +00:00
paul
7a25527898 qt: revert commit of debug code
git-svn-id: trunk@16561 -
2008-09-12 03:25:37 +00:00
paul
362c46dac6 lcl: use UTF8 versions of LowerCase, UpperCase internally
git-svn-id: trunk@16560 -
2008-09-12 03:24:27 +00:00
paul
61fee6535e qt: use correct widestring -> utf8 conversion in KeyPress handler
git-svn-id: trunk@16559 -
2008-09-12 02:25:34 +00:00
paul
895d06f6f9 lcl: use cwstrings on unix to perform widestring operations
git-svn-id: trunk@16558 -
2008-09-12 01:50:17 +00:00
paul
3191164086 win32, wince: revert previous cursor-related commit. It was wrong. Fix real problem. (#0012117)
git-svn-id: trunk@16557 -
2008-09-12 00:48:44 +00:00
zeljko
9832af3ae8 Qt: bugfix in TQtListWidget.signalSelectionChanged(), no more AV in some circumstances.
git-svn-id: trunk@16556 -
2008-09-11 21:24:43 +00:00
zeljko
1a4ebe205e Qt: fix mouseevents handling for TQtListWidget, added note about possible qt bug inside QListView class, removed workaround from TQtListWidget.signalItemClicked().
git-svn-id: trunk@16555 -
2008-09-11 21:00:56 +00:00
zeljko
bf2a387745 Qt: optimizations to TQtAbstractScrollArea painting. We must send update & repaint directly to viewport widget, not TQtAbstractScrollArea.Widget, as of Qt documentation.
git-svn-id: trunk@16554 -
2008-09-11 20:52:15 +00:00
sekelsenmat
ed41ec1299 Removes ambiguity in function call
git-svn-id: trunk@16551 -
2008-09-11 20:21:16 +00:00
zeljko
ec76a4c4ac Qt: bugfix - issue #12121
git-svn-id: trunk@16540 -
2008-09-11 07:16:17 +00:00
paul
bc98657cb3 carbon: dont convert 1 bit to 8 bit
git-svn-id: trunk@16539 -
2008-09-11 06:57:19 +00:00
paul
ea198f3972 formatting
git-svn-id: trunk@16538 -
2008-09-11 03:14:24 +00:00
paul
c20e56842f lcl: store Label color if it differs from clNone without regards to ParentColor
git-svn-id: trunk@16537 -
2008-09-11 02:57:11 +00:00
paul
1fa9302245 lcl: set ParentFont = True by default (delphi compatible and #0012046)
git-svn-id: trunk@16536 -
2008-09-11 02:55:31 +00:00
paul
d6593ebca1 gtk, gtk2: fix clipping rect of newly created bitmap (#0012026)
git-svn-id: trunk@16535 -
2008-09-11 01:17:14 +00:00
paul
730022505a wince: use the same as win32 fix for WM_SETCURSOR
git-svn-id: trunk@16534 -
2008-09-11 01:04:44 +00:00
paul
6c22b2ee3b win32: fix WM_SETCURSOR handling (#0012117)
git-svn-id: trunk@16533 -
2008-09-11 01:00:40 +00:00
paul
440cd971b6 lcl: better protect GradientFill from dummy rect
git-svn-id: trunk@16530 -
2008-09-10 23:18:19 +00:00
paul
5d8c7c393a win32: scroll fix from Martin Friebe (#0011768)
git-svn-id: trunk@16528 -
2008-09-10 22:26:13 +00:00
paul
593181822e lcl: protected GradientFill from dummy rect (by report from russian forum)
git-svn-id: trunk@16526 -
2008-09-10 11:35:28 +00:00
paul
3374c666b8 lcl: publish OnUTF8KeyPress
git-svn-id: trunk@16520 -
2008-09-10 09:22:59 +00:00
paul
44bad2e31d lcl: don't call abstract TDockTree.MouseMessage method (reported on russian forum)
git-svn-id: trunk@16519 -
2008-09-10 03:24:28 +00:00
paul
fb4e50d0fe grids: don't intersect with window messages which are > WM_USER (UDM_SETBUDDY, etc). fixes #0012112
git-svn-id: trunk@16518 -
2008-09-10 03:09:55 +00:00
paul
d49c89985a formatting
git-svn-id: trunk@16517 -
2008-09-10 03:00:04 +00:00
paul
c9143f45a9 win32: workaround WM_MOUSEWHEEL (#0011768)
git-svn-id: trunk@16515 -
2008-09-10 01:10:04 +00:00
mattias
595bc12c8c codetools: beautifiying end, bug #12078
git-svn-id: trunk@16509 -
2008-09-09 21:16:10 +00:00
jesus
bef0e71b34 LCL, fix resizing column issue #12098 (topleft calc failed because new columns have accumwidth=0)
git-svn-id: trunk@16505 -
2008-09-09 17:59:23 +00:00
paul
f67b637d75 cleanup
git-svn-id: trunk@16503 -
2008-09-09 14:10:56 +00:00
paul
b8949b9c21 lcl: fix TEdit, TCombobox SelText setter
git-svn-id: trunk@16502 -
2008-09-09 12:29:45 +00:00
paul
51a0e1dc2a extend comment
git-svn-id: trunk@16499 -
2008-09-09 09:16:43 +00:00
tombo
90a84d1a7a LCL carbon: fixed #0012061: TMemo does not delete lines - Carbon
- remove line end

git-svn-id: trunk@16497 -
2008-09-09 08:16:43 +00:00
paul
72d5cfba41 lcl: fix default widgetset imagelist implementation (#0012041)
git-svn-id: trunk@16496 -
2008-09-09 05:49:49 +00:00