Commit Graph

17582 Commits

Author SHA1 Message Date
jesus
ce47c40c3d LCL, allow editing of lookup columns via picklist patch from Alexander Klenin, issue #12347
git-svn-id: trunk@17810 -
2008-12-12 01:24:02 +00:00
darius
e7e358fdad removed code beyond end. keyword of unit, caused by applying the diff a couple of times
git-svn-id: trunk@17809 -
2008-12-12 01:02:52 +00:00
martin
ec853639b4 SynEdit, Block/Selection: Clean-up/Refactor
git-svn-id: trunk@17808 -
2008-12-12 00:04:24 +00:00
paul
46fdc833da ide: cleanup
git-svn-id: trunk@17807 -
2008-12-11 23:30:40 +00:00
mattias
a551e636a9 IDE: save editor file: stop on any WriteUnitSource failure
git-svn-id: trunk@17806 -
2008-12-11 23:05:26 +00:00
mattias
a3471e0254 removed unneeded implementation uses section
git-svn-id: trunk@17805 -
2008-12-11 23:02:41 +00:00
mattias
24e99e928a IDE: combined remove empty methods
git-svn-id: trunk@17804 -
2008-12-11 23:00:58 +00:00
kirkpatc
0083565937 FPDoc - descriptions and links added for graphtype and printers
git-svn-id: trunk@17803 -
2008-12-11 22:48:03 +00:00
martin
270cc3c614 SynEdit, Block/Selection: Fix position of caret after insert/undo of column mode block
git-svn-id: trunk@17802 -
2008-12-11 22:34:25 +00:00
martin
bedac50113 SynEdit, Block/Selection: Clean-up/Refactor
git-svn-id: trunk@17801 -
2008-12-11 22:17:44 +00:00
darius
305b5215ab forgot to add the fie in r17799 #488a25bd42
git-svn-id: trunk@17800 -
2008-12-11 21:48:10 +00:00
darius
488a25bd42 1) Created new unit TAChartUtils, moved some support code into it.
2) Heavily refactored code of CalculateIntervals and TAGraph.DrawAxis procedures -- removed lots of duplicated code, simplifed logic, extracted local procedures etc.
3) Introduced TPenBrushFontRecall helper class.
4) Added 'Axis titles' checkbox to the demo program.

Patch by Alexander Klenin
Resolves: http://bugs.freepascal.org/view.php?id=12758

git-svn-id: trunk@17799 -
2008-12-11 18:57:43 +00:00
jesus
e415847d82 LazReport, check that printgrid template bands don't overlap with created ones
git-svn-id: trunk@17798 -
2008-12-11 15:40:17 +00:00
mattias
3b2850d477 clean up
git-svn-id: trunk@17797 -
2008-12-11 13:35:41 +00:00
mattias
2d4fc26a85 added Alexander S. Klenin to contributors
git-svn-id: trunk@17796 -
2008-12-11 12:42:46 +00:00
paul
81cb25cb7e ide: don't go to center of the windows always when do a search. Do it only if we are at border (we'll never be outside borders since synedit do it positioning too) #0012423
git-svn-id: trunk@17795 -
2008-12-11 10:01:39 +00:00
paul
f294976208 lcl: add function ValidUTF8String which checks a string to have valid utf8 chars and replaces 1..32 asci chars by their codes
ide: don't replace valid utf8 string by codes when we do search and a search string is not found

