Commit Graph

46415 Commits

Author SHA1 Message Date
mattias
4df64d0c65 lcl: changed tagBITMAPCOREHEADER and tagBITMAPINFOHEADER to packed, they are used to read .bmp files
git-svn-id: trunk@48567 -
2015-04-01 09:15:55 +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
2235174004 IDE: Improve IDE Coolbar layout and configuration.
git-svn-id: trunk@48561 -
2015-03-31 18:57:23 +00:00
juha
161c9844cb IDE: Use owner drawing in ToolbarConfig ListView, does not work with QT otherwise.
git-svn-id: trunk@48560 -
2015-03-31 18:57:21 +00:00
juha
205e10e855 LCL: Fix default cursor in TCoolbar.
git-svn-id: trunk@48559 -
2015-03-31 18:57:20 +00:00
juha
4c8baa979a IDE: Cleanup
git-svn-id: trunk@48558 -
2015-03-31 18:57:14 +00:00
juha
2d5a545671 IDE: one more tweak for Finnish translation.
git-svn-id: trunk@48557 -
2015-03-31 17:19:10 +00:00
juha
f641bb7c5d LCL: Fix TreeView "nothing selected" index. Return -1 instead of crash. For Delphi compatibility. Issue #27759, patch from Ocean.
git-svn-id: trunk@48556 -
2015-03-31 17:10:39 +00:00
juha
384c407672 LCL: Simplify code related to CPU endianness. Issue #27719.
git-svn-id: trunk@48555 -
2015-03-31 17:10:38 +00:00
juha
c4b05e4c1b IDE: Finnish translation fix. Issue #27758, patch from Ocean.
git-svn-id: trunk@48554 -
2015-03-31 17:10:36 +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
mattias
d28b3af044 IDE: clean up
git-svn-id: trunk@48550 -
2015-03-31 13:43:59 +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
mattias
054dc48d1e IDE: clean up
git-svn-id: trunk@48544 -
2015-03-30 19:09:39 +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
jesus
ccb61c9d10 LCL, added CFDateRefToDateTime to carbonproc
git-svn-id: trunk@48541 -
2015-03-30 17:03:27 +00:00
mattias
f74c22fd79 tests: clean up
git-svn-id: trunk@48540 -
2015-03-30 16:24:48 +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
juha
09da3ea087 LCL: Fix a bug in bitmap reader related to CPU endianness. Issue #27719, patch from Mark Morgan Lloyd
git-svn-id: trunk@48529 -
2015-03-29 15:38:25 +00:00
andrew
7528dce7c0 fixed warning for gtk2memostrings when timers were not active when the memo is destroyed
git-svn-id: trunk@48528 -
2015-03-29 14:05:51 +00:00
zeljko
106dc546c4 Carbon: trigger assigned action from trayicon popupmenu.Patch by Anton Kavalenka. issue #23399
git-svn-id: trunk@48527 -
2015-03-28 19:42:32 +00:00
juha
21e4c4019c IDE: Improve the IDE Coolbar. Issue #27603, patch from Balázs Székely.
git-svn-id: trunk@48526 -
2015-03-28 14:40:57 +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
juha
f61f5b2163 IDE: Replace Main Toolbars with a Coolbar. Issue #27603, patch from Balázs Székely.
git-svn-id: trunk@48522 -
2015-03-27 18:34:57 +00:00
juha
2b683add14 New files for a new IDE Coolbar, from Balázs Székely..
git-svn-id: trunk@48521 -
2015-03-27 18:32:32 +00:00
martin
a7d7e1edcb Debugger, GDBMI: Disable WarnOnSetBreakpointError
git-svn-id: trunk@48520 -
2015-03-27 16:10:17 +00:00
juha
094ca7530a LCL-Win32: Improve OverlayWindowProc. Patch from Maciej Izak.
git-svn-id: trunk@48519 -
2015-03-27 09:14:44 +00:00
juha
59f17ee5c6 Coolbar: Call OnChange handler when layout has changed. Patch from Balázs Székely.
git-svn-id: trunk@48518 -
2015-03-27 07:24:18 +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
mattias
f56f8166ac IDE: fixed improving message cant find unit, when ppu found in default FPC unit path
git-svn-id: trunk@48514 -
2015-03-26 20:13:31 +00:00