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
maxim
bfad46fe05
Translations: updated localize.sh
...
git-svn-id: trunk@43808 -
2014-01-25 20:57:12 +00:00
maxim
ed6332fc5e
Debugger: improved localization, updated Russian translation
...
git-svn-id: trunk@43807 -
2014-01-25 20:53:24 +00:00
sekelsenmat
a744d324bd
fpvectorial: Starts implementing support for elliptical arc in odg
...
git-svn-id: trunk@43806 -
2014-01-25 20:53:18 +00:00
maxim
06f699bc2f
Components, ActiveX: localized, improved dialog layout and added Russian translation
...
git-svn-id: trunk@43805 -
2014-01-25 20:04:35 +00:00
juha
0b9e3dcde4
IDE: In all compiler options, allow one char options combined like -Criot.
...
git-svn-id: trunk@43804 -
2014-01-25 19:05:40 +00:00
maxim
d469043277
Components, MacroScript: improved layout; now using default cursor
...
git-svn-id: trunk@43797 -
2014-01-25 16:55:55 +00:00
maxim
08b9dae1a4
Components, MacroScript: enabled i18n; added Russian translation
...
git-svn-id: trunk@43796 -
2014-01-25 16:50:30 +00:00
maxim
7496d3c856
Components, MacroScript: improved resourcestrings
...
git-svn-id: trunk@43795 -
2014-01-25 16:45:16 +00:00
freq
48512f24b2
Cocoa: Fix refresh bug
...
git-svn-id: trunk@43794 -
2014-01-25 16:41:40 +00:00
maxim
8481f772b2
Components, CHMHelp: added Russian translation
...
git-svn-id: trunk@43793 -
2014-01-25 15:56:03 +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
juha
8e15025003
Converter: Convert also function SameStr. For some reason SysUtils does not have it.
...
git-svn-id: trunk@43789 -
2014-01-25 09:20:18 +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
jesus
86249e6c23
docs, document TDbImage OnDbImageRead, OnDbImageWrite, WriteHeader
...
git-svn-id: trunk@43786 -
2014-01-24 07:36:42 +00:00
mattias
5c7649afd1
lazchmhelp: added po files
...
git-svn-id: trunk@43785 -
2014-01-23 12:05:04 +00:00
mattias
a8c922e8bb
lazchmhelp: creating po files
...
git-svn-id: trunk@43784 -
2014-01-23 12:04:26 +00:00
jesus
d957a7dd6b
Examples, simplified mushroom sample to use new dbimage writing/loading support
...
git-svn-id: trunk@43783 -
2014-01-22 20:39:40 +00:00
jesus
81a96b4100
LazReport, PictureView, fix loading streams without header
...
git-svn-id: trunk@43782 -
2014-01-22 18:20:02 +00:00
jesus
0e4bb71842
LCL, DbImage, fix loading streams without header
...
git-svn-id: trunk@43781 -
2014-01-22 18:18:52 +00:00
jesus
05d2879059
LazReport, handle db image streams the same way as dbimage
...
git-svn-id: trunk@43780 -
2014-01-22 08:13:55 +00:00
jesus
7ee5132796
LCL, DbImage implements loading stream directly if it doesn't have a known header, WriteHeader property to make writing img header optional
...
git-svn-id: trunk@43779 -
2014-01-22 08:12:23 +00:00
martin
db5590d263
LazUtils: fix DebuglnEnter with list of 1 argument
...
git-svn-id: trunk@43778 -
2014-01-21 16:11:49 +00:00
martin
b15354e59a
Examples: Grid Columneditors, added Option goTabs for convenience.
...
git-svn-id: trunk@43777 -
2014-01-21 14:48:46 +00:00
jesus
8656af3464
LazReport: Formatting and cleanup
...
git-svn-id: trunk@43776 -
2014-01-20 03:38:35 +00:00
jesus
d877b82218
LazReport: Patch from Alexey Lagunov
...
1. Copies collation is done internally
2. Property has been implemented lrMemo.Text
3. Finalized editor of the prepared report
4. Fixed bug when printing TfrPrintGrid after a call to another report designer
git-svn-id: trunk@43775 -
2014-01-20 03:35:56 +00:00
jesus
103d6a39e3
LCL, added dbgs(variant)
...
git-svn-id: trunk@43774 -
2014-01-20 01:14:56 +00:00
sekelsenmat
065d37b166
fpvectorial: Implements support for color channels in percentages
...
git-svn-id: trunk@43773 -
2014-01-19 21:20:17 +00:00
sekelsenmat
0ac5918f3d
fpvectorial: Fixes many SVG reading issues, such as text position, poligon/polyline coordinates
...
git-svn-id: trunk@43772 -
2014-01-19 19:26:49 +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
martin
32fbd71f5c
SynEdit: speed up large operations ([un]indent)
...
git-svn-id: trunk@43768 -
2014-01-19 03:03:40 +00:00
martin
1fba2652a7
SynEdit: avoid duplicate call
...
git-svn-id: trunk@43767 -
2014-01-19 03:02:30 +00:00
martin
f176b97cd5
SynEdit: speed up large operations (search replace / indent): space trimmer
...
git-svn-id: trunk@43766 -
2014-01-19 03:01:17 +00:00
martin
83440b60d9
SynEdit: clean up ifdef debug code
...
git-svn-id: trunk@43765 -
2014-01-18 22:50:25 +00:00
martin
626258734f
SynEdit: speed up large operations (search replace) / fix
...
git-svn-id: trunk@43764 -
2014-01-18 19:06:02 +00:00
martin
d57a4a302e
SynEdit: speed up large operations (search replace)
...
git-svn-id: trunk@43763 -
2014-01-18 19:01:23 +00:00
martin
a586b848df
SynEdit: speed up large operations (search replace)
...
git-svn-id: trunk@43762 -
2014-01-18 18:48:17 +00:00
martin
c5bd5091ff
SynEdit: speed up large operations (search replace) / fix/clean up
...
git-svn-id: trunk@43761 -
2014-01-18 15:38:34 +00:00
martin
3d9de1aad4
SynEdit: speed up large operations (search replace)
...
git-svn-id: trunk@43760 -
2014-01-18 01:19:11 +00:00
maxim
309c217c7f
Translations: revert r43747 #bd7db234e4: ipconst*.po chages are false, and lazaruside*.po chages were "reverted" after regenerating these files
...
git-svn-id: trunk@43758 -
2014-01-17 23:18:13 +00:00
maxim
8f68b9e105
Examples, sqlite_mushrooms: close transaction at application end, fixes SIGSEGV at program close
...
git-svn-id: trunk@43757 -
2014-01-17 22:45:55 +00:00
maxim
079e565ed6
Docs: added Philippe Picard aka Jurassic Pork to contributors list
...
git-svn-id: trunk@43756 -
2014-01-17 22:00:26 +00:00
maxim
81d67ab408
Examples, sqlite_mushrooms:
...
- increased height of the TDBText DBText1
- removed a slash for the path of Mushroom_Report.lrf in the PrintClick procedure (now the report can be opened on Linux - tested on Ubuntu 12.04)
- fixed bad test for frReport1EnterRect procedure
patch by Jurassic Pork, bug #25511
git-svn-id: trunk@43755 -
2014-01-17 21:44:43 +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