Commit Graph

51694 Commits

Author SHA1 Message Date
mattias
0e3f65c569 lcl: carbon: fixed crash on IDE close
git-svn-id: trunk@54559 -
2017-04-07 16:52:13 +00:00
mattias
8675415a02 lcl: carbon: fixed compilation
git-svn-id: trunk@54558 -
2017-04-07 16:35:40 +00:00
mattias
89eaee318a lazutils: TCustomStringMap: disable default node manager by default
git-svn-id: trunk@54557 -
2017-04-07 13:17:22 +00:00
mattias
74cfe4be1b ideintf: fixed multithreaded compile
git-svn-id: trunk@54556 -
2017-04-07 13:16:55 +00:00
juha
a922238514 Carbon: React to horizontal mouse wheel move (Mac trackpad). Issue #29972, patch from AlexeyT.
git-svn-id: trunk@54555 -
2017-04-07 09:47:38 +00:00
juha
38cf175df2 LCL-GTK2: Free memory block after use. Issue #31641, patch from Anton Kavalenka.
git-svn-id: trunk@54554 -
2017-04-07 09:43:27 +00:00
juha
816fe397ca LCL-GTK2: Free memory block after use. Issue #31638, patch from Anton Kavalenka.
git-svn-id: trunk@54553 -
2017-04-07 07:16:45 +00:00
juha
7de4c1ca2a Unify capitalization of Project Group Labels. Issue #31626, patch from Marcos Douglas.
git-svn-id: trunk@54552 -
2017-04-07 07:16:39 +00:00
mattias
1988d6a661 h2pas: fixed compilattion
git-svn-id: trunk@54550 -
2017-04-06 23:06:34 +00:00
maxim
a9935c9f32 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@54549 -
2017-04-06 23:01:31 +00:00
mattias
194a005cfa IDE: fixed menu captions of cut, copy, paste
git-svn-id: trunk@54548 -
2017-04-06 22:37:56 +00:00
ondrej
f7b3998fb6 ide, images: new menu_view_search_results.png (designed by FTurtle). Issue #31625, patch by FTurtle
git-svn-id: trunk@54547 -
2017-04-06 20:35:43 +00:00
juha
679a0eb54d Revert r54505 #04365103ff. Issue #31577 must be solved properly later.
git-svn-id: trunk@54546 -
2017-04-06 18:11:39 +00:00
juha
3c525fb548 LazUtils: Add backwards compatibility to TAvgLvlTree. Needed by BGRABitmap and others.
git-svn-id: trunk@54545 -
2017-04-06 17:44:28 +00:00
jesus
8eda400e32 LazReport, fix compiling of fcl-pdf export with fpc fixes and 3.0.2
git-svn-id: trunk@54544 -
2017-04-06 15:54:20 +00:00
ondrej
fb52726722 packagetabs: check for nil project file.
git-svn-id: trunk@54543 -
2017-04-06 12:29:30 +00:00
mattias
5609d691b4 lazutils: avl tree: comment
git-svn-id: trunk@54542 -
2017-04-06 10:42:21 +00:00
mattias
09b6614558 lazutils: avl tree: synced with FPC
git-svn-id: trunk@54541 -
2017-04-06 10:39:27 +00:00
mattias
0c60eb7f18 lazutils: avl tree: disabled debugging
git-svn-id: trunk@54540 -
2017-04-06 10:14:02 +00:00
mattias
c13ff6bbcd tests: fixed avl tree tests
git-svn-id: trunk@54539 -
2017-04-06 10:08:52 +00:00
mattias
9424db5d62 lazutils: fixed TAVLTree using fnodemgr
git-svn-id: trunk@54538 -
2017-04-06 10:08:39 +00:00
mattias
7fa04aed29 lazutils: TAvgLvlTree: made FreeAndDelete virtual safe
git-svn-id: trunk@54537 -
2017-04-06 09:27:12 +00:00
mattias
efd6a6efc5 lazutils: TAvgLvlTree: made FreeAndDelete virtual safe
git-svn-id: trunk@54536 -
2017-04-06 09:23:31 +00:00
mattias
3fac8b15a6 lcl: carbon: fixed crash in uptree
git-svn-id: trunk@54535 -
2017-04-06 09:22:25 +00:00
mattias
0ddb1e74c5 lazutil: avltree: when using a custom nodeclass do not use the default nodememmanager
git-svn-id: trunk@54534 -
2017-04-06 08:45:56 +00:00
mattias
af03331f08 lazutil: avltree: fixed decreasing freecount and added thread test
git-svn-id: trunk@54533 -
2017-04-06 08:32:05 +00:00
juha
a94885a578 LazUtils: Reveal a bug in AVLTree. TAVLTreeNodeMemManager.FCount goes negative.
git-svn-id: trunk@54532 -
2017-04-05 21:07:46 +00:00
juha
4d07518471 LazUtils: Reintroduce TAvgLvlTree, inherit from TAvlTree. Implement OwnsObjects again.
git-svn-id: trunk@54531 -
2017-04-05 21:07:39 +00:00
ondrej
fa7bf64041 IDE: add option to enable/disable Application.Scaled in project file. Issue #31639
git-svn-id: trunk@54530 -
2017-04-05 19:29:05 +00:00
juha
b5ddafa8d2 LCL: Fix compilation on Windows.
git-svn-id: trunk@54529 -
2017-04-05 15:25:16 +00:00
ondrej
90c1f39040 lcl: toolbutton: fix regression after r54371 #3a47676ba3 - button visually released when dropdown menu is shown. Issue #31637
git-svn-id: trunk@54528 -
2017-04-05 14:57:25 +00:00
mattias
3ea79c5046 lcl: ifdef to allow old fpdoc parse
git-svn-id: trunk@54526 -
2017-04-05 09:31:38 +00:00
michl
6139a22bcf AnchorDocking: Fixed ChangeBounds loop detected. Issue #31238
git-svn-id: trunk@54525 -
2017-04-05 09:12:12 +00:00
juha
e800a738ad Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.

