Commit Graph

8951 Commits

Author SHA1 Message Date
mattias
577bc9d322 LCL: gtk2: disabled optimization REMOVEEMPTYPROCS for fpc 2.7.1
git-svn-id: trunk@40321 -
2013-02-14 23:34:15 +00:00
sekelsenmat
1fa926c402 Patches from bugs #23866 and #23864, fixes 64 bits and fpc 2.7.1 issues
git-svn-id: trunk@40287 -
2013-02-13 07:11:48 +00:00
sekelsenmat
593c4d27df Patch from bug #23867 - fix compilation in fpc 2.7.1
git-svn-id: trunk@40286 -
2013-02-13 07:03:49 +00:00
mattias
f46f4ab4f4 LCL: gtk2: check if gtk_window
git-svn-id: trunk@40262 -
2013-02-11 17:04:10 +00:00
mattias
a8fa92ac7f lcl: gtk2: fixed showing form modal, close, showing non modal, bug #23876
git-svn-id: trunk@40261 -
2013-02-11 16:54:50 +00:00
mattias
aaca1d064d openglcontrol: red,green,bluebits for carbon
git-svn-id: trunk@40231 -
2013-02-09 21:31:10 +00:00
zeljko
28dff08465 Qt: keep state of forms hidden from taskbar under X11. Fixes issue #23825.
git-svn-id: trunk@40180 -
2013-02-04 15:49:04 +00:00
mattias
37773bbc7d lcl: gtk2: fixed VerboseTransient
git-svn-id: trunk@40085 -
2013-01-31 08:33:09 +00:00
zeljko
f2452b47e0 Qt: trial to fix Qt bug when dialog is shown with QtTool as parent. issue #23778
git-svn-id: trunk@40025 -
2013-01-29 15:59:17 +00:00
mattias
2cc4a14e1f lcl: gtk2: clean up
git-svn-id: trunk@39946 -
2013-01-24 10:51:55 +00:00
mattias
fb537b160f keep old StrikeTrough for current RC 2.6.2
git-svn-id: trunk@39901 -
2013-01-19 20:35:10 +00:00
juha
7548ba8e96 LCL: Support for TImage.AntialiasingMode (stretching). Implement Win32 and GTK2. Issue #22205, patch from Chronos
git-svn-id: trunk@39894 -
2013-01-19 17:42:38 +00:00
zeljko
60db6ec323 Qt: fixed preffered size of autosized groupboxes. issue #23351
git-svn-id: trunk@39892 -
2013-01-19 16:29:30 +00:00
blikblum
ced57c7fc5 win32: use VisibleIndex in MovePage. Issue #22293
git-svn-id: trunk@39886 -
2013-01-19 07:14:10 +00:00
ask
e10e3ce749 Fix compilation after r39879 #f1fe1fc167
git-svn-id: trunk@39885 -
2013-01-19 07:03:26 +00:00
zeljko
8e1595bae1 Gtk2: removed (by ifdef) usage of dummy notebook page for gtk2.Old gtk1 fashioned dummy page can be used with define GTK2USEDUMMYNOTEBOOKPAGE.
git-svn-id: trunk@39882 -
2013-01-18 20:46:46 +00:00
zeljko
a0c274aebc Gtk2: fixed hiding of tabcontrol during design time. issue #23648
git-svn-id: trunk@39881 -
2013-01-18 20:10:45 +00:00
mattias
f1fe1fc167 fixed compilation with fpc 2.6.1 23444
git-svn-id: trunk@39879 -
2013-01-18 16:21:23 +00:00
zeljko
00419b8bb3 Qt: fixed SetCapture() and GetCapture() for TQtCustomControl on qtwin32 targets
git-svn-id: trunk@39878 -
2013-01-18 09:11:57 +00:00
sekelsenmat
f758bdf235 Fixes compilation of Lazarus with FPC trunk due to the fix to spelling mistake in TFPCustomFont
git-svn-id: trunk@39870 -
2013-01-17 09:17:52 +00:00
zeljko
a327019296 Qt: make LCL happy when changing caption of groupbox from empty to some string or viceversa.part of #23642
git-svn-id: trunk@39841 -
2013-01-13 17:28:20 +00:00
zeljko
a5dcd4fcb7 Qt: fixed topmargin of groupbox when caption text is empty. issue #23642
git-svn-id: trunk@39840 -
2013-01-13 17:11:45 +00:00
zeljko
7e7b4b3277 Qt: reverted TQtPage.getClientBounds to use TQtWidget.getClientBounds, it wasn't good solution since it produces a mess in eg. in build lazarus form.
git-svn-id: trunk@39839 -
2013-01-13 13:15:54 +00:00
zeljko
7815ee8a38 Qt: fixed getClientBounds for TQtPage and TQtGroupBox. It should use QWidget_contentsRect() of underlaying widget or parent. issue #23630
git-svn-id: trunk@39838 -
2013-01-13 12:59:57 +00:00
mattias
db44871558 lcl: carbon: handle laz,wake event via handler, needed because carbon modal forms create their own sub loops, see bug #23601
git-svn-id: trunk@39832 -
2013-01-11 18:51:36 +00:00
mattias
929ce8fe33 lcl: carbon: debug for bug #23601
git-svn-id: trunk@39831 -
2013-01-11 18:33:33 +00:00
mattias
88c2af49d0 IDE: designer: fixed handling deactivate messages
git-svn-id: trunk@39774 -
2013-01-06 11:53:30 +00:00
blikblum
be9e302113 win32: revert 37846 #994d2dce9f. Now combobox events are consistent across widgetsets although slightly different from Delphi. Fix #22739
git-svn-id: trunk@39677 -
2012-12-29 10:00:59 +00:00
zeljko
ca39d63bd3 Gtk2: fixed keeping of SelStart() and SelLength().issue #23219
git-svn-id: trunk@39652 -
2012-12-25 10:25:04 +00:00
zeljko
49e77dd55e Qt: fixed events when month and year are changed in TCalendar. issue #23528
git-svn-id: trunk@39625 -
2012-12-23 06:52:03 +00:00
bart
5b55b8bf05 win32: Invalidate conrol after setting PassWordChar, otherwise the changes do not propagate immediately.
Fixes issue #0023170.

