ondrej
6635b81023
LCL: TBitBtn: support high-resolution Kind images. Issue #33645
...
git-svn-id: trunk@57706 -
2018-04-25 09:50:58 +00:00
ondrej
e5e905ef3e
LCL: TSpeedButton, TBitBtn: fix autosize on image* change. Issue #33645
...
git-svn-id: trunk@57705 -
2018-04-25 08:16:40 +00:00
ondrej
2ef8957cd8
LCL: TSpeedButton, TBitBtn: fix AV. Issue #33645
...
git-svn-id: trunk@57704 -
2018-04-25 08:03:03 +00:00
juha
9e333da657
Printers: Fix Unix PageSetupDialog border. Patch from AlexeyT.
...
git-svn-id: trunk@57703 -
2018-04-25 07:29:18 +00:00
ondrej
709f5665c6
LCL: TScaledImageListResolution: fix AV. Issue #33645
...
git-svn-id: trunk@57702 -
2018-04-25 07:04:16 +00:00
ondrej
d856bc3d36
LCL: TSpeedButton, TBitBtn: publish new Image* properties. Issue #33645
...
git-svn-id: trunk@57701 -
2018-04-25 07:03:45 +00:00
ondrej
f68e29767c
IDE: fix compilation. Issue #33645
...
git-svn-id: trunk@57700 -
2018-04-25 07:02:37 +00:00
ondrej
c08e2769d8
Clean up
...
git-svn-id: trunk@57699 -
2018-04-25 07:01:56 +00:00
ondrej
15c3bc445c
Cocoa: add support for image list to TBitBtn (not finished). Issue #33645
...
git-svn-id: trunk@57698 -
2018-04-25 06:21:13 +00:00
ondrej
3e5903f6fd
LCL: speed button: fix retina drawing. Issue #33645
...
git-svn-id: trunk@57697 -
2018-04-25 06:19:35 +00:00
ondrej
49d41ac113
Win32, Qt, Qt5, Gtk2: add support for image list to TSpeedButton and TBitBtn. Issue #33645
...
git-svn-id: trunk@57696 -
2018-04-25 05:40:28 +00:00
ondrej
135231e273
LCL: add support for image list to TSpeedButton and TBitBtn. Issue #33645
...
git-svn-id: trunk@57695 -
2018-04-25 05:39:33 +00:00
dmitry
70b3acf581
cocoa: forcing collection behaviour to allow full screen, if fullscreen is requested. (not same by default for some unknown conditions on macOS 10.8)
...
git-svn-id: trunk@57694 -
2018-04-25 01:38:10 +00:00
maxim
1fd799fdfc
SynEdit, PO highlighter: when highlighting strings, do not assume that all quote (") marks inside a string will be properly escaped (with \). E. g. this can be the case if file was edited manually. Instead, simply search for the last quote mark in the string. This change makes highlighter more resilient and also helps in POChecker, where PO strings are presented to user without escape symbols.
...
git-svn-id: trunk@57693 -
2018-04-24 23:57:03 +00:00
mattias
545e33e8c9
IDE: codeexplorer: show initialization/finalization in source nodes, issue #33646
...
git-svn-id: trunk@57692 -
2018-04-24 20:24:14 +00:00
maxim
d7f2afdc7f
POChecker: do not show translation totals (number of translated/untranslated/fuzzy strings) in 'all languages' mode. It didn't work correctly (these values reflected only last processed language) and there is no much point in knowing these values as a sum for all languages.
...
git-svn-id: trunk@57691 -
2018-04-23 23:30:46 +00:00
michael
45d130a8ba
* Include printer renderer, patch from Stephano (bug ID #33641 )
...
git-svn-id: trunk@57690 -
2018-04-23 21:23:24 +00:00
michael
db2adaab90
* Patch from stephano to fix stuck maximal zoom (bug id #33640 )
...
git-svn-id: trunk@57689 -
2018-04-23 21:20:42 +00:00
mattias
735db56c27
lcl: graphics: removed comment, too similar to Kylix
...
git-svn-id: trunk@57688 -
2018-04-23 12:26:32 +00:00
mattias
03aaab4158
lcl: graphics: removed comment, too similar to Kylix
...
git-svn-id: trunk@57687 -
2018-04-23 12:13:43 +00:00
michael
b4612a8bc7
* Allow use of custom elements registered in reporting engine (barcode en QRCode are standard)
...
git-svn-id: trunk@57686 -
2018-04-23 11:25:30 +00:00
michael
3b9ac41419
* Move connections to separate unit
...
git-svn-id: trunk@57685 -
2018-04-22 15:36:38 +00:00
michael
50c9ee5151
* Use bitmap to draw on, so as to speed up drawing
...
git-svn-id: trunk@57684 -
2018-04-22 15:36:11 +00:00
michael
b31e9e78e1
* Search element from back to front to respect Z-order (bug id #33291 )
...
git-svn-id: trunk@57683 -
2018-04-21 19:43:49 +00:00
michael
445127a35d
* Popup menu added, added SendToBack/BringToFront (bug ID #33291 )
...
git-svn-id: trunk@57682 -
2018-04-21 16:54:39 +00:00
dmitry
2f01f9b2d5
carbon: making carbon report 96ppi as a screen resolution for compatiblity with lcl 1.8 release
...
git-svn-id: trunk@57681 -
2018-04-20 02:21:18 +00:00
dmitry
86a74fa388
cocoa: making cocoa report 96ppi as a screen resolution for compatiblity with lcl 1.8 release
...
git-svn-id: trunk@57680 -
2018-04-20 02:20:12 +00:00
dmitry
b09c4a25ea
LCL: removing hard-coded 96ppi for darwin target
...
git-svn-id: trunk@57679 -
2018-04-20 02:18:50 +00:00
dmitry
871c41e289
cocoa: a better way of getting a selector to check
...
git-svn-id: trunk@57678 -
2018-04-20 01:02:53 +00:00
dmitry
fc6c0627a4
cocoa: moved backingScaleFactor to cocoa_extra unit into NSWindowFix category. Removed conflicting (and hacky) NSWindow redeclaration
...
git-svn-id: trunk@57677 -
2018-04-20 00:42:27 +00:00
maxim
055d910ecd
POChecker: report missing files in ascending alphabet order in all cases
...
git-svn-id: trunk@57676 -
2018-04-19 23:32:09 +00:00
wp
bd4d9885f7
TAChart: Fix typo in comment in ipf_fix (found by Marcin Wiazowski, issue #33588 ).
...
git-svn-id: trunk@57675 -
2018-04-19 21:05:35 +00:00
ondrej
f620b70d6d
LCL: toolbar: fix endless align/autosize loop. Issue #33575
...
git-svn-id: trunk@57674 -
2018-04-19 14:49:39 +00:00
ondrej
ff49fa1805
IDE: scale default identifier completion window width. Issue #33594
...
git-svn-id: trunk@57673 -
2018-04-19 11:32:11 +00:00
ondrej
edc90668e0
IDE: restore identifier completion window size on desktop change.
...
git-svn-id: trunk@57672 -
2018-04-19 11:17:14 +00:00
ondrej
fe7f95b869
LCL: remove double with, issue #33609
...
git-svn-id: trunk@57671 -
2018-04-19 09:59:07 +00:00
ondrej
20ed315426
Cocoa: fix system font height. Issue #32175
...
git-svn-id: trunk@57670 -
2018-04-19 09:10:41 +00:00
ondrej
4bf891d80c
Cocoa: revert r56761 #8474c9858e, issue #32175 and #33597
...
git-svn-id: trunk@57669 -
2018-04-19 09:03:49 +00:00
maxim
67119a8356
POChecker: report duplicate originals in ascending order of their lines
...
git-svn-id: trunk@57668 -
2018-04-18 23:01:48 +00:00
maxim
dfa7c11365
POChecker:
...
1) Report duplicate originals search results in separate tab of Results dialog, made this output more compact.
2) Improved captions.
3) Regenerated translations and updated Russian translation.
git-svn-id: trunk@57667 -
2018-04-18 22:56:50 +00:00
hnb
ef46036398
Patch by Marcin Wiazowski for ipf_fix (fix related to previous commit r57662 #51041d4ff2). Issue #33588 .
...
git-svn-id: trunk@57666 -
2018-04-18 22:20:56 +00:00
hnb
9fc40be5d2
Fix Lazarus compilation with FPC trunk. Related to Issue #33588 and FPC r38786 #54f6a99a13
...
git-svn-id: trunk@57665 -
2018-04-18 22:16:16 +00:00
juha
ae58fe66c4
IDE: Pass environment variables to a process in "Run without debuging". Issue #33611 , patch from errno.
...
git-svn-id: trunk@57664 -
2018-04-18 15:57:51 +00:00
jesus
15c96753a4
LazDataDesktop: Enable thumb tracking for DB grid, from sven, issue #32684
...
git-svn-id: trunk@57663 -
2018-04-18 00:08:06 +00:00
wp
51041d4ff2
TAChart: Add monotone cubic Hermite spline as new type of TCubicSplineSeries. Patch by Marcin Wiazowski. Issue #33588 .
...
git-svn-id: trunk@57662 -
2018-04-17 22:15:51 +00:00
jesus
00d168199d
LCL: Paint the focus rectangle white when UseXORFeatures=true, issue #33042
...
git-svn-id: trunk@57661 -
2018-04-17 18:35:26 +00:00
jesus
4662045bfa
LCL: Implements DBCombobox change
...
git-svn-id: trunk@57660 -
2018-04-17 05:49:27 +00:00
maxim
ea3e0c96cc
POChecker: when running tests, do not warn about missing files in separate window, add this information to General Info tab in Results form instead
...
git-svn-id: trunk@57659 -
2018-04-16 23:09:05 +00:00
dmitry
72d9f35b44
cocoa: update destroyHandle for Forms (closing window). removed Hint Window specific destroyHandle code
...
git-svn-id: trunk@57658 -
2018-04-16 00:03:00 +00:00
dmitry
71098dcffe
cocoa: fix SetRealPopup parent - treating window handle as TCocoaWindowContent at all times, rather than NSWindow
...
git-svn-id: trunk@57657 -
2018-04-15 21:10:36 +00:00