Commit Graph

47707 Commits

Author SHA1 Message Date
mattias
83c3757b85 multithreadprocs: English
git-svn-id: trunk@49933 -
2015-10-03 18:36:25 +00:00
mattias
9f58c5b0c2 lazbuild: fixed default lazarusdir
git-svn-id: trunk@49927 -
2015-10-03 16:10:16 +00:00
mattias
638aa087c7 IDE: nicer Makefile
git-svn-id: trunk@49925 -
2015-10-03 15:46:34 +00:00
mattias
3c7b17daff IDE: fixed compilation
git-svn-id: trunk@49921 -
2015-10-03 15:18:53 +00:00
juha
a8ac9b0c60 Examples: Fix compilation of "Translation" example on Windows, broken by r49495 #931c7a9de4. Issue #28761.
git-svn-id: trunk@49920 -
2015-10-03 12:10:56 +00:00
juha
a171f6e322 LCL: Publish OnPaint for TSplitter. Issue #28769, patch from Alexey Torgashin.
git-svn-id: trunk@49919 -
2015-10-03 09:51:31 +00:00
juha
1b50c565c2 IDE: Fix parameter handling in single IDE instance feature. Cleanup. Issue #8051, patch from Ondrej Pokorny.
git-svn-id: trunk@49918 -
2015-10-03 09:38:27 +00:00
mattias
138c41c719 IDE: fixed compilation under 2.6.4
git-svn-id: trunk@49917 -
2015-10-02 22:09:37 +00:00
mattias
23e763f9c4 anchordocking: debug
git-svn-id: trunk@49916 -
2015-10-02 22:09:17 +00:00
mattias
a3bb8de5bc IDE: fixed loading old environmentoptions.xml
git-svn-id: trunk@49915 -
2015-10-02 14:35:20 +00:00
juha
ac56c10378 Object inspector: Set "Checkbox for Booleans" as the default. Also use the themed Checkbox, can be changed with define UseOINormalCheckBox.
git-svn-id: trunk@49914 -
2015-10-02 13:27:18 +00:00
juha
c7c98cc90a IDE: Fix anchor in file options frame.
git-svn-id: trunk@49913 -
2015-10-02 13:27:11 +00:00
juha
27c0c25e41 IDE: Make Help button do something in Find/rename identifier dialog. Issue #28767, patch from Alexey Torgashin.
git-svn-id: trunk@49912 -
2015-10-02 11:28:09 +00:00
juha
a74a689ec2 ProjectTemplates: Make Help button do something. Issue #28759, patch from Alexey Torgashin.
git-svn-id: trunk@49911 -
2015-10-02 11:28:07 +00:00
juha
35dea594e8 IDE: Improve layout in Code browser. Issue #28757, patch from Alexey Torgashin.
git-svn-id: trunk@49910 -
2015-10-02 11:28:02 +00:00
juha
16f941c896 IDE: A single IDE instance feature. Issue #8051, patch from Ondrej Pokorny.
git-svn-id: trunk@49909 -
2015-10-02 09:42:44 +00:00
juha
79046745da New file for IDE single instance feature from Ondrej Pokorny.
git-svn-id: trunk@49908 -
2015-10-02 08:47:48 +00:00
juha
ed7925438c Temporary copy of FPC's advanced IPC lib, to be used for IDE single instance feature.
git-svn-id: trunk@49907 -
2015-10-02 08:47:20 +00:00
mattias
2c46e6e468 IDE+lazbuild+makefiles: on darwin use -gw instead of -g
git-svn-id: trunk@49906 -
2015-10-01 18:40:54 +00:00
mattias
8758f952f7 tools: updatemakefiles: fixed calling it from inside tools
git-svn-id: trunk@49905 -
2015-10-01 18:24:18 +00:00
mattias
bd72ae95df tools: updatemakefiles: using only lazutils instead of lclbase
git-svn-id: trunk@49904 -
2015-10-01 18:20:52 +00:00
mattias
96b62bb8fa translations: German: updates from Swen Heinig
git-svn-id: trunk@49903 -
2015-10-01 11:39:48 +00:00
maxim
295eb89877 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@49901 -
2015-09-29 23:06:48 +00:00
jesus
6e2cd84dcf LCL, grids: fix AutoAdvance=aaNone, issue #28752
git-svn-id: trunk@49897 -
2015-09-29 19:55:53 +00:00
jesus
1ab7a995da LCL, grids: fix range check error on pasting empty cells, fix by wp, issue #28747
git-svn-id: trunk@49896 -
2015-09-29 18:44:46 +00:00
juha
f049308eac IDE: Improve saving Anchordocking settings. Issue #28704, patch from Ondrej Pokorny.
git-svn-id: trunk@49895 -
2015-09-29 18:05:38 +00:00
juha
114e2e8efc LCL: Support user defined SelectionFontColor in Treeview. Publish SeparatorColor. Issue #28666, patch from Alexey Torgashin.
git-svn-id: trunk@49894 -
2015-09-29 17:41:26 +00:00
martin
337e3a4589 IDE: Fix 2 stage key-combos issue #0027992
git-svn-id: trunk@49893 -
2015-09-29 12:29:20 +00:00
martin
801c0933d5 SynEdit: fix drag and drop selection-text, drop (move) after multi-byte chars. Issue #0028724
git-svn-id: trunk@49892 -
2015-09-29 01:56:34 +00:00
martin
8c427fe657 SynEdit: invalidate if Markup.enable changes. Issue #0028729
git-svn-id: trunk@49891 -
2015-09-29 01:29:20 +00:00
martin
316207d5d9 SynEdit, Highlighter: more css3 tags. Issue #28548 patch by Janusz
git-svn-id: trunk@49890 -
2015-09-29 00:27:43 +00:00
martin
dcded9666e SynEdit, Highlighter: more html5 tags. Issue #28547 patch by Janusz
git-svn-id: trunk@49889 -
2015-09-29 00:25:46 +00:00
juha
5642758bf1 LazUtils: Fix TFileSearcher encoding when -dEnableUTF8RTL is not used. Issue #28406, patch from Michl.
git-svn-id: trunk@49888 -
2015-09-28 19:57:52 +00:00
mattias
5086ce6b4a codetools: fixed TFindDeclarationParams.Create calls, bug #28410
git-svn-id: trunk@49887 -
2015-09-28 18:10:26 +00:00
sekelsenmat
0b6855c54f cocoa: Implements ColorDialog
git-svn-id: trunk@49886 -
2015-09-28 17:53:18 +00:00
jesus
40e2ef952b LCL, make ClearSelections public, from wp, issue #27437
git-svn-id: trunk@49885 -
2015-09-28 17:51:21 +00:00
mattias
1b88beb01b IDE: moved compiler options - show lines compiled - to environment options
git-svn-id: trunk@49884 -
2015-09-27 20:32:15 +00:00
mattias
1fe2796bd0 IDE: compiler options: added option to show the lines compiled messsage as important
git-svn-id: trunk@49883 -
2015-09-27 20:09:52 +00:00
mattias
ff65e8f6c6 codetools: fixed FindHelpers when params.ContextNode changes
git-svn-id: trunk@49882 -
2015-09-27 20:02:29 +00:00
wp
3b03f92c99 TAChart: Add new series pointer style psPoint.
git-svn-id: trunk@49881 -
2015-09-27 19:36:31 +00:00
mattias
6875e2e79c synedit: less hints
git-svn-id: trunk@49880 -
2015-09-27 19:19:24 +00:00
mattias
8d8207e367 IDEIntf: less hints
git-svn-id: trunk@49879 -
2015-09-27 19:18:22 +00:00
mattias
c6a86d4365 IDE: fc msg parser: small optimization
git-svn-id: trunk@49878 -
2015-09-27 19:13:25 +00:00
mattias
83ae0c9b59 opengl: debug extension for win32, patch #28736 from Denis Golovan
git-svn-id: trunk@49876 -
2015-09-27 14:11:28 +00:00
mattias
0896a48942 codetools: fixed TFindDeclarationParams.Create to only allocate, not changing Tool.CurPos, collect helpers on demand
git-svn-id: trunk@49875 -
2015-09-27 10:44:39 +00:00
bart
bce3f75f66 SynEdit: Fix exporting missing CodeStart tags when heoFragmentOnly in Options of TSynEditExporterHtml. Issue #0028733.
git-svn-id: trunk@49874 -
2015-09-27 09:38:12 +00:00
mattias
df23bf086e IDE: check smart hint word: simplified
git-svn-id: trunk@49873 -
2015-09-23 20:12:06 +00:00
mattias
d5bd14f7ac IDE: smart hint: keep showing when mouse moves over token, from Ondrej
git-svn-id: trunk@49872 -
2015-09-23 16:47:35 +00:00
juha
de00921c57 IdeIntf: Use the right WindowState in main IDE. Issue #28707, patch from Ondrej Pokorny.
git-svn-id: trunk@49871 -
2015-09-23 13:05:20 +00:00
mattias
ee08d00d18 IDE: added command for Context sensitive smart hint, from Ondrej
git-svn-id: trunk@49870 -
2015-09-23 12:47:40 +00:00