Commit Graph

9273 Commits

Author SHA1 Message Date
dmitry
5e7226829c carbon: minimize the custom view invalidation to reduce resources use
git-svn-id: trunk@43872 -
2014-02-04 05:17:45 +00:00
mattias
c4cf20839b LCL: gtk2: fixed parameter type, bug #25670
git-svn-id: trunk@43869 -
2014-02-03 18:51:29 +00:00
marco
627e03971e * Fixes for compiling lazarus with unicode found when cleaning out last summer's checkout.
git-svn-id: trunk@43866 -
2014-02-02 10:57:44 +00:00
freq
3d2d8a6e4d Cocoa: Add MouseWheel support
git-svn-id: trunk@43854 -
2014-01-30 17:53:16 +00:00
freq
9643a777c7 Cocoa: Exlude clDefault from background painting
git-svn-id: trunk@43853 -
2014-01-30 16:48:31 +00:00
freq
50408a84b9 Cocoa: Add background color feature for TWinControls
git-svn-id: trunk@43840 -
2014-01-29 20:05:30 +00:00
freq
4bddd1118e Cocoa: Fix context menu mouse position bug
git-svn-id: trunk@43839 -
2014-01-29 16:24:53 +00:00
freq
ad229fa25c Cocoa: Making mousemove events (needed for hint) available for parented Forms
git-svn-id: trunk@43825 -
2014-01-27 13:40:33 +00:00
freq
e621f1b5cd Cocoa: Removed unused allocation
git-svn-id: trunk@43818 -
2014-01-26 18:46:14 +00:00
freq
4c5854aba3 Cocoa: Rework TCocoaWidgetSet.WindowFromPoint so that it works with libraries
git-svn-id: trunk@43817 -
2014-01-26 18:30:46 +00:00
joost
3871bf2fd9 * Added dummy TCocoaWSStatusBar. To avoid segfaults during IDE startup.
git-svn-id: trunk@43810 -
2014-01-25 21:49:49 +00:00
joost
3171b263aa * Implemented dummy TCocoaThemeServices, based on the carbon code. To avoid segfaults during the startup of the IDE.
git-svn-id: trunk@43809 -
2014-01-25 21:38:56 +00:00
freq
48512f24b2 Cocoa: Fix refresh bug
git-svn-id: trunk@43794 -
2014-01-25 16:41:40 +00:00
joost
58b46afe02 * Implemented cocoa TMainMenu support
* Implemented shortcut support in menus (Not all keys are supported yet)
 * Improved handling of sub-menus

