maxim
|
0d5a25892d
|
IDEIntf: updated Russian translation
git-svn-id: trunk@48583 -
|
2015-04-01 23:05:55 +00:00 |
|
juha
|
8599779fa6
|
EditorToolbar: Make the ListView work with both QT and OSX. Requires IFDEFs. Patch from Balázs Székely.
git-svn-id: trunk@48580 -
|
2015-04-01 19:56:10 +00:00 |
|
martin
|
13dfe1a8cd
|
SynMemo: deprecated - use SynEdit
git-svn-id: trunk@48565 -
|
2015-03-31 22:52:08 +00:00 |
|
martin
|
67252dc674
|
SynEdit: correct type cast in IME handler. Issue #0027760
git-svn-id: trunk@48563 -
|
2015-03-31 22:25:10 +00:00 |
|
juha
|
037364cc6b
|
IDE: Use owner drawing in EditorToolbar config ListView, does not work with QT otherwise.
git-svn-id: trunk@48562 -
|
2015-03-31 20:04:56 +00:00 |
|
juha
|
ce4791440b
|
IdeIntf: Commit the changed .po files.
git-svn-id: trunk@48553 -
|
2015-03-31 17:10:35 +00:00 |
|
juha
|
a4f5469c56
|
IdeIntf: Add "Change Parent" menu tree to popup menu of Object Inspector. Issue #19003, based on patch from Vojtech Cihak.
git-svn-id: trunk@48552 -
|
2015-03-31 17:10:32 +00:00 |
|
juha
|
f51604367b
|
IdeIntf: Add "Change Class" feature also to popup menu of Object Inspector.
git-svn-id: trunk@48551 -
|
2015-03-31 17:10:25 +00:00 |
|
martin
|
57444f34b7
|
SynEdit: fix initialization in test case
git-svn-id: trunk@48548 -
|
2015-03-30 22:58:24 +00:00 |
|
martin
|
a8782bed08
|
SynEdit: Fix for smart unindent. (if no shorter line is present above)
git-svn-id: trunk@48547 -
|
2015-03-30 22:57:32 +00:00 |
|
mattias
|
06241f9a2d
|
printers4lazarus: gtk2 on darwin, patch #27639
git-svn-id: trunk@48546 -
|
2015-03-30 20:21:27 +00:00 |
|
jesus
|
267c003ecb
|
LazReport, refactored TfrBarCodeView into TfrCustomBarcodeView
git-svn-id: trunk@48545 -
|
2015-03-30 19:12:16 +00:00 |
|
jesus
|
67fb8b756c
|
Printers, unit ppdresolutions should not be 'used' by the package source, fix compiling in other than Mac OS's
git-svn-id: trunk@48543 -
|
2015-03-30 18:26:39 +00:00 |
|
jesus
|
d7fbbecdb3
|
Printers,carbon: implements getting default printer resolution from PPD data
git-svn-id: trunk@48542 -
|
2015-03-30 17:14:55 +00:00 |
|
mattias
|
06a9c32cae
|
codetools: parse type helper
git-svn-id: trunk@48539 -
|
2015-03-30 16:24:22 +00:00 |
|
mattias
|
ff25f13519
|
codetools: CodeXYToStr
git-svn-id: trunk@48538 -
|
2015-03-30 16:24:11 +00:00 |
|
mattias
|
ca91821012
|
codetools: fixed find nested ancestor of nested class
git-svn-id: trunk@48537 -
|
2015-03-30 16:23:22 +00:00 |
|
mattias
|
7ccc5ec2cf
|
codetools: fixed typos
git-svn-id: trunk@48536 -
|
2015-03-30 16:22:37 +00:00 |
|
mattias
|
e186e659ff
|
codetools: tests for nested classes
git-svn-id: trunk@48535 -
|
2015-03-30 16:22:08 +00:00 |
|
wp
|
5fdf172812
|
TAChart: Fix panes to work with TFuncSeries. Update panes-2 demo.
git-svn-id: trunk@48534 -
|
2015-03-29 22:13:33 +00:00 |
|
martin
|
901196535a
|
SynEdit: fixed crash / undefined behaviour due to invalid caching of highlighter node-info. Issue #0027748
git-svn-id: trunk@48532 -
|
2015-03-29 21:44:39 +00:00 |
|
wp
|
3459fff08c
|
TAChart: Fix TFuncSeries hanging in case of inverted x axis
git-svn-id: trunk@48531 -
|
2015-03-29 21:12:26 +00:00 |
|
juha
|
723c7b59ac
|
Sqldb: Add missing conditional. Issue #27749, patch from Mark Morgan Lloyd.
git-svn-id: trunk@48530 -
|
2015-03-29 15:38:30 +00:00 |
|
dmitry
|
5ea64c5142
|
printer4lazarus: carbon - restore usage of PMPrinterGetOutputResolution (loaded in run-time to be compatible with OSX10.4). if the function is not available or returns error - use larged printer resolution available
git-svn-id: trunk@48525 -
|
2015-03-28 04:56:42 +00:00 |
|
joost
|
e0d996a464
|
LazDebuggerFp: Fixed mem-leak
git-svn-id: trunk@48524 -
|
2015-03-27 22:05:19 +00:00 |
|
joost
|
e2399a4c0d
|
FpDebug: Fixed memory corruption by encapulating log-strings inside a class instead of a record
git-svn-id: trunk@48523 -
|
2015-03-27 20:12:02 +00:00 |
|
martin
|
a7d7e1edcb
|
Debugger, GDBMI: Disable WarnOnSetBreakpointError
git-svn-id: trunk@48520 -
|
2015-03-27 16:10:17 +00:00 |
|
martin
|
ca1c86d571
|
SynEdit: doublewidth / ambiguous width chars: Added IFDEFED workaround. Issue #0027707
git-svn-id: trunk@48517 -
|
2015-03-26 22:44:00 +00:00 |
|
juha
|
dade590e2a
|
Component Palette: Move SelectionMode to interface. Support multiselect also in ComponentList.
git-svn-id: trunk@48516 -
|
2015-03-26 21:19:10 +00:00 |
|
joost
|
8b06480841
|
FpDebug: Avoid endless exceptions when the debugger does not have enough rights to debug on Darwin.
git-svn-id: trunk@48515 -
|
2015-03-26 20:30:56 +00:00 |
|
martin
|
aaaeb005bf
|
SynEdit: win, IME Handler: prevent underline styles from other markup
git-svn-id: trunk@48513 -
|
2015-03-26 18:30:01 +00:00 |
|
martin
|
b239addb71
|
SynEdit: win, IME Handler: improved scrolling
git-svn-id: trunk@48512 -
|
2015-03-26 18:11:11 +00:00 |
|
wp
|
b677a06286
|
TAChart: Add new demo for paned charts (demo/panes-2)
git-svn-id: trunk@48511 -
|
2015-03-26 17:04:04 +00:00 |
|
wp
|
489724243b
|
TAChart: Fix paned charts to draw axis lines only in data range.
git-svn-id: trunk@48510 -
|
2015-03-26 16:59:12 +00:00 |
|
dmitry
|
575e6ac4fd
|
printer4lazarus: carbon - replace OSX 10.5 (driver specific) code with OSX 10.0 compatible code for getting printerinters DPI
git-svn-id: trunk@48507 -
|
2015-03-26 00:48:36 +00:00 |
|
juha
|
2368d8ad9a
|
IdeIntf: Prevent invalid shortcut entries in TCustomShortCutGrabBox. Issue #27705, patch from Howard Page-Clark.
git-svn-id: trunk@48506 -
|
2015-03-25 21:21:19 +00:00 |
|
wp
|
feb46ca59a
|
TAChart: Fix centering of axis title for chart panes
git-svn-id: trunk@48501 -
|
2015-03-25 08:43:48 +00:00 |
|
martin
|
5fd753e72e
|
SynEdit: win, IME Handler: added started/ended events
git-svn-id: trunk@48498 -
|
2015-03-24 23:35:29 +00:00 |
|
martin
|
a2ec42e01e
|
SynEdit: Undo initializations, if value is either not needed or always set.
git-svn-id: trunk@48497 -
|
2015-03-24 23:13:33 +00:00 |
|
wp
|
7b6b5c3ce1
|
TAChart: Fix arrows at axes and constant line series with respect to rtl bidi mode and line flips
git-svn-id: trunk@48496 -
|
2015-03-24 23:05:13 +00:00 |
|
martin
|
56a9ba3535
|
SynEdit: win, IME Handler: added markup for ATTR_TARGET_NOTCONVERTED
git-svn-id: trunk@48486 -
|
2015-03-24 21:17:16 +00:00 |
|
juha
|
90345dd84b
|
Component palette: Move OnClassSelected event to interface. Focus a design form also when selecting from component list.
git-svn-id: trunk@48484 -
|
2015-03-24 17:52:54 +00:00 |
|
juha
|
3c30f0d516
|
LazUtils: Formatting.
git-svn-id: trunk@48483 -
|
2015-03-24 17:52:43 +00:00 |
|
juha
|
abe573b42d
|
Initialize variables based on compiler warnings around Lazarus and libs. Contains ToDo items.
git-svn-id: trunk@48481 -
|
2015-03-24 17:52:23 +00:00 |
|
juha
|
232c983159
|
CodeTools: Initialize variables based on compiler warnings. Contains ToDo items.
git-svn-id: trunk@48480 -
|
2015-03-24 17:51:40 +00:00 |
|
juha
|
4e16799fd7
|
SynEdit: Initialize variables based on compiler warnings. Contains ToDo items.
git-svn-id: trunk@48478 -
|
2015-03-24 17:50:59 +00:00 |
|
juha
|
c666926244
|
JCF2: Cleanup based on compiler hints.
git-svn-id: trunk@48477 -
|
2015-03-24 17:50:33 +00:00 |
|
juha
|
addc44e0f5
|
FpVectorial: Cleanup based on compiler hints.
git-svn-id: trunk@48476 -
|
2015-03-24 17:50:02 +00:00 |
|
sekelsenmat
|
c02daaa84b
|
fpvectorial: Initial implementation of html table border, there are alignment issues
git-svn-id: trunk@48474 -
|
2015-03-24 09:30:31 +00:00 |
|
wp
|
44f9503627
|
TAChart: Fix axis labels reaching beyond data limits in paned charts
git-svn-id: trunk@48473 -
|
2015-03-24 09:25:46 +00:00 |
|