Commit Graph

36858 Commits

Author SHA1 Message Date
martin
04f164cbf4 SynEdit, fold highlighter nodes: added unfiltered index
git-svn-id: trunk@37902 -
2012-07-08 13:23:49 +00:00
martin
6164890dca SynEdit, fold highlighter: added sfaSingleLine, sfamultiLine
git-svn-id: trunk@37901 -
2012-07-08 12:52:12 +00:00
maxim
4d231202ee InstantFPC: added Russian translation
git-svn-id: trunk@37900 -
2012-07-08 11:56:45 +00:00
maxim
2516972376 InstantFPC: added Brazilian Portuguese translation by Marcelo B Paula, another part of bug #22393
git-svn-id: trunk@37899 -
2012-07-08 11:54:56 +00:00
maxim
a950a0f5a2 InstantFPC: added localization, patch by Marcelo B Paula with some changes, part of bug #22393
git-svn-id: trunk@37898 -
2012-07-08 11:52:26 +00:00
bart
92ed0bbeed grids.pas: changed page-scrolling to use the same algorithm (how far to scroll) as scrolling using keys, taking care of fixedcols and fixedrows. Resolves issue #17882.
git-svn-id: trunk@37897 -
2012-07-08 10:46:51 +00:00
martin
2f3e8732f0 SynEdit: clean up, use sfaFoldFold only if foldable (multi line)
git-svn-id: trunk@37896 -
2012-07-07 22:51:14 +00:00
martin
fe590109d0 SynEdit: clean up, use sfaOpen instead of sfaOpenFold
git-svn-id: trunk@37895 -
2012-07-07 22:20:13 +00:00
martin
7fd7f6b0b0 SynEdit: tests, clean up
git-svn-id: trunk@37894 -
2012-07-07 21:33:54 +00:00
martin
4a9ad47a2e SynEdit: Fold-Highlighter, add more info to node.actions / rename sfaOpen to sfaOpenFold
git-svn-id: trunk@37893 -
2012-07-07 15:42:54 +00:00
martin
3414a1253c SynEdit, pas-HL: clean up (remove workaround foldgroup=4)
git-svn-id: trunk@37892 -
2012-07-07 12:25:47 +00:00
maxim
37ea4a51d6 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #22382
git-svn-id: trunk@37891 -
2012-07-07 10:06:18 +00:00
juha
25079c9360 FPCUnit: Fis a SIGFPE in GUITestRunner. Issue #22375, patch from Ludo Brands
git-svn-id: trunk@37890 -
2012-07-06 13:23:38 +00:00
martin
544ee94c5a DBG: clean up debugln
git-svn-id: trunk@37889 -
2012-07-06 13:00:36 +00:00
martin
b468ac1c94 SynEdit: added debugln
git-svn-id: trunk@37888 -
2012-07-06 12:09:29 +00:00
martin
bf59a09199 SynEdit: Improved TLazSynEditNestedFoldsList, keep filtered node-infos
git-svn-id: trunk@37886 -
2012-07-06 01:16:35 +00:00
martin
09c3e91542 DBG: fixed parsing sets for debug-inspector
git-svn-id: trunk@37885 -
2012-07-06 01:14:41 +00:00
martin
35da2faa8c SynEdit: add refcount to TLazSynFoldNodeInfoList
git-svn-id: trunk@37884 -
2012-07-05 20:30:03 +00:00
martin
0389934f65 SynEdit: FoldView clean up
git-svn-id: trunk@37882 -
2012-07-05 15:51:18 +00:00
mattias
f32f0ea635 IDE+startlazarus: use same working directory, needed for passing relative file names as command line parameters
git-svn-id: trunk@37880 -
2012-07-05 15:07:43 +00:00
martin
e990255441 SynEdit: fixed TLazSynEditNestedFoldsList for IncludeOpeningOnLine=False
git-svn-id: trunk@37878 -
2012-07-05 14:50:31 +00:00
martin
c51dc8a862 SourceEditor: Begin/EndUpdate
git-svn-id: trunk@37877 -
2012-07-05 14:44:38 +00:00
martin
2cf44ee486 SynEdit: Fixed OnStatusChanged, broken in rev 37840 #e449769745
git-svn-id: trunk@37876 -
2012-07-05 14:40:27 +00:00
sekelsenmat
8fd2109d67 fpvectorial: Further improves the formula handling. Starts implementing drawing for subscripted items and summations
git-svn-id: trunk@37875 -
2012-07-05 13:29:00 +00:00
sekelsenmat
9ac98e00f4 fpvectorial: Fixes the reading of math symbols to use UTF-8 and improves the formula positioning
git-svn-id: trunk@37874 -
2012-07-05 12:41:22 +00:00
sekelsenmat
3d6521cf19 fpvectorial: Improves further the formula positioning, now it has both vertical and horizontal centralization
git-svn-id: trunk@37873 -
2012-07-05 12:10:09 +00:00
sekelsenmat
257bf2fd51 fpvectorial: Further improves the formula drawing
git-svn-id: trunk@37872 -
2012-07-05 11:52:10 +00:00
sekelsenmat
c499095dbc fpvectorial: Further improves formula placement
git-svn-id: trunk@37871 -
2012-07-05 11:23:32 +00:00
sekelsenmat
c3f39a0742 fpvectorial: Improves the positioning in formulas
git-svn-id: trunk@37870 -
2012-07-05 11:08:07 +00:00
mattias
e852f5b14c docs: building lazutils+lcl chm
git-svn-id: trunk@37869 -
2012-07-05 10:26:24 +00:00
mattias
a331c301ba lazutils: added fpdoc files
git-svn-id: trunk@37868 -
2012-07-05 09:44:17 +00:00
mattias
877babae87 tachart: fixed compilation fpc 2.7.1, bug #22365
git-svn-id: trunk@37867 -
2012-07-05 09:40:29 +00:00
mattias
c3bf5b2a16 lazutils: fixed unit names
git-svn-id: trunk@37866 -
2012-07-05 09:38:35 +00:00
ask
1a835d8a6b TAChart: Extract TDataPointDrawTool basic class.
Based on patch by Werner Pamler

