juha
|
f59a82f602
|
LCL: make the new TArrow code as default. NewArrow define is not needed.
git-svn-id: trunk@40964 -
|
2013-05-01 08:44:31 +00:00 |
|
mattias
|
489eb1d8f4
|
lcl: grids: added const for default options
git-svn-id: trunk@40959 -
|
2013-04-30 16:36:31 +00:00 |
|
juha
|
48f88c37ef
|
Revert "Use AllFilesMask everywhere instead of GetAllFilesMask, mask must be fixed in FPC libs"
git-svn-id: trunk@40957 -
|
2013-04-30 16:35:02 +00:00 |
|
zeljko
|
e70b5f66bb
|
Qt: fixed determination of string content (RightToLeft vs. LeftToRight). issue #24340
git-svn-id: trunk@40956 -
|
2013-04-30 15:29:13 +00:00 |
|
zeljko
|
76ec5ddbc4
|
wsarrow: fixed wrong reference to pen instead to brush. Now it paints arrows under qt,gtk2 and win32 (guess others are ok too)
git-svn-id: trunk@40955 -
|
2013-04-30 15:07:42 +00:00 |
|
zeljko
|
1c729ef89c
|
Qt: use QPolygonH to draw poly regions in FillRgn()
git-svn-id: trunk@40954 -
|
2013-04-30 15:06:39 +00:00 |
|
juha
|
aa38f3a4f4
|
LCL: Allow changing background Color of TArrow. Compile with define NewArrow. Issue #21117, modified from Tomasz Wieckowski's patch
git-svn-id: trunk@40947 -
|
2013-04-30 09:17:21 +00:00 |
|
juha
|
beb92d26d8
|
LCL: formatting
git-svn-id: trunk@40930 -
|
2013-04-29 15:32:22 +00:00 |
|
juha
|
8b188009b0
|
LCL: Update TDBText.Caption in overridden Loaded method. Issue #23206, patch from Tony Whyman
git-svn-id: trunk@40925 -
|
2013-04-29 07:20:23 +00:00 |
|
juha
|
8d88bf826d
|
LCL: Improvements for DBImage. Issue #22416, patch from Tony Whyman
git-svn-id: trunk@40924 -
|
2013-04-29 06:10:33 +00:00 |
|
juha
|
ca340b95bb
|
LCL: Copy TAction.OnExecute to TMenuItem.OnClick when assigning TAction. Issue #22644, patch from Anton
git-svn-id: trunk@40919 -
|
2013-04-28 21:35:20 +00:00 |
|
juha
|
665538169c
|
LCL: Support Destroy event in TFormPropertyStorage class. Issue #22204, patch from Cyrax
git-svn-id: trunk@40911 -
|
2013-04-28 17:55:08 +00:00 |
|
bart
|
80d6f392bc
|
MaskEdit: respect AutoSelect if control is masked.
Fixes issue #0024311.
git-svn-id: trunk@40900 -
|
2013-04-27 12:43:44 +00:00 |
|
jesus
|
917dea9ca0
|
LCL, update canvas state after Font, Brush and Pen handle creation so this functions can be overriden and yet the state would be correctly reflected
git-svn-id: trunk@40878 -
|
2013-04-22 14:49:44 +00:00 |
|
juha
|
73fb9ab0e2
|
Use AllFilesMask everywhere instead of GetAllFilesMask
git-svn-id: trunk@40849 -
|
2013-04-19 07:08:03 +00:00 |
|
mattias
|
5afa7d5da1
|
lcl: carbon: fixed duplicates in combobox in fpc 2.7.1
git-svn-id: trunk@40841 -
|
2013-04-18 17:42:46 +00:00 |
|
mattias
|
34906c6a9f
|
lcl: carbon: undo 40684, comboboxes dwere all empty in the IDE
git-svn-id: trunk@40835 -
|
2013-04-18 12:35:38 +00:00 |
|
jesus
|
6e08b82839
|
LCL, grids, handle ENTER key on KeyPress instead of on KeyDown to give a change user get it in OnKeyPress, issue #24284
git-svn-id: trunk@40834 -
|
2013-04-18 07:16:15 +00:00 |
|
jesus
|
2ef3cf5a5c
|
LCL, fix grids not hiding editor in TValueListEditor, issue #24273
git-svn-id: trunk@40831 -
|
2013-04-17 00:45:31 +00:00 |
|
jesus
|
83942fc439
|
LCL, qt, fix duplicated entries in TListBox, ComboBox and ChecklistBox when compiled with FPC trunk (2.7.1), issue #24059
git-svn-id: trunk@40811 -
|
2013-04-14 22:15:44 +00:00 |
|
mattias
|
83c6aa7374
|
LCL: simplify code for fpdoc
git-svn-id: trunk@40798 -
|
2013-04-12 14:40:01 +00:00 |
|
sekelsenmat
|
ca38c244cf
|
LazDeviceAPIs: Adds an API to read the screen orientation
git-svn-id: trunk@40797 -
|
2013-04-12 12:59:35 +00:00 |
|
sekelsenmat
|
c48f864fc6
|
Updates the example Android app now that I learned that only onLoad and onUnload need to be statically exported. Some other very minor fixes.
git-svn-id: trunk@40796 -
|
2013-04-12 12:58:39 +00:00 |
|
jesus
|
9d12401342
|
LCL, grids, fix grid losing focus issue #24245
git-svn-id: trunk@40785 -
|
2013-04-10 17:24:34 +00:00 |
|
jesus
|
d6a1f48258
|
LCL, grids, fix editor not focused if it's visible and grid is being focused, from Éderson Cássio, issue #24194
git-svn-id: trunk@40780 -
|
2013-04-10 06:16:28 +00:00 |
|
zeljko
|
49ae53840a
|
Qt: mono QImage needs rgba color under darwin.
git-svn-id: trunk@40779 -
|
2013-04-10 05:55:02 +00:00 |
|
jesus
|
03ecd2e09a
|
LCL, navFocusableButtons doesn't work in TDBNavigator, modified patch from Éderson Cássio, issue #24191
git-svn-id: trunk@40778 -
|
2013-04-09 23:48:27 +00:00 |
|
jesus
|
fd4ed3c5b5
|
LCL, implemented option dgThumbTracking, removed old ThumbTracking property (only supposed to work for horizontal scrolling)
git-svn-id: trunk@40776 -
|
2013-04-09 22:38:08 +00:00 |
|
jesus
|
08ee2fff02
|
LCL,Qt, fix some solid black mouse cursors
git-svn-id: trunk@40775 -
|
2013-04-09 20:26:28 +00:00 |
|
mattias
|
65d0830183
|
clean up dependencies
git-svn-id: trunk@40773 -
|
2013-04-09 20:07:08 +00:00 |
|
zeljko
|
541e7293b1
|
Qt: included xkblib after codetools fix in r40762 #006205e9c2
git-svn-id: trunk@40765 -
|
2013-04-09 15:03:47 +00:00 |
|
zeljko
|
1c03450e8b
|
Qt: implemented getKeyState for caps lock and numlock under x11 and win32 targets
git-svn-id: trunk@40764 -
|
2013-04-09 14:59:07 +00:00 |
|
mattias
|
8e6a62b3d6
|
LCL: fixed conditonals for default LCLWidgetType
git-svn-id: trunk@40758 -
|
2013-04-08 22:14:49 +00:00 |
|
bart
|
c0f42ef5b4
|
ShellCtrls: Restore an empty line in source code, because it marks what the comment is about.
git-svn-id: trunk@40753 -
|
2013-04-08 21:27:14 +00:00 |
|
bart
|
4b45b1b4b0
|
ShellCtrls: Adjust TShellTreeView.SetPath after the changes to SetRoot.
Raise an exception if Path is not valid (Delphi compatibility).
git-svn-id: trunk@40742 -
|
2013-04-07 15:56:43 +00:00 |
|
bart
|
b379a5290b
|
ShellCtrls: Raise an exception when trying to set an invalid Root for TShellTreeView and TShellListview (Delphi compatibility).
git-svn-id: trunk@40734 -
|
2013-04-07 13:11:04 +00:00 |
|
bart
|
cb7146f41b
|
ShellCtrls: Add a Node for Root in SetRoot. Fixes issue #0024230.
git-svn-id: trunk@40732 -
|
2013-04-07 10:59:07 +00:00 |
|
bart
|
2b3ef514e9
|
ShellCtrls: declare property ViewStyle of TShellListView as "default vsReport".
Fixes issue #0024226.
git-svn-id: trunk@40723 -
|
2013-04-06 14:50:21 +00:00 |
|
mattias
|
77aef112a6
|
lcl: gtk2: fixed warning
git-svn-id: trunk@40704 -
|
2013-04-03 09:58:13 +00:00 |
|
jesus
|
a3c424c1e1
|
LCL, Carbon, fix duplicate entries in comboboxes
git-svn-id: trunk@40684 -
|
2013-04-01 20:25:52 +00:00 |
|
jesus
|
e005e58a07
|
LCL, QT, set number of colors to 2 for mono images, this avoids crash if QT is compiled with debug info because then assertions are enabled
git-svn-id: trunk@40671 -
|
2013-03-29 21:04:33 +00:00 |
|
jesus
|
abc6f21f08
|
LCL, gtk2, Primitive implementation of InvalidateRgn, Normalize Rect before invalidating Rect
git-svn-id: trunk@40670 -
|
2013-03-29 20:56:52 +00:00 |
|
juha
|
e4fb69076a
|
LCL: Simplifies the setup to compile lcl-fpgui. Issue #24168, patch from Graeme
git-svn-id: trunk@40667 -
|
2013-03-29 18:39:24 +00:00 |
|
juha
|
dc58fc0884
|
LCL: Adds TProgressBar support for lcl-fpgui. Issue #24167, patch from Graeme
git-svn-id: trunk@40666 -
|
2013-03-29 18:39:18 +00:00 |
|
juha
|
9144f86c55
|
LCL: Minor clean-up of code in lcl-fpgui. Issue #24166, patch from Graeme
git-svn-id: trunk@40665 -
|
2013-03-29 18:39:13 +00:00 |
|
juha
|
b77275a1d2
|
LCL: New implementation of TEditButton. Is compiled only with define NewEditButton, for testing now. Issue #24170, patch from Vojtech Cihak
git-svn-id: trunk@40663 -
|
2013-03-29 14:31:40 +00:00 |
|
bart
|
dd4612a337
|
MaskEdit: fix program crash in OnExit of DBEdit, after TDBEdit.UpdateData calls ValidateEdit (issue #0024134).
git-svn-id: trunk@40660 -
|
2013-03-28 17:52:04 +00:00 |
|
mattias
|
743dd613d4
|
LCL: less warnings
git-svn-id: trunk@40634 -
|
2013-03-24 11:58:49 +00:00 |
|
sekelsenmat
|
146aeb1092
|
LCL-WinCE: Adds code to get some barcode scanners working with TEdit. Others still dont work.
git-svn-id: trunk@40630 -
|
2013-03-24 11:53:58 +00:00 |
|
zeljko
|
d8e57f164a
|
Qt: workaround for xfwm4 bad modal window handling.Use same trick as for kde-3.XX when showing modal window.
git-svn-id: trunk@40625 -
|
2013-03-23 20:03:15 +00:00 |
|