git-svn-id: trunk@39621 -
2012-12-22 14:40:18 +00:00
juha
0df6e1f978 LCL: use new Windows GUI for TSelectDirectoryDialog. Issue #23521, patch from Reinier Olislagers
git-svn-id: trunk@39620 -
2012-12-21 18:59:36 +00:00
mattias
780febb55a readmes: updates
git-svn-id: trunk@39618 -
2012-12-21 16:06:57 +00:00
martin
ebf47da8a1 LCL/Win: IFDEF debugln for pain/EraseBackground
git-svn-id: trunk@39570 -
2012-12-17 14:44:50 +00:00
zeljko
f2be37ded9 Gtk2: small optimization
git-svn-id: trunk@39549 -
2012-12-15 12:11:06 +00:00
zeljko
7a137ce8d3 Gtk2: fixed changing of font color on GtkCheckBox. issue #23373
git-svn-id: trunk@39548 -
2012-12-15 12:09:17 +00:00
paul
90bff7a072 carbon: reapply brush and pen after the DC restore
git-svn-id: trunk@39516 -
2012-12-12 13:12:58 +00:00
sekelsenmat
fb7212f505 LCL-CustomDrawn: Finally finishes fixing suppoty to navigate controls with tab
git-svn-id: trunk@39493 -
2012-12-09 18:55:55 +00:00
sekelsenmat
e155bfca39 Reimplements the cdintf control special case as a LCLIntf function, to be more conformant to the way of working for the LCL
git-svn-id: trunk@39475 -
2012-12-07 15:55:54 +00:00
sekelsenmat
9b8ffbeb1f LCL-CustomDrawn: Now writing db data via a TDBEdit also works, as I fixed the CM_TEXTCHANGED signal sending
git-svn-id: trunk@39474 -
2012-12-07 15:32:30 +00:00
sekelsenmat
ceaecc704b LCL-CustomDrawn: Improves TEdit features support so that now we can already read data from a database with TDBEdit
git-svn-id: trunk@39473 -
2012-12-07 14:26:39 +00:00
sekelsenmat
547ebc6bc7 LCL-CustomDrawn: Adds a better identifier for CD injected controls and starts improving the tabbing between controls
git-svn-id: trunk@39447 -
2012-12-06 10:50:53 +00:00
sekelsenmat
8624b78a67 LCL-CustomDrawn: Implements support for TCDEdit.ReadOnly
git-svn-id: trunk@39446 -
2012-12-06 09:46:47 +00:00
sekelsenmat
a322953370 LCL-CustomDrawn-Android: Adds code to store the Android API level at startup and advances the SQLite code
git-svn-id: trunk@39429 -
2012-12-02 11:00:03 +00:00
zeljko
a1a464b0e2 Gtk2: fixed font color changing on TCheckBox when caption is empty. issue #23373
git-svn-id: trunk@39371 -
2012-11-25 12:16:27 +00:00
sekelsenmat
8598d1fe04 lcl-customdrawn-android: Fixes a bug. In a place the activity name was hardcoded.
git-svn-id: trunk@39352 -
2012-11-23 11:10:48 +00:00
zeljko
1595e1e8b1 Gtk2: correct fix for issue #23359
git-svn-id: trunk@39327 -
2012-11-21 09:00:29 +00:00
zeljko
27b6c1f3a2 Gtk2: fixed offset in Gtk2 polygon drawer. issue #23359
git-svn-id: trunk@39326 -
2012-11-21 08:49:16 +00:00
zeljko
2316eaf3f4 Qt: fixed tabwidget icon size. issue #23362
git-svn-id: trunk@39325 -
2012-11-21 07:43:41 +00:00
blikblum
0f765a1f91 gtk2: register TGtk2WSScrollBar to TCustomScrollBar instead of TScrollBar. Fixes #23200
git-svn-id: trunk@39308 -
2012-11-19 19:44:55 +00:00