git-svn-id: trunk@43792 -
2014-01-25 11:41:57 +00:00
joost
a491cb1360 * The handle of a TCustomForm contains in most cases a TCocoaWindowContent and not directly a NSWindow. This fixes an access violation
git-svn-id: trunk@43791 -
2014-01-25 10:50:10 +00:00
zeljko
4ba9ae2cdc Qt: fixed conversion of QImage::RGB32 without mask. issue #25590
git-svn-id: trunk@43790 -
2014-01-25 09:46:29 +00:00
joost
f3fb58bd36 * Added cocoa messagedlg support, bug #25486
git-svn-id: trunk@43788 -
2014-01-24 20:40:30 +00:00
freq
69097c78b5 Cocoa: Fix mouse move bug on custom control
git-svn-id: trunk@43787 -
2014-01-24 13:43:38 +00:00
bart
85d0817718 Win32: update combobox dropdownlist (nr. of items displayed) when using AddStrings. Issue #0025556.
git-svn-id: trunk@43771 -
2014-01-19 13:56:44 +00:00
freq
059f3dcb43 Cocoa: Cleanup ClientToScreen and ScreenToClient. Now it works proper for embedded controls and parented windows
git-svn-id: trunk@43770 -
2014-01-19 09:48:16 +00:00
freq
3d7f433284 Cocoa: refactor window topbar height determination
git-svn-id: trunk@43769 -
2014-01-19 08:51:35 +00:00
freq
4cd110d9c9 Cocoa: Enhance TCocoaWSCustomListBox functionality
git-svn-id: trunk@43754 -
2014-01-17 18:44:52 +00:00
freq
4dd58709a9 Cocoa: Add DCSetPixel functionality
git-svn-id: trunk@43753 -
2014-01-17 14:39:46 +00:00
freq
b7b6c05eac Cocoa: Fix transparency bug on TImage
git-svn-id: trunk@43748 -
2014-01-17 08:47:43 +00:00
freq
c1cacc53f9 Cocoa: Remove left margin on TMemo and add border option
git-svn-id: trunk@43736 -
2014-01-16 18:47:05 +00:00
freq
692c4c1ef3 Cocoa: Fix font size bug
git-svn-id: trunk@43734 -
2014-01-16 17:53:18 +00:00
freq
8bce6066ca Cocoa: Fix #0025526 TLabel Font handling
git-svn-id: trunk@43733 -
2014-01-16 16:23:02 +00:00
zeljko
f2e9065f51 Gtk2: Fixed TGtk2WidgetSet.Polygon overwriting points array.Patch by Bart. issue #25507
git-svn-id: trunk@43719 -
2014-01-12 19:14:23 +00:00
zeljko
97a112746c Qt: implemented TCustomEdit.NumbersOnly property by using QIntValidator
git-svn-id: trunk@43711 -
2014-01-12 10:13:36 +00:00
zeljko
6d89520c5e Qt: cancel application hint when app is minimized or when virtual desktop is switched via pager.
git-svn-id: trunk@43710 -
2014-01-11 21:05:57 +00:00
freq
1b626fc207 Cocoa: Fix wrong window height and positioning
git-svn-id: trunk@43709 -
2014-01-11 19:42:16 +00:00
andrew
1ef4454603 gtk3 fixed polybezier to set start parameters correctly if Continuous=False
git-svn-id: trunk@43702 -
2014-01-11 04:54:51 +00:00
andrew
1311aa610c gtk3 added polybezier
git-svn-id: trunk@43701 -
2014-01-11 04:23:00 +00:00
andrew
66997f47a8 gtk3 implemented polyline
git-svn-id: trunk@43700 -
2014-01-11 03:48:28 +00:00
andrew
34e10a5eed gtk3 added note about wrong drawing position inside tpage. added case for gdk_unmap
git-svn-id: trunk@43699 -
2014-01-11 03:43:04 +00:00
andrew
506ae4e51d added implementation of gtk3 polygon
git-svn-id: trunk@43698 -
2014-01-11 03:36:49 +00:00
bart
391d5a62fc WinCE: fix compilation of wincewsstdctrls.pp (broken in r43678 #409cedc9c4).
git-svn-id: trunk@43694 -
2014-01-11 01:23:20 +00:00
bart
409cedc9c4 LCL: Implement TCustomEdit.NumbersOnly property.
Currently only effective on Windows.

git-svn-id: trunk@43678 -
2014-01-09 13:36:11 +00:00
andrew
fbc2b77b80 renamed xlib2 to lazxlib2
git-svn-id: trunk@43674 -
2014-01-08 04:03:42 +00:00
andrew
bf725981ef gtk3 Added remove implementation for tpagecontrol
git-svn-id: trunk@43673 -
2014-01-08 03:18:11 +00:00
andrew
9a1fb28534 gtk3 fixed tpages caption being set on create
git-svn-id: trunk@43672 -
2014-01-08 02:37:48 +00:00
andrew
3751b5d0a1 Added function to retrieve TNotebook Tab text
git-svn-id: trunk@43670 -
2014-01-07 22:42:04 +00:00
andrew
de64e0a5e3 added setText for gtk3 TPage. still need to set initial page value correctly
git-svn-id: trunk@43669 -
2014-01-07 05:55:09 +00:00
andrew
733f28950f Set TColortoTGdkRGBA alpha to 1 by default
git-svn-id: trunk@43668 -
2014-01-07 04:33:09 +00:00
paul
6617df26ff cocoa: fix formatting
git-svn-id: trunk@43667 -
2014-01-07 04:25:04 +00:00
andrew
2c26fb1733 Converted some gtk3 color stuff using GdkRGBA
git-svn-id: trunk@43665 -
2014-01-06 22:16:12 +00:00
andrew
be58776d84 added TColorToGdkRGBA and GdkRGBAtoTColor. converted gtk3 code to use the new widget.override_* colors correctly
git-svn-id: trunk@43664 -
2014-01-06 20:34:35 +00:00
andrew
66d5951e59 Updated gtk3 bindings to 3.8.6. Also bindings now include the missing error: PPGError on all needed procedures
git-svn-id: trunk@43663 -
2014-01-06 19:43:08 +00:00
freq
cc30f43ab4 Fix Cocoa window move and resize update and control anchor align problems
git-svn-id: trunk@43662 -
2014-01-06 17:35:10 +00:00
paul
849077bfc5 gtk2: fix potential bug in TGtkDeviceContext.SelectBitmap
git-svn-id: trunk@43653 -
2014-01-06 09:34:05 +00:00