git-svn-id: trunk@54524 -
2017-04-05 08:34:48 +00:00
maxim
e4b9cb055c Components, fppkg: added missing part of Russian translation
git-svn-id: trunk@54523 -
2017-04-04 23:32:26 +00:00
mattias
bdc0034c89 codetools: external root class has no ancestor in pas2js
git-svn-id: trunk@54522 -
2017-04-04 21:18:42 +00:00
mattias
bd694b92c0 lcl: added ifdef to let fpdoc parse through
git-svn-id: trunk@54521 -
2017-04-04 21:18:10 +00:00
jesus
e366739dbb LCL: fix exception in DbGrid on clicking when dataset is inactive, patch from Soner, issue #31631
git-svn-id: trunk@54520 -
2017-04-04 20:49:41 +00:00
mattias
b7c45f8ce4 docs: lazutils: fixed invalid fpdoc elements
git-svn-id: trunk@54517 -
2017-04-04 11:05:36 +00:00
maxim
37f2d73f0a Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31614
git-svn-id: trunk@54514 -
2017-04-03 23:24:37 +00:00
maxim
9f46e07254 Fppkg: updated Russian translation
git-svn-id: trunk@54513 -
2017-04-03 23:00:33 +00:00
maxim
64def67103 Opkman: regenerated translations and updated Russian translation
git-svn-id: trunk@54512 -
2017-04-03 22:51:05 +00:00
mattias
8d7b3a3d60 IDE: updated debug messages
git-svn-id: trunk@54511 -
2017-04-03 21:21:00 +00:00
joost
9385633c62 * (Re)-added gui for fppkg, only works with fpc 3.1.1
git-svn-id: trunk@54510 -
2017-04-03 20:41:06 +00:00
michl
48d7ba4e4c LCL: TMemo: Fixed disappearance of TMemo after setting borderstyle. Issue #31586
git-svn-id: trunk@54509 -
2017-04-03 18:42:40 +00:00
mattias
1352581471 codetools: skip keywords in asm..blocks
git-svn-id: trunk@54508 -
2017-04-02 23:34:00 +00:00
mattias
2c17cc7edf codetools: pas2js: added jsvalue to predefined words
git-svn-id: trunk@54507 -
2017-04-01 22:41:09 +00:00
mattias
7547019d49 codetools: identifier completion: added concat(array), insert(array)
git-svn-id: trunk@54506 -
2017-04-01 22:07:24 +00:00
juha
04365103ff IDE: Use symlinks when opening a file for debugging. Issue #31577, patch from Artyom.
git-svn-id: trunk@54505 -
2017-04-01 07:17:17 +00:00
juha
6987a37b7c LCL-GTK2: Initialize a variable in widgetset code. Issue #31607, patch from Anton Kavalenka.
git-svn-id: trunk@54504 -
2017-04-01 06:33:57 +00:00