Commit Graph

18140 Commits

Author SHA1 Message Date
paul
9635bf9ba8 lcl: fix active/default button handling
- if we get LM_KILLFOCUS and new focus window = message window then skip this message (fixes bug #0010731)
  - if we recieve LM_SETFOCUS then change active/default state
  - refactoring of current implementation

git-svn-id: trunk@18408 -
2009-01-24 12:19:08 +00:00
paul
f7dce3c301 win32: correct some debugLn
git-svn-id: trunk@18407 -
2009-01-24 11:48:29 +00:00
mattias
568c19f303 IDE: package main source: indent uses section
git-svn-id: trunk@18406 -
2009-01-24 11:29:44 +00:00
mattias
fd633ee9be codetools: skipping string constants in simple beautifier, bug #12681
git-svn-id: trunk@18405 -
2009-01-24 11:16:20 +00:00
paul
a21dad9e56 lcl: return TListView.SelCount even if Handle is not allocated (bug #0011057)
git-svn-id: trunk@18404 -
2009-01-24 10:12:43 +00:00
paul
fefaf6be1a lcl: implement TApplication.UpdateVisible, add TWidgetset.AppSetVisible (defined only for win32 at moment) (mantis #0010544)
git-svn-id: trunk@18403 -
2009-01-24 10:07:36 +00:00
mattias
40a9bce6a9 translations: german: updates form Joerg Braun
git-svn-id: trunk@18402 -
2009-01-24 09:53:51 +00:00
kirkpatc
31b945031a FPDoc - corrected some XML syntax errors in fileutil.xml, forms.xml, graphics.xml, graphtype.xml, grids.xml, interfacebase.xml, stdctrls.xml
git-svn-id: trunk@18401 -
2009-01-23 18:57:37 +00:00
paul
3effa2d5fa win32: set correct bg color and text bg color when we set color to the ListView control (bug #0011051)
git-svn-id: trunk@18400 -
2009-01-23 18:08:43 +00:00
paul
5cb7294343 lcl: if we erase a control background we need to return 1 as a message result (at moment at least in windows we erase background 2 times - one by lcl and second by windows. as result our bg color is cleared by windows)
git-svn-id: trunk@18399 -
2009-01-23 18:07:17 +00:00
paul
c058184341 lcl: store ClientWidth, ClientHeight for TScrollBox as we do for forms, frames and other TScrollingWinControl descendants (fixes bug #0011000)
git-svn-id: trunk@18398 -
2009-01-23 17:12:08 +00:00
paul
ed0bdeab5d lcl: formatting
git-svn-id: trunk@18397 -
2009-01-23 17:02:36 +00:00
paul
588e9f6302 ideintf: string properties
- increase edit limit for string properties from 255 to 4095
  - report correct length and line count when start editing of string property

git-svn-id: trunk@18396 -
2009-01-23 16:43:27 +00:00
paul
632fda53b8 winapi: don't request mask handle if bitmap is not masked when copy it to the clipboard (bug #0013029)
git-svn-id: trunk@18395 -
2009-01-23 15:31:10 +00:00
paul
63f262a089 lcl: formatting
git-svn-id: trunk@18394 -
2009-01-23 10:20:08 +00:00
paul
949b2781aa win32: pass WM_CANCELMODE to the LCL,
lcl: stop mouse capture on LM_CANCELMODE (issue #0012813)

git-svn-id: trunk@18393 -
2009-01-23 02:40:28 +00:00
michael
3e5bc24fed * Patch from Attila Borka to enable multiple requests (enable threads), bug ID #12375
git-svn-id: trunk@18392 -
2009-01-22 21:58:25 +00:00
paul
2721a7be42 win32: apply font color when painting a bitbtn (bug #0010601)
git-svn-id: trunk@18391 -
2009-01-22 14:40:36 +00:00
vincents
6b36e8d35a added Theo Lustenberger to the contributors (issue #12992)
git-svn-id: trunk@18390 -
2009-01-22 13:04:01 +00:00
zeljko
0d3bcfd192 Qt: bugfix for #13018.
git-svn-id: trunk@18389 -
2009-01-22 09:21:40 +00:00
paul
65d0d8bd24 win32: restore focus after showing open, save or color dialog
git-svn-id: trunk@18388 -
2009-01-22 08:54:41 +00:00
paul
fbc5ba49f3 ide: improve anchoring of character map, change combo style to prevent editing of text
git-svn-id: trunk@18387 -
2009-01-22 08:04:20 +00:00
martin
d4af1c75ec SynEdit, Gutter: Renamed some of the new methods (Thanks Mark W. for the Feedback)
git-svn-id: trunk@18386 -
2009-01-21 22:47:33 +00:00
kirkpatc
5f1115bfee FPDoc - minor updates to calendar.xml; many new descriptions and links in DBCtrls.xml
git-svn-id: trunk@18385 -
2009-01-21 22:34:04 +00:00
vincents
4ee9b91633 IDE: extended the character map with unicode tables from Theo (issue #12992)
git-svn-id: trunk@18384 -
2009-01-21 21:29:01 +00:00
martin
64ffa702f8 SynEdit, Gutter: Renamed some of the new methods
git-svn-id: trunk@18383 -
2009-01-21 20:47:05 +00:00
mattias
ada8b43c54 undone 18380
git-svn-id: trunk@18382 -
2009-01-21 19:52:03 +00:00
vincents
206613cc50 IDE: improved displaying multiline todo items from Vladimir Zhirov (issue #13007)
git-svn-id: trunk@18381 -
2009-01-21 19:44:38 +00:00
mattias
1a993772ef IDE: search result view: treeview.readonly=true
git-svn-id: trunk@18380 -
2009-01-21 17:40:13 +00:00
mattias
fe70d4aaf8 LCL: TTreeView: anchor editor control, prevent autosizing
git-svn-id: trunk@18379 -
2009-01-21 17:39:35 +00:00
mattias
587cb449f6 LCL: TTreeView: editor min left = borderwidth
git-svn-id: trunk@18378 -
2009-01-21 17:28:26 +00:00
mattias
0c6804bd51 LCL: broken one unit circle
git-svn-id: trunk@18377 -
2009-01-21 17:21:44 +00:00
kirkpatc
65c2d49056 FPDoc - minor correction to StdCtrls.xml; fixed constructors and destructors in Grids.xml
git-svn-id: trunk@18376 -
2009-01-21 17:14:59 +00:00
vincents
4bd3a5f558 IDE: made search results treeview readonly, maybe fixes issue #13013
git-svn-id: trunk@18375 -
2009-01-21 15:13:56 +00:00
paul
d26a42d969 ide: set only TCustomForm descendants visibility to False (do we need this at all? TCustomForm creates itself invisible by default) (bug #0013016)
git-svn-id: trunk@18374 -
2009-01-21 14:25:39 +00:00
paul
a860666c47 ideintf: make component treeview readonly
git-svn-id: trunk@18373 -
2009-01-21 10:02:55 +00:00
paul
def590b362 synedit: fix hang when pressed HOME key on the first line (bug #0012983)
git-svn-id: trunk@18372 -
2009-01-21 09:14:42 +00:00
paul
af0d7249f4 synedit: a bit of formatting
git-svn-id: trunk@18371 -
2009-01-21 09:13:29 +00:00
paul
899cb35691 gtk: fix GtkNotebook tabs visibility after hide/show (bug #0013006)
git-svn-id: trunk@18370 -
2009-01-21 06:39:47 +00:00
paul
a15dd3c0ef gtk: replace TGtkWidgetSet.ShowHide(AWinControl) with TGtkWidgetSet.SetVisible(AWinControl, const Bollean)
git-svn-id: trunk@18369 -
2009-01-21 06:38:48 +00:00
paul
e24b1cdfc5 lcl: a bit of formatting
git-svn-id: trunk@18368 -
2009-01-21 06:31:19 +00:00
paul
10692856c7 lcl: call TScreen events after changing active form and active control (mantis #0013009)
git-svn-id: trunk@18367 -
2009-01-21 02:02:37 +00:00
martin
e2a0793b44 SynEdit Gutter: Cleanup, Refactor, Added some helper methods
git-svn-id: trunk@18366 -
2009-01-21 01:52:28 +00:00
martin
8f53ab61e2 SynEdit Design: Fixed the property editor did not close, if the SynEdit was deleted.
git-svn-id: trunk@18365 -
2009-01-20 23:49:15 +00:00
martin
3fe186c1da SynEdit Gutter: Fixing some AutoSize stuff
git-svn-id: trunk@18364 -
2009-01-20 22:54:53 +00:00
martin
87ca389d26 LazReport, adapted to changed gutter properties
git-svn-id: trunk@18363 -
2009-01-20 22:19:49 +00:00
martin
3b28b9026f SynEdit Gutter: Fixing some AutoSize stuff
git-svn-id: trunk@18362 -
2009-01-20 21:14:03 +00:00
mattias
de0f8578f0 set some TTreeView.ReadOnly to true
git-svn-id: trunk@18361 -
2009-01-20 20:20:52 +00:00
mattias
2091aa1ff3 set some TTreeView.ReadOnly to true
git-svn-id: trunk@18360 -
2009-01-20 20:19:40 +00:00
mattias
156257b149 LCL: TTreeView: fixed setting ReadOnly
git-svn-id: trunk@18359 -
2009-01-20 20:03:02 +00:00