git-svn-id: trunk@37865 -
2012-07-04 13:27:45 +00:00
sekelsenmat
355ce3cab8 fpvectorial: Advances the mathml rendering
git-svn-id: trunk@37863 -
2012-07-04 06:14:03 +00:00
zeljko
15e52b52b5 Qt: hide statusbar panel only when width is 0, do not count any margin.issue #22362
git-svn-id: trunk@37862 -
2012-07-04 05:29:10 +00:00
blikblum
893d72cb94 lcl: check if ListDataset is loading to update lookup info. Issue #22337
git-svn-id: trunk@37861 -
2012-07-03 15:34:28 +00:00
zeljko
b68368f585 Qt: hide statusbar panels with width 0. issue #22362
git-svn-id: trunk@37857 -
2012-07-03 10:55:39 +00:00
zeljko
24a032bd60 Gtk2: hide statusbar panel with width of 0.part of issue #22362
git-svn-id: trunk@37856 -
2012-07-03 10:50:11 +00:00
mattias
4458799589 build_lcl_docs: showcmd: show working directory
git-svn-id: trunk@37855 -
2012-07-03 10:44:48 +00:00
martin
2edaf60158 SynEdit Pas HL: recognize {$IFOPT}
git-svn-id: trunk@37854 -
2012-07-02 21:49:22 +00:00
mattias
b08e12984d lcl: docs: fixed some links
git-svn-id: trunk@37853 -
2012-07-02 16:14:08 +00:00
mattias
8ee459d460 build_lcl_docs: using UTF-8 file functions, added option -h
git-svn-id: trunk@37852 -
2012-07-02 15:54:05 +00:00
mattias
658c75476f docs: updated
git-svn-id: trunk@37851 -
2012-07-02 15:53:04 +00:00
mattias
8528c56932 IDE docs: fixed encoding
git-svn-id: trunk@37850 -
2012-07-02 15:52:36 +00:00
mattias
d5c901ec68 lcl: docs: fixed encoding
git-svn-id: trunk@37849 -
2012-07-02 14:50:07 +00:00
mattias
34add97fc4 lazutils: docs: fixed encoding and package name
git-svn-id: trunk@37848 -
2012-07-02 14:42:33 +00:00
blikblum
994d2dce9f win32: let TComboBox.CloseUp fire before Change (delphi compatible). Fix #22352
git-svn-id: trunk@37846 -
2012-07-02 02:10:54 +00:00
martin
841ea14c49 SynEdit: use LazLoggerBase not LazLogger
git-svn-id: trunk@37845 -
2012-07-01 20:42:04 +00:00
mattias
f8b7e064aa translations: German: updates from Swen Heinig
git-svn-id: trunk@37843 -
2012-07-01 16:35:33 +00:00