Commit Graph

26805 Commits

Author SHA1 Message Date
dmitry
02308cd07e lcl: fix range cheking errors for windows file operations
git-svn-id: trunk@27256 -
2010-09-03 09:27:25 +00:00
dmitry
ea83850a40 cocoa: improve text out drawing, implemented ref-counting for gdi objects
git-svn-id: trunk@27255 -
2010-09-02 22:35:04 +00:00
dmitry
4475bded43 carbon: fix font selection
git-svn-id: trunk@27254 -
2010-09-02 21:49:33 +00:00
dmitry
fb61563630 cocoa: implementing lines, polygons and text drawing
git-svn-id: trunk@27253 -
2010-09-02 21:47:51 +00:00
zeljko
4f5b4d81da IDE: fixed editor crash in multi window mode (context menu).patch from Juha, debugging from me. fixes #17321
git-svn-id: trunk@27252 -
2010-09-02 19:04:55 +00:00
dmitry
41cba2bb5e lcl: fix range checking error in win FileUtils, reported at #15642
git-svn-id: trunk@27251 -
2010-09-02 18:34:56 +00:00
zeljko
bf1bdb52a7 LCL: fixed calling of wrong inherited method in TCustomEdit.KeyUpAfterInterface(). fixes #17332
git-svn-id: trunk@27250 -
2010-09-02 18:31:38 +00:00
zeljko
42a3b3918b Qt: fixed TQtWidgetSet.drawText() according to msdn docs.fixed #17329
git-svn-id: trunk@27249 -
2010-09-02 08:34:33 +00:00
dmitry
319db72532 lcl: fileutil initial unix/windows separation. improved support for Windows unicode file operations (bug #15642)
git-svn-id: trunk@27248 -
2010-09-01 20:18:45 +00:00
dmitry
dc60c4d504 carbon: modified CarbonWSForm handle creation to use CreateParams for PopupParent
git-svn-id: trunk@27247 -
2010-09-01 20:11:57 +00:00
sekelsenmat
a390c1cde4 Deprecates the current TNotebook in preparation to fix it.
git-svn-id: trunk@27246 -
2010-09-01 13:55:44 +00:00
dmitry
4adbe49f92 cocoa: implemented GDI region functions
git-svn-id: trunk@27245 -
2010-09-01 13:31:20 +00:00
sekelsenmat
c239bbb27d Patch from zaher from bug #17249 and also fixes compiling the wince interface for win32
git-svn-id: trunk@27244 -
2010-09-01 12:32:43 +00:00
dmitry
d92436b1e6 cocoa: initial support for controls painting
git-svn-id: trunk@27243 -
2010-09-01 09:07:14 +00:00
marc
32dbf71e3a * add workaround for alpha channel on palette based PNG images for fpc2.4 (fixed in fpc r15926 #af088605bf). Fixes issue #0017267
git-svn-id: trunk@27242 -
2010-08-31 21:32:03 +00:00
zeljko
115fb411b9 Qt: inform lcl about resize during design time.
git-svn-id: trunk@27241 -
2010-08-31 15:25:10 +00:00
zeljko
1a2d37383b Qt: fixed issue when IDE designer with main menu clips component icons at bottom, also fixed triggering of mainmenu in design form. fixes #16674.
git-svn-id: trunk@27240 -
2010-08-31 14:38:20 +00:00
zeljko
81e179d32a Qt: fixed bug with context menu where standard and parent popup menu was shown when some action executed from standard menu (eg. TEdit.Copy).Bug introduced in r26637 #a3dac0b6df.
git-svn-id: trunk@27239 -
2010-08-30 18:18:11 +00:00
zeljko
326743ab96 Qt: do not remove mousepropagation attribute from TQtTabBar. fixes #15192
git-svn-id: trunk@27238 -
2010-08-30 17:09:51 +00:00
zeljko
541a710bc0 Qt: reworked TQtCheckListBox triggers so it's same across all qtlcl supported platforms.
git-svn-id: trunk@27237 -
2010-08-30 12:26:21 +00:00
zeljko
6ac8338ecf Qt: assign qt font when not owning painter instead of setting new font for QPainter. fixes #16646
git-svn-id: trunk@27236 -
2010-08-30 09:52:05 +00:00
marc
74596e95e8 * Don't use ADesc.Depth as biBitCount, it can only be used in case of a 24 bits image. Fixes #0017234
git-svn-id: trunk@27235 -
2010-08-29 16:30:24 +00:00
dmitry
1b96dd26cd carbon: don't start the event loop, if application has been terminated. bug #16896
git-svn-id: trunk@27234 -
2010-08-29 16:09:32 +00:00
dmitry
75a6fecb66 carbon: initial implementation of PopupParent (docs required)! bug #16883
git-svn-id: trunk@27233 -
2010-08-29 15:44:02 +00:00
zeljko
7456e34bba Qt: workaround for Qt bug where QPainter refuses to setFont() when used by CreateFromPainter(). fixes #16646
git-svn-id: trunk@27232 -
2010-08-29 15:33:24 +00:00
ask
50fafcc206 TAChart: Add statistics page to linedemo
git-svn-id: trunk@27231 -
2010-08-29 13:51:34 +00:00
ask
6cbf336c1b TAChart: Add AccumulationMethod and AccumulationRange properties to TCalculatedChartSource
git-svn-id: trunk@27230 -
2010-08-29 13:51:01 +00:00
ask
081172351f TAChart: Add page control to the line demo
git-svn-id: trunk@27229 -
2010-08-29 13:28:59 +00:00
zeljko
ea4be3fe87 Qt: moved setCursorPosition & getCursorPosition to IQtEdit, fixed crashes with setCursorPosition
git-svn-id: trunk@27228 -
2010-08-29 09:58:20 +00:00
zeljko
896b2f89a0 Qt: TQtTextEdit: implemented internal getCursorPosition() & setCursorPosition()
git-svn-id: trunk@27227 -
2010-08-29 06:46:21 +00:00
zeljko
549e73a73f Qt: TQtWSCustomEdit: implemented getCaretPos() & setCaretPos()
git-svn-id: trunk@27226 -
2010-08-28 19:09:15 +00:00
zeljko
ad720b3f1f Qt: simplified TQtAbstractScrollArea.getClientBounds, formatting & cleanups.
git-svn-id: trunk@27225 -
2010-08-28 17:06:04 +00:00
zeljko
a373c25fb8 Qt: return scrollarea widget instead of viewport contentsrect in case of pending resizeevent.
git-svn-id: trunk@27224 -
2010-08-28 16:46:34 +00:00
martin
a2dbfa6442 IDE, After syncompletion, enforce focus for source-editor (if focus is switched at all) (issue on QT, win)
git-svn-id: trunk@27223 -
2010-08-28 15:00:14 +00:00
zeljko
ef6e5205d7 Qt: update clientrect before showing an listwidget. fixes #17134
git-svn-id: trunk@27222 -
2010-08-28 14:53:59 +00:00
dmitry
92059229cd lcl: remove UpChars array from FileUtil replacing them with string comparing functions usage
git-svn-id: trunk@27221 -
2010-08-28 14:17:24 +00:00
martin
c1467eddea IDE, After syncompletion, enforce focus for source-editor (if focus is switched at all) (issue on QT, win)
git-svn-id: trunk@27220 -
2010-08-28 13:06:17 +00:00
martin
7c51a09090 SynEdit: extended divider gutter
git-svn-id: trunk@27219 -
2010-08-28 12:19:06 +00:00
zeljko
59cfec4d13 Gtk2: implemented GetCaretPos() & SetCaretPos() for TCustomEdit.Patch by Torsten Bonde Christiansen. fixes #17187
git-svn-id: trunk@27218 -
2010-08-28 11:45:03 +00:00
blikblum
1a26b3406d lcl: check for parent when setting TRadioButton siblings. part of 17284
git-svn-id: trunk@27217 -
2010-08-28 01:52:20 +00:00
martin
72b82c7a6c SynEdit: Simplified UpdateCaret, since it was moved to an object, state is maintained, and focus checks are not needed here any more.
Works around issue #17207

git-svn-id: trunk@27216 -
2010-08-27 22:51:40 +00:00
martin
647bcccde4 SynEdit: Fix SynCompletion from un-setting eoPersistenCaret. Issue #17288
git-svn-id: trunk@27215 -
2010-08-27 22:31:27 +00:00
zeljko
3e3bcedcc2 Qt: assign result in TQtCheckBox.EventFilter
git-svn-id: trunk@27214 -
2010-08-27 13:02:25 +00:00
zeljko
e6af6e3920 Qt: fixed TQtTreeWidget (TListView=vsReport) mouse selection triggers. fixes #16712, #17177
git-svn-id: trunk@27213 -
2010-08-27 10:36:45 +00:00
sekelsenmat
8951344ee9 Fixes typo from last commit
git-svn-id: trunk@27212 -
2010-08-27 09:36:46 +00:00
sekelsenmat
25cd658e92 Endianess fix for the new asian conversion functions
git-svn-id: trunk@27211 -
2010-08-27 09:24:08 +00:00
zeljko
3c4e1acbbe Qt: do not sync checkbox state (TQtCheckListBox) under non X11 platforms.
git-svn-id: trunk@27210 -
2010-08-27 08:51:52 +00:00
zeljko
2148f60765 Qt: fix ScrollWindowEx(): scroll child control only when SW_SCROLLCHILDREN flag exists. fixes #17175
git-svn-id: trunk@27209 -
2010-08-27 05:37:26 +00:00
blikblum
bb7a0731ed lcl: uncheck radiobutton siblings when handle not allocated, bug #17281
git-svn-id: trunk@27208 -
2010-08-27 01:48:32 +00:00
dmitry
c9c3967f42 carbon: implement keyboard processing before menu fire event (LCL compatible). fixes #17205 and probably some other issues
git-svn-id: trunk@27207 -
2010-08-26 23:25:31 +00:00