Commit Graph

19004 Commits

Author SHA1 Message Date
mattias
fe3b0c86d2 codetools: finding unused units
git-svn-id: trunk@19287 -
2009-04-09 13:14:05 +00:00
mattias
9a76510f83 codetools: added example for unused units
git-svn-id: trunk@19286 -
2009-04-09 12:57:21 +00:00
mattias
f7b1dd2b77 codetools: reading all references
git-svn-id: trunk@19285 -
2009-04-09 09:56:00 +00:00
paul
e486ddaa54 lcl: cleanup
git-svn-id: trunk@19284 -
2009-04-09 08:03:03 +00:00
paul
bca9b43b00 lcl: cleanup
git-svn-id: trunk@19283 -
2009-04-09 06:50:22 +00:00
paul
4e59427231 lcl: remove dummy initialization sections
git-svn-id: trunk@19282 -
2009-04-09 05:52:37 +00:00
mattias
26ef5cd496 IDE+codetools: started heuristic to find unused units
git-svn-id: trunk@19281 -
2009-04-08 23:45:15 +00:00
marc
b96aabcd76 * Updated Russian translation by Maxim Ganetsky
git-svn-id: trunk@19280 -
2009-04-08 22:41:53 +00:00
mattias
9bcfe33630 codetools: finddeclaration: find base node of unit alias
git-svn-id: trunk@19279 -
2009-04-08 21:23:11 +00:00
paul
101eedbc8f lcl: add TCustomForm.DefaultMonitor and appropriate implementation, publish this property it in TForm
git-svn-id: trunk@19278 -
2009-04-08 06:27:26 +00:00
mattias
321c5d0828 LCL: added comments
git-svn-id: trunk@19277 -
2009-04-07 12:53:20 +00:00
mattias
ca7c8700f0 rtticontrols: published TTIComboBox AutoComplete and AutoCompleteText
git-svn-id: trunk@19276 -
2009-04-07 12:45:29 +00:00
mattias
bee2f4497e gtk2 intf: implemented TGtk2WSCustomComboBox.CanFocus
git-svn-id: trunk@19275 -
2009-04-07 12:43:38 +00:00
mattias
1fca13596b LCL: TComboBoxStyle: added comments
git-svn-id: trunk@19274 -
2009-04-07 12:36:06 +00:00
mattias
5ad839caa4 IDEIntf: OI: moved property hints for long values vertically down a bit
git-svn-id: trunk@19273 -
2009-04-07 10:05:17 +00:00
paul
ab5b649d39 lcl: TCustomForm
- EnsureVisible - use work area instead of full monitor bounds,
  - MakeFullyVisible - use full width, height instead of half to check position, add UseWorkArea argument

git-svn-id: trunk@19272 -
2009-04-07 09:22:12 +00:00
mattias
5799bab4d1 codetools: added nodes for units in uses sections
git-svn-id: trunk@19271 -
2009-04-07 09:21:23 +00:00
mattias
540339c100 IDE: find rename identifier dlg improved layout
git-svn-id: trunk@19270 -
2009-04-07 09:00:06 +00:00
paul
31974b5e84 lcl: TCustomForm
- add MakeFullyVisible, 
  - reimplement EnsureVisible
  - rearrange public methods

git-svn-id: trunk@19269 -
2009-04-07 08:47:24 +00:00
mattias
511620d78d clean up
git-svn-id: trunk@19268 -
2009-04-07 08:29:13 +00:00
paul
4e17e34447 wince:
- implement monitor search functions,
  - fix calling conventions from stdcall to cdecl where is needed

git-svn-id: trunk@19267 -
2009-04-07 07:30:09 +00:00
paul
263fa6c078 gtk, gtk2: return workarea for monitor under X
git-svn-id: trunk@19266 -
2009-04-07 06:33:27 +00:00
paul
99241ad28e lcl: default implementation for monitor search functions
git-svn-id: trunk@19265 -
2009-04-07 06:06:23 +00:00
paul
752897afdc lcl: further monitor support
- add TScreen.MonitorFromPoint, TScreen.MonitorFromRect, TScreen.MonitorFromWindow
  - add TForm.Monitor
win32: add support for new TScreen methods

