Commit Graph

8986 Commits

Author SHA1 Message Date
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
zeljko
49ae53840a Qt: mono QImage needs rgba color under darwin.
git-svn-id: trunk@40779 -
2013-04-10 05:55:02 +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
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
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
zeljko
27f3ced09f Qt: FontDialog,ColorDialog workaround for buggy xfwm4 (xfce) modal windows handling.
git-svn-id: trunk@40624 -
2013-03-23 17:47:54 +00:00
zeljko
2dc5477b36 Qt: workaround for xfwm4 (xfce) buggy modal window handling, when dialog is closed.
git-svn-id: trunk@40622 -
2013-03-23 17:25:58 +00:00
zeljko
d5b9651071 Qt: workaround for buggy xfwm4 modal windows handling.
git-svn-id: trunk@40621 -
2013-03-23 17:03:58 +00:00
zeljko
ae910387d1 Qt: fixed default color of QTabBar. issue #23985
git-svn-id: trunk@40563 -
2013-03-16 21:12:45 +00:00
jesus
abc18517a2 LCL, gtk, fix LazReport designer sometimes presented as a thin vertical or horizontal band that runs from center of screen under gtk2/64-bit, related to issue #21634
git-svn-id: trunk@40562 -
2013-03-16 19:29:54 +00:00
jesus
f69ac681f1 LCL, gtk2 fix TTabControl tab's height (improves appareance, LazReport designer for example, and on some themes/distros fix Critical warnings)
git-svn-id: trunk@40557 -
2013-03-16 06:34:41 +00:00
mattias
69cb36d62a lcl: gtk2: fixed LM_CONTEXTMENU for TCustomControl
git-svn-id: trunk@40541 -
2013-03-13 10:15:15 +00:00
jesus
4098bf6514 LCL, qt, same reason as last to previous patch, do not trigger scroll events while calling SetScrollInfo, fix issue #23815
git-svn-id: trunk@40513 -
2013-03-08 06:14:37 +00:00
jesus
39be94eb13 LCL, fix QT compile with FPC trunk, works also with FPC fixes
git-svn-id: trunk@40512 -
2013-03-08 05:57:36 +00:00
jesus
d9e6ef063f LCL, fix Qt scrolling: using SetScrollInfo to update scrollbar should not produce LM_?SCROLL events (these should only be triggered by scrollbar interaction. This also fix issue #23585
git-svn-id: trunk@40511 -
2013-03-08 05:52:03 +00:00
mattias
839114134b LCL: removed android-arm processor type, no longer needed
git-svn-id: trunk@40503 -
2013-03-07 06:24:54 +00:00
bart
277b78225d Win32: Save CustomColors in TColorDialog. Fixes issue #0023960.
Patch by David Gray.

git-svn-id: trunk@40493 -
2013-03-06 11:39:48 +00:00
juha
d867b45da9 LCL: Make GTK2 IDE work better on Awesome window manager. Issue #23917, patch from Sven Barth
git-svn-id: trunk@40453 -
2013-03-01 10:58:40 +00:00
mattias
48ec025ae8 fixed compilation with fpc 2.6.3
git-svn-id: trunk@40410 -
2013-02-25 22:17:54 +00:00
maxim
e79302ec8c LCL, Win32: don't increase TEdit's PreferredHeight to accomodate for border when TEdit.AutoSize=True and TEdit.BorderStyle=bsNone, patch from Anton, bug #23930
git-svn-id: trunk@40409 -
2013-02-25 22:10:42 +00:00
zeljko
35b60c2c6c Gtk2: Gtk2WSCustomPanel respect TCustomPanel.Visible property when creating handle. issue #23940
git-svn-id: trunk@40371 -
2013-02-23 13:51:00 +00:00
zeljko
a8b657b971 Qt: show images when with TListView.vsIcon style when we have more > 1 column. issue #23923
git-svn-id: trunk@40370 -
2013-02-23 08:09:45 +00:00
zeljko
72e4e83450 Qt: fixed item caption in TListView vsIcon style. patch by DCelso. issue #23879
git-svn-id: trunk@40353 -
2013-02-19 18:40:47 +00:00
jesus
f2ffc5a7d1 LCL, carbon, fix FilterIndex on FileSave Dialog
git-svn-id: trunk@40343 -
2013-02-18 08:12:56 +00:00
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