Commit Graph

38313 Commits

Author SHA1 Message Date
sekelsenmat
b6a578c647 fpvectorial: Fixes a crash caused by an uninitialized variable in the block search. Moved the block search to a separate function to make the code reusable and more clear.
git-svn-id: trunk@39632 -
2012-12-23 12:24:17 +00:00
mattias
c7d3e19290 lazutils+lclbase: updated fpmake
git-svn-id: trunk@39631 -
2012-12-23 11:16:17 +00:00
mattias
459f1af043 lcl,lazutils: moved lazconfigstorage.pas to lazutils
git-svn-id: trunk@39630 -
2012-12-23 11:05:51 +00:00
mattias
b0fa665aee anchordocking: comment
git-svn-id: trunk@39629 -
2012-12-23 11:00:14 +00:00
sekelsenmat
1de5a255f9 fpvectorial: Adds support for 999 comments in the begining of the file and fixes some typos
git-svn-id: trunk@39628 -
2012-12-23 10:48:27 +00:00
mattias
14935d5913 IDE: check Project1 in UpdateHighlighters, bug #23529
git-svn-id: trunk@39626 -
2012-12-23 09:26:40 +00:00
zeljko
49e77dd55e Qt: fixed events when month and year are changed in TCalendar. issue #23528
git-svn-id: trunk@39625 -
2012-12-23 06:52:03 +00:00
mattias
73d6a41ca5 IDE: designer: fixed painting of designer items for TControl paint messages
git-svn-id: trunk@39624 -
2012-12-22 21:44:08 +00:00
mattias
d77eab95a9 anchordocking: miniide: load layout given by command line parameter
git-svn-id: trunk@39623 -
2012-12-22 21:13:56 +00:00
maxim
8092042547 Examples, FontEnum: removed LRS file and fixed encoding related issues
git-svn-id: trunk@39622 -
2012-12-22 21:12:10 +00:00
bart
5b55b8bf05 win32: Invalidate conrol after setting PassWordChar, otherwise the changes do not propagate immediately.
Fixes issue #0023170.