git-svn-id: trunk@17794 -
2008-12-11 09:10:29 +00:00
paul
8530d2cdc8 ide: initial implementation of automatic removing of empty published form/frame/datamodule methods
git-svn-id: trunk@17793 -
2008-12-11 04:16:17 +00:00
paul
98dbf8f94c lcl,ide: rename RegisterRemovedProperty to RegisterPropertyToSkip, ...
git-svn-id: trunk@17792 -
2008-12-11 01:38:39 +00:00
sekelsenmat
da2a4e55f8 Fixes small typo
git-svn-id: trunk@17791 -
2008-12-11 01:06:16 +00:00
martin
3ca6d95bcb SynEdit: Fix trailing spaces and tab-blockindent. trimming spaces would sometimes unset the selection.
git-svn-id: trunk@17790 -
2008-12-10 23:34:51 +00:00
martin
fc8a0777a9 SynEdit Selection/Block: Cleanup/Refactor; Fix bug: undo for overwrite column-mode block; Fix Bug: Copy of last-line smLine-mode block returned 2 extra bytes
git-svn-id: trunk@17789 -
2008-12-10 23:16:49 +00:00
jesus
d0c213de66 LCL, fix SelStart for gtk2 that cause typing in wrong order in stringgrid
git-svn-id: trunk@17788 -
2008-12-10 21:31:19 +00:00
sekelsenmat
226434bc52 Moves freeing TStrings from standard controls to the widgetset. Necessary for widgets with a native TStrings.
git-svn-id: trunk@17787 -
2008-12-10 21:12:10 +00:00
sekelsenmat
abf11caaf2 Small update to fpgui-lcl from Graeme
git-svn-id: trunk@17786 -
2008-12-10 20:53:50 +00:00
mattias
61584bd8e0 codetools: added atBracket as atom type for the simple beautifier, from Alexander S. Klenin, bug #12781
git-svn-id: trunk@17785 -
2008-12-10 17:41:03 +00:00
jesus
90510e4cb6 LazReport, implemented template for printgrid
git-svn-id: trunk@17784 -
2008-12-10 16:09:29 +00:00
sekelsenmat
7163cdb30d Fixes ShellTreeView for non-win32
git-svn-id: trunk@17783 -
2008-12-10 14:18:24 +00:00
sekelsenmat
9028efb455 Initial implementation for TShellTreeView
git-svn-id: trunk@17782 -
2008-12-10 13:59:01 +00:00
laurent
d645346e78 llhelp: New table_item images
git-svn-id: trunk@17781 -
2008-12-10 11:14:54 +00:00
andrew
9cdedcc5dd * Enabled chm search support for fpc >=2.3.1 and fpc >= 2.2.3
git-svn-id: trunk@17779 -
2008-12-10 04:36:30 +00:00
paul
3e0bdf1378 ide: mark editor lines as saved where they are really saved to file - not to codebuffer
git-svn-id: trunk@17778 -
2008-12-10 02:06:01 +00:00
paul
bdf7bf5e00 synedit: mark lines as saved in a separate method outside SetModified
git-svn-id: trunk@17777 -
2008-12-10 02:05:20 +00:00
paul
3659841c55 lcl: disable docking at the design time (#0012772)
git-svn-id: trunk@17776 -
2008-12-10 01:56:37 +00:00
marc
15de8d3289 * Fixed Codepage converter example localization by Maxim Ganetsky
git-svn-id: trunk@17775 -
2008-12-10 00:02:48 +00:00
marc
9fec874067 * Updated Russian translation by Maxin Ganetsky
git-svn-id: trunk@17774 -
2008-12-09 23:43:30 +00:00
andrew
a58d3f7a02 Reverted to revision 17770 #a8e24520cd
git-svn-id: trunk@17773 -
2008-12-09 22:45:22 +00:00
martin
3495394a05 SynEdit: Stop trim spaces from creating endless undo loops. Related to bug #12712.
git-svn-id: trunk@17772 -
2008-12-09 21:42:21 +00:00
andrew
ee3221683b * Implemented TGtk2WSCustomTrayIcon.ShowBalloonHint
git-svn-id: trunk@17771 -
2008-12-09 21:33:38 +00:00
sekelsenmat
a8e24520cd Small update to TrayIcon docs
git-svn-id: trunk@17770 -
2008-12-09 21:04:04 +00:00
andrew
dec871d178 * Updated lhelp to use new images from laurent
git-svn-id: trunk@17765 -
2008-12-09 16:25:21 +00:00
kirkpatc
7546b40c08 Definitions for the procedures and functions in graphmath.xml
git-svn-id: trunk@17764 -
2008-12-09 16:25:01 +00:00
mattias
4832bd9ce5 fpdocupdater: fixed compilation
git-svn-id: trunk@17763 -
2008-12-09 15:02:43 +00:00
mattias
e9ce34ab79 lazde: fixed compilation
git-svn-id: trunk@17762 -
2008-12-09 14:58:34 +00:00
jesus
a41fb4256a LazReport, patch to reduce some flicker by Luiz Americo, issue #12766
git-svn-id: trunk@17761 -
2008-12-09 14:43:56 +00:00
sekelsenmat
ab4f4a7e27 Fixes getting a pixel color in Qt
git-svn-id: trunk@17760 -
2008-12-09 14:13:03 +00:00
andrew
23287ae2b7 * Fixed ipro bug where iphtml would generate the wrong address for images within a page
git-svn-id: trunk@17759 -
2008-12-09 13:54:08 +00:00
mattias
c3736e53d9 IDE: auto moving windows to screen on restore bounds
git-svn-id: trunk@17758 -
2008-12-09 13:40:50 +00:00
mattias
3c05e21c6a IDE+codetools: changed default compiler filename to fpc(.exe)
git-svn-id: trunk@17757 -
2008-12-09 12:53:19 +00:00
mattias
b2b7dbe035 clean up
git-svn-id: trunk@17756 -
2008-12-09 12:51:04 +00:00