Commit Graph

28662 Commits

Author SHA1 Message Date
martin
d9b3de392f SynEdit: Pas-Highlighter, deprecated after class
git-svn-id: trunk@29140 -
2011-01-20 13:57:13 +00:00
juha
4f21afddf1 IDE Create a new resourse string for 'Diff ...' instead of adding the dots in code.
git-svn-id: trunk@29139 -
2011-01-20 11:59:33 +00:00
vincents
308aadebb3 rpm build: fixed using compatible filedigest algorithm (issue #18293)
git-svn-id: trunk@29138 -
2011-01-20 11:35:52 +00:00
juha
9c052f6469 IDE: use the convention of 3 dots in menu caption only if a dialog is opened by the menu item.
git-svn-id: trunk@29137 -
2011-01-20 11:04:47 +00:00
vincents
e73f109c67 rpm build: removed gtk1 dependencies, use compatible filedigest algorithm (issue #18293)
git-svn-id: trunk@29136 -
2011-01-20 10:45:01 +00:00
paul
6d649ede3b examples: fix checkbox example
git-svn-id: trunk@29135 -
2011-01-20 09:27:16 +00:00
paul
49445bf7fd ideintf: store component tree and information box height, don't reset their height on resize (bug #0018182)
git-svn-id: trunk@29134 -
2011-01-20 08:57:49 +00:00
paul
c5100d475a lcl: don't change TListBox.ItemIndex or set selection based on ItemIndex for MultiSelect listbox on window recreation (bug #0016862)
git-svn-id: trunk@29133 -
2011-01-20 06:45:17 +00:00
paul
5bb404e360 designer: report CM_DESIGNHITTTEST in client coordinates, report mouse moves more properly (issue #0018458)
git-svn-id: trunk@29132 -
2011-01-20 04:45:26 +00:00
paul
24c97c70f6 lcl: declare TCMDesignHitTest message record
git-svn-id: trunk@29131 -
2011-01-20 04:43:39 +00:00
paul
2fead07c7d lcl: formatting
git-svn-id: trunk@29130 -
2011-01-20 02:51:56 +00:00
paul
8a4ea90a1c lcl: formatting
git-svn-id: trunk@29129 -
2011-01-20 02:46:14 +00:00
mattias
a284b3f707 android intf: fixed compilation
git-svn-id: trunk@29128 -
2011-01-19 23:22:56 +00:00
mattias
5acda0783b android intf: added interfaces
git-svn-id: trunk@29127 -
2011-01-19 23:20:21 +00:00
sekelsenmat
32420f5e83 Fixes an index out of bounds error in TTrayIcon and adds more debug info to TNotebook
git-svn-id: trunk@29126 -
2011-01-19 21:41:38 +00:00
mattias
ac124baa55 android: added Makefile
git-svn-id: trunk@29125 -
2011-01-19 13:02:25 +00:00
mattias
484de201dd lcl1: added android
git-svn-id: trunk@29124 -
2011-01-19 13:01:47 +00:00
mattias
9e4f448c8f LCL: TSpeedButton: fixed margin
git-svn-id: trunk@29123 -
2011-01-19 12:55:46 +00:00
mattias
c7d2d778a0 LCL: TSpeedButton: started AutoSize, added parameter Drawing to GetGlyphSize and GetTextSize
git-svn-id: trunk@29122 -
2011-01-19 12:53:12 +00:00
paul
08d510cd25 codetools: use Windows instead of MSWindows define in case someone want to build codetools for wince
git-svn-id: trunk@29121 -
2011-01-19 12:42:09 +00:00
paul
3ed56f1dae ide: fix compilation
git-svn-id: trunk@29120 -
2011-01-19 12:37:25 +00:00
paul
6cf4197828 lcl: fix compilation
git-svn-id: trunk@29119 -
2011-01-19 12:17:39 +00:00
mattias
56b3d801f4 udpated README.txt
git-svn-id: trunk@29118 -
2011-01-19 11:17:33 +00:00
mattias
66159942db udpated INSTALL.txt
git-svn-id: trunk@29117 -
2011-01-19 10:59:39 +00:00
sekelsenmat
06c798c587 Starts the foundation for the Android widgetset
git-svn-id: trunk@29116 -
2011-01-19 10:53:50 +00:00
sekelsenmat
8b5c7e1b23 Fixes a positioning issue in TCDTrackBar
git-svn-id: trunk@29115 -
2011-01-19 10:17:44 +00:00
sekelsenmat
c26d4571be Patch from Jixian, improves TCDTrackBar
git-svn-id: trunk@29114 -
2011-01-19 10:13:30 +00:00
dmitry
29511148c0 cocoa: applied partially patch by Phil, #18456
git-svn-id: trunk@29113 -
2011-01-19 04:01:51 +00:00
mattias
ceeb7a796e IDE: package editor: keep files treeview expand state, lcl1.lpk: not use units
git-svn-id: trunk@29111 -
2011-01-18 14:58:16 +00:00
mattias
5b86f12ca7 IDE: package editor: menu items for use all/use no units in directory
git-svn-id: trunk@29110 -
2011-01-18 14:30:38 +00:00
mattias
397deec80b IDE: package editor: menu items for expand and collapse directory
git-svn-id: trunk@29109 -
2011-01-18 14:20:03 +00:00
mattias
a9b81694a4 lcl1: clean up
git-svn-id: trunk@29108 -
2011-01-18 13:13:17 +00:00
mattias
c283ea96f8 IDE: package editor: fixed sorting alphabetically
git-svn-id: trunk@29107 -
2011-01-18 12:58:08 +00:00
mattias
91b4f23fd4 IDE: made inherited items more clear
git-svn-id: trunk@29106 -
2011-01-18 12:13:00 +00:00
mattias
666cc1741f codetools: class completion: if unit was parsed with error: reraise error
git-svn-id: trunk@29105 -
2011-01-18 10:03:16 +00:00
zeljko
08cadf3903 Qt: fixed TQtWidgetSet.GetScrollInfo() for max value of scrollbar, it should append getPageStep do stay in measures with LCL.issue #17554
git-svn-id: trunk@29104 -
2011-01-18 09:24:54 +00:00
ask
bda600ef26 TAChart: Add "Polar" page to the radial demo
git-svn-id: trunk@29103 -
2011-01-18 09:04:48 +00:00
ask
2572b49221 TAChart: Initial implementation of polar series
git-svn-id: trunk@29102 -
2011-01-18 09:02:33 +00:00
ask
21453ac232 TAChart: Do not automatically normalize rectangle before expanding it. Add test.
git-svn-id: trunk@29101 -
2011-01-18 08:54:00 +00:00
ask
154d4b002a TAChart: Optimize TFuncSeries drawing
git-svn-id: trunk@29093 -
2011-01-18 06:07:26 +00:00
ask
8033e87029 TAChart: Add rotated function series to the demo
git-svn-id: trunk@29092 -
2011-01-18 05:45:22 +00:00
ask
2429f7c9cf TAChart: Rewrite TFuncSeries.Draw.
* Add AxisIndexX property, implement rotation
* Correctly cut graph at the extent intersection
* Use axis transformation

git-svn-id: trunk@29091 -
2011-01-18 05:44:30 +00:00
paul
c0ce3c7622 lcl: add wince files to lcl1.lpk
git-svn-id: trunk@29090 -
2011-01-18 02:13:36 +00:00
paul
77281836cd lcl: add win32 files to lcl1.lpk
git-svn-id: trunk@29089 -
2011-01-18 02:03:37 +00:00
maxim
36f561684e Packager: improve 'Missing package files' dialog localization
git-svn-id: trunk@29088 -
2011-01-17 23:54:03 +00:00
maxim
a3ab5687f0 regenerated translations; updated and improved Russian translation
git-svn-id: trunk@29087 -
2011-01-17 23:44:10 +00:00
maxim
3dbbd91726 IDE: adjust resource string name after previous commit
git-svn-id: trunk@29086 -
2011-01-17 22:59:19 +00:00
maxim
2cf8c44814 IDE: fix minor typo in resource string
git-svn-id: trunk@29085 -
2011-01-17 22:50:06 +00:00
mattias
3f17ad20d7 IDE: package editor: show summary for directories
git-svn-id: trunk@29080 -
2011-01-17 21:17:18 +00:00
mattias
88ff57d11e IDE: package editor: fixed open file
git-svn-id: trunk@29079 -
2011-01-17 20:53:35 +00:00