git-svn-id: trunk@39621 -
2012-12-22 14:40:18 +00:00
juha
0df6e1f978 LCL: use new Windows GUI for TSelectDirectoryDialog. Issue #23521, patch from Reinier Olislagers
git-svn-id: trunk@39620 -
2012-12-21 18:59:36 +00:00
mattias
780febb55a readmes: updates
git-svn-id: trunk@39618 -
2012-12-21 16:06:57 +00:00
sekelsenmat
7dac737b38 Publishes AutoSize to TNotebook
git-svn-id: trunk@39617 -
2012-12-21 15:29:52 +00:00
mattias
d9b5862133 anchordocking: IDE: save settings
git-svn-id: trunk@39616 -
2012-12-21 12:52:59 +00:00
mattias
e0f348d1e3 anchordocking: headerstyle: invalidate all headers
git-svn-id: trunk@39615 -
2012-12-21 12:37:54 +00:00
mattias
612596de6f anchordocking: headerstyle: assign, isequal
git-svn-id: trunk@39614 -
2012-12-21 12:35:08 +00:00
mattias
541a046ed3 cody: comment
git-svn-id: trunk@39613 -
2012-12-21 10:49:16 +00:00
mattias
20f6a3cd66 anchordocking: clean up
git-svn-id: trunk@39612 -
2012-12-21 10:49:05 +00:00
mattias
798249cf3b filebrowser: dockable
git-svn-id: trunk@39611 -
2012-12-21 10:44:47 +00:00
mattias
994ee2832a filebrowser: clean up
git-svn-id: trunk@39610 -
2012-12-21 10:00:11 +00:00
sekelsenmat
f6091734fe fpvectorial: Adds the possibility to force a text encoding when reading files, and fixes some other minor issues
git-svn-id: trunk@39609 -
2012-12-21 09:41:59 +00:00
mattias
1c8239c45a anchordocking todo
git-svn-id: trunk@39608 -
2012-12-21 08:38:49 +00:00
martin
bf449b022c SynEdit: Removed unused units
git-svn-id: trunk@39607 -
2012-12-21 02:25:34 +00:00
martin
0162581c50 SynEdit: Fixed Matching bracken, for very long lines. Issue #0023517
git-svn-id: trunk@39606 -
2012-12-21 00:09:14 +00:00
martin
650f60c596 IDE: Add option to auto-continue comments
git-svn-id: trunk@39605 -
2012-12-20 23:35:24 +00:00
martin
c69c62ab78 SynEdit: PascalBeautifier, fixes for comment indent/prefix-continuation
git-svn-id: trunk@39604 -
2012-12-20 23:34:15 +00:00
martin
60e115de93 SourceEditor: Fix get correct Editor, do not use nil object (Beautifier callback).
git-svn-id: trunk@39603 -
2012-12-20 20:44:33 +00:00
martin
b00e519138 SynEdit: PascalBeautifier, fixes for comment indent/prefix-continuation
git-svn-id: trunk@39602 -
2012-12-20 20:29:17 +00:00
ask
4e85ebf6ba TAChart: Add Legend.FixedItemHeight property
git-svn-id: trunk@39601 -
2012-12-20 17:25:38 +00:00
ask
b7d4efbbb2 TAChart: Extract utility function Split
git-svn-id: trunk@39600 -
2012-12-20 16:51:53 +00:00
ask
607dd7c75f TAChart: Hide legend if exception happened while attempting to fill it
git-svn-id: trunk@39599 -
2012-12-20 16:35:42 +00:00
mattias
d85ae3b08e anchordocking: fixed options frame keeping HeaderButtonSize
git-svn-id: trunk@39598 -
2012-12-20 15:04:19 +00:00
mattias
10e0c33303 anchordocking: added headerstyle to options frame
git-svn-id: trunk@39597 -
2012-12-20 14:47:26 +00:00
mattias
5971b78751 synedit: fixed compilation
git-svn-id: trunk@39596 -
2012-12-20 14:08:36 +00:00
sekelsenmat
b4385f1db1 fpvectorial: Greatly improves the placement of TvInsert blocks. Previously it did not properly position paths and other complex structures.
git-svn-id: trunk@39595 -
2012-12-20 14:06:16 +00:00
martin
a0b3e5b884 SynEdit: fixed compilation (IFDEF not defined)
git-svn-id: trunk@39594 -
2012-12-20 11:43:58 +00:00
sekelsenmat
9a94c99ce1 fpvectorial: Centralizes the dxf debug defines
git-svn-id: trunk@39593 -
2012-12-20 11:06:05 +00:00
martin
b462188f00 lazarus.lpi, added units
git-svn-id: trunk@39592 -
2012-12-20 09:34:48 +00:00
martin
773bdf38d7 IDE, EditorOptions: Updated Link
git-svn-id: trunk@39591 -
2012-12-20 09:33:02 +00:00
martin
119fa1c078 SynEdit: PascalBeautifier, added code for comment indent/prefix-continuation
git-svn-id: trunk@39590 -
2012-12-20 09:24:42 +00:00
martin
9c8b6ead71 IDE, EditorOptions: Rearranged tab and indent options
git-svn-id: trunk@39589 -
2012-12-20 09:23:10 +00:00
ask
2f0a0ecdc6 TAChart: Use Legend.Format in TColorMapSeries format for per-point multiplicity
git-svn-id: trunk@39588 -
2012-12-19 10:39:11 +00:00
mattias
bb6b47fcf8 codetools: added <<, >> operators
git-svn-id: trunk@39587 -
2012-12-18 22:53:59 +00:00
martin
6e4ec5bbb7 IDE: "Rename Identifier": fixed tab order
git-svn-id: trunk@39586 -
2012-12-18 22:39:58 +00:00
maxim
2f5e78124e regenerated translations; updated Russian translation
git-svn-id: trunk@39583 -
2012-12-18 22:02:39 +00:00
maxim
a085f68c86 Codetools: updated Russian translation
git-svn-id: trunk@39582 -
2012-12-18 21:47:58 +00:00
mattias
41c820b6e0 codetools: class property completion: do not add static keyword to body, bug #23262
git-svn-id: trunk@39581 -
2012-12-18 13:26:24 +00:00
mattias
65dbe17d9c anchordocking: headerstyle: adhsPoints
git-svn-id: trunk@39580 -
2012-12-18 13:19:31 +00:00
mattias
1e14e9c720 IDE: mac os x: set default key for options Cmd-semicolon
git-svn-id: trunk@39579 -
2012-12-18 12:50:36 +00:00