Commit Graph

40460 Commits

Author SHA1 Message Date
mattias
7397ad3c22 codetools: completecode: update proc signatures, IDE: options to disable updating multiple signatures
git-svn-id: trunk@41881 -
2013-06-25 08:34:20 +00:00
juha
52a80e24b4 IDE: use TreeView also for flat component list. Allows use of one FilterEdit for all views. Improve interaction with comp palette.
git-svn-id: trunk@41880 -
2013-06-24 17:54:47 +00:00
juha
2ec180ab41 IDE: free handlers in component palette, fixes a memory leak
git-svn-id: trunk@41879 -
2013-06-24 17:54:37 +00:00
ask
0fbbe371cb TAChart: Initial implementation of diagram layout unit
git-svn-id: trunk@41878 -
2013-06-24 17:52:07 +00:00
martin
4ab22b8668 if param hint is "no hint", then there is no button, so do not update it
git-svn-id: trunk@41877 -
2013-06-24 17:45:10 +00:00
ask
9a0d85078d TAChart: Add TDiaElement.IsPointInside function
git-svn-id: trunk@41876 -
2013-06-24 17:12:22 +00:00
zeljko
558db885c8 carbon: fix titlebar button drawing by ThemeManager (paul)
git-svn-id: trunk@41875 -
2013-06-24 16:53:35 +00:00
zeljko
e4a431af6a carbon: implement titlebar button measuring by ThemeManager (paul)
git-svn-id: trunk@41874 -
2013-06-24 16:44:33 +00:00
ask
de54ab0d89 TAChart: Add TDiaLink.Routing property
git-svn-id: trunk@41873 -
2013-06-24 16:25:51 +00:00
ask
60998aab45 TAChart: Add TDiaPosition.Defined helper function
git-svn-id: trunk@41872 -
2013-06-24 16:07:55 +00:00
zeljko
5300229d06 carbon: implement titlebar button drawing by ThemeManager (paul)
git-svn-id: trunk@41871 -
2013-06-24 15:51:25 +00:00
martin
d8a0270a7a dbg: start fallback location detection
git-svn-id: trunk@41870 -
2013-06-24 15:22:56 +00:00
ask
f79f60fda0 TAChart: Make TDiaPosition an object
git-svn-id: trunk@41869 -
2013-06-24 14:43:55 +00:00
ask
2d8bae76f7 TAChart: Support link end points in diagrams
git-svn-id: trunk@41868 -
2013-06-24 13:39:34 +00:00
mattias
bbf5c1f087 IDEIntf: object inspector: fixed DoCallEdit checking for focus
git-svn-id: trunk@41867 -
2013-06-24 12:33:34 +00:00
mattias
4a4b3a8ecd IDEIntf: object inspector: fixed SetRowValue checking for focus
git-svn-id: trunk@41866 -
2013-06-24 12:14:46 +00:00
mattias
c9f04de233 LCL: formatting
git-svn-id: trunk@41865 -
2013-06-24 12:07:15 +00:00
mattias
7d34128f78 codetools: fixed class completion for properties with constant index
git-svn-id: trunk@41864 -
2013-06-24 12:06:05 +00:00
mattias
039b3e12c9 IDE: fixed layout codeexplorer
git-svn-id: trunk@41863 -
2013-06-24 12:05:39 +00:00
sekelsenmat
74435823d2 fpvectorial-svg reader: Start implementing matrix transformations, for now started support for translation
git-svn-id: trunk@41862 -
2013-06-24 11:22:12 +00:00
sekelsenmat
315ca8edf3 fpvectorial-svg reader: Fixes applying the styles of non-path elements
git-svn-id: trunk@41861 -
2013-06-24 10:02:35 +00:00
sekelsenmat
d470200313 fpvectorial: Fixes quadratic beziers in SVG reader
git-svn-id: trunk@41860 -
2013-06-24 09:28:15 +00:00
mattias
6d49af0c96 IDEIntf: Object inspector: do not commit changes if not focused
git-svn-id: trunk@41859 -
2013-06-23 20:10:50 +00:00
maxim
cb20e1b797 IDE: added Slovenian language to version info language list
git-svn-id: trunk@41858 -
2013-06-23 19:59:05 +00:00
ask
9121096235 TAChart: Initial implementation of diagram decorators
git-svn-id: trunk@41857 -
2013-06-23 19:50:36 +00:00
mattias
149c929321 IDE: remove freed forms from restore windows list
git-svn-id: trunk@41856 -
2013-06-23 19:48:13 +00:00
marc
84d4e52eae Add scanline support
git-svn-id: trunk@41855 -
2013-06-23 19:46:43 +00:00
ask
698715cdc9 TAChart: Allow assignment of TFPCustomPen to Pen property of canvas drawer
git-svn-id: trunk@41854 -
2013-06-23 19:46:21 +00:00
maxim
8dda55133d Regenerated translations; updated Russian translation
git-svn-id: trunk@41853 -
2013-06-23 19:36:15 +00:00
marc
53ec216c98 Fix pointer cast
git-svn-id: trunk@41852 -
2013-06-23 19:24:48 +00:00
mattias
f6a38d98ef lazutils: reduced dependencies of LazFileUtils
git-svn-id: trunk@41851 -
2013-06-23 19:18:10 +00:00
ask
1c5b9f1a39 TAChart: Initial implementation of diagrams
git-svn-id: trunk@41850 -
2013-06-23 18:46:21 +00:00
ask
da34f73db2 TAChart: Allow multiplication of double point by scalar
git-svn-id: trunk@41849 -
2013-06-23 18:44:02 +00:00
paul
729679cdfd qt: a trial to get a correct pixmap for the small close button
git-svn-id: trunk@41848 -
2013-06-23 18:36:49 +00:00
martin
c692aea81a SynEdit IFDEF: fix crash with comments
git-svn-id: trunk@41847 -
2013-06-23 18:19:50 +00:00
mattias
e02311e159 IDE: create project for program file: set TargetFilename to source filenme, bug #23379
git-svn-id: trunk@41846 -
2013-06-23 18:06:19 +00:00
paul
9e0d1a452a lcl: implement small close button drawing with themes
git-svn-id: trunk@41845 -
2013-06-23 17:39:10 +00:00
mattias
e3a6893a6b IDE: comments
git-svn-id: trunk@41844 -
2013-06-23 17:35:14 +00:00
mattias
7201e34ba9 codetools: on variable only valid in the on block, bug #24494
git-svn-id: trunk@41842 -
2013-06-23 17:32:52 +00:00
juha
421997613d IDE: improve component list behavior. Make it more consistent when docked and floating.
git-svn-id: trunk@41841 -
2013-06-23 16:50:15 +00:00
maxim
ad02428695 IDE: fixed compilation
git-svn-id: trunk@41840 -
2013-06-23 16:45:31 +00:00
maxim
9045839c54 IDE: spelling fixes in Unit Dependencies dialog
git-svn-id: trunk@41839 -
2013-06-23 16:43:12 +00:00
marc
8a1c1b7263 Improved fix for issue #20361. Fixed 24bit read/writing of image data
git-svn-id: trunk@41838 -
2013-06-23 16:30:54 +00:00
mattias
f4ed4c5b85 codetools: fixed code completion for c in enum
git-svn-id: trunk@41837 -
2013-06-23 16:28:50 +00:00
paul
8a2a43c001 components: use TXMLConfigStorage file saving/loading directly
git-svn-id: trunk@41836 -
2013-06-23 16:18:29 +00:00
mattias
9c8f307c15 IDE: resourcestring: removed unneeded space
git-svn-id: trunk@41835 -
2013-06-23 16:13:36 +00:00
mattias
d39b418746 lcl: TXMLConfigStorage: fixed load/save utf8 filename
git-svn-id: trunk@41834 -
2013-06-23 16:02:26 +00:00
paul
7003a719ad components: fix layout of anchor docking options dialog
git-svn-id: trunk@41833 -
2013-06-23 15:59:26 +00:00
paul
77686a4dbc components, lcl: replace FileIsWritable by DirectoryIsWritable when we check a directory
git-svn-id: trunk@41832 -
2013-06-23 15:31:33 +00:00
zeljko
70f963dafe gtk3: setDefault for TGtk3Button
git-svn-id: trunk@41831 -
2013-06-23 15:01:07 +00:00