git-svn-id: trunk@19264 -
2009-04-07 05:29:35 +00:00
paul
a75bb49700 lcl: make sure HMONITOR <> 0 for valid monitors
git-svn-id: trunk@19263 -
2009-04-07 04:58:55 +00:00
paul
5600446d97 lcl: add TScreen.PrimaryMonitor
git-svn-id: trunk@19262 -
2009-04-07 02:52:51 +00:00
paul
4db59e3374 qt, carbon: improve EnumDisplayMonitors
git-svn-id: trunk@19261 -
2009-04-07 01:42:16 +00:00
paul
ddf2b15e66 gtk: implement TMonitor support
git-svn-id: trunk@19260 -
2009-04-07 01:37:50 +00:00
vincents
906426f562 tachart: updated makefile after version change in r18773 #75edc78f04
git-svn-id: trunk@19259 -
2009-04-06 20:20:19 +00:00
vincents
db70d81b90 IDE: remove the option to choose the non-UTF8 Polish translations
git-svn-id: trunk@19258 -
2009-04-06 20:10:08 +00:00
vincents
4444941bea removed non-utf8 polish translations
git-svn-id: trunk@19257 -
2009-04-06 19:46:22 +00:00
vincents
473da9fa6a updated polish translations from Sebastian Gasiorek
git-svn-id: trunk@19256 -
2009-04-06 19:41:54 +00:00
jesus
55de292278 LCL, patch to reset cached pen width between documents and pages, from Anton Kavalenka, issue #13356
git-svn-id: trunk@19255 -
2009-04-06 18:54:19 +00:00
mattias
1f9ba7214a IDE: started tool to fix unit references
git-svn-id: trunk@19254 -
2009-04-06 16:30:26 +00:00
dmitry
b8e21c8468 fix for issue #13059
git-svn-id: trunk@19253 -
2009-04-06 15:25:02 +00:00
paul
ee3a0e8a21 gtk2: revert occasionally committed change in r19239 #3a19dfff75
git-svn-id: trunk@19252 -
2009-04-06 14:38:06 +00:00
paul
f33ba3c8e5 carbon: implement TMonitor support
git-svn-id: trunk@19251 -
2009-04-06 14:03:48 +00:00
martin
f28c5d307b IDE Editor Option: Make custom fold/divider options working for Delphi mode too
git-svn-id: trunk@19250 -
2009-04-06 12:47:58 +00:00
mattias
2c7f72498b codetools: find declaration jump to unit name in uses section
git-svn-id: trunk@19249 -
2009-04-06 12:35:27 +00:00
mattias
e65607c2b0 codetools: implemented searching uses in modifier without extension
git-svn-id: trunk@19248 -
2009-04-06 12:26:06 +00:00
paul
a7562d799f qt: fix TMonitor support (tested on 2 monitor system)
git-svn-id: trunk@19247 -
2009-04-06 12:22:48 +00:00
mattias
9ca2fd903b codetools: searching include files without extension
git-svn-id: trunk@19246 -
2009-04-06 11:50:56 +00:00
martin
0a84603c25 SynEdit: Divider lines,, if right margin is off (they did draw at random, now the draw independent)
git-svn-id: trunk@19245 -
2009-04-06 11:23:51 +00:00
mattias
72183ac80c synedit: clean up
git-svn-id: trunk@19244 -
2009-04-06 11:12:35 +00:00
paul
aab04330d5 wince: implement TMonitor support
git-svn-id: trunk@19243 -
2009-04-06 10:31:46 +00:00
paul
52809ff395 lcl: fix compilation on non-windows systems
git-svn-id: trunk@19242 -
2009-04-06 09:30:35 +00:00
paul
e2075dffd2 win32: fixes for unicode in GetMonitorInfo()
git-svn-id: trunk@19241 -
2009-04-06 09:10:30 +00:00
paul
0ef22bee57 lcl: forgot monitor.inc
git-svn-id: trunk@19240 -
2009-04-06 08:17:36 +00:00
paul
3a19dfff75 lcl: add TMonitor class which represents single screen monitor, add TScreen.MonitorCount, TScreen.Monitors[]
win32, qt, gtk2: implement EnumDisplayMonitors, GetMonitorInfo

git-svn-id: trunk@19239 -
2009-04-06 08:14:58 +00:00
dmitry
78549425be Fix ExtTextOut function - added ignoring device context BkMode
git-svn-id: trunk@19238 -
2009-04-06 07:57:49 +00:00