mattias
777ba7c055
gtk2 intf: fixed stopping mouse up event
...
git-svn-id: trunk@18454 -
2009-01-27 00:55:54 +00:00
paul
5dd6a577d0
gtk: temporary disable solution for SetFocus because of problems with IDE
...
git-svn-id: trunk@18453 -
2009-01-26 23:04:16 +00:00
zeljko
6a2e40b001
Qt: do not process non spontaneous key events - it's garbage.Removed all tab focusing policy from qt,lcl must handle it or we get unexpected behaviour.
...
git-svn-id: trunk@18451 -
2009-01-26 18:10:04 +00:00
paul
f73bf7a62f
docs: add Fabrizio Fellini to contributors
...
git-svn-id: trunk@18450 -
2009-01-26 10:06:56 +00:00
paul
2518505d5a
gtk: fix focus of controls on another forms based on patch of Fabrizio Fellini (bug #0013004 )
...
git-svn-id: trunk@18449 -
2009-01-26 10:02:58 +00:00
paul
7ce333d91a
win32: don't reassign already found lWinControl variable by HandleUnicodeChar - use parent lWinControl value (fixes bug #0013044 )
...
git-svn-id: trunk@18448 -
2009-01-26 09:36:50 +00:00
kirkpatc
8a512a2cf1
FPDoc - fixed constructors and destructors in Menus.xml
...
git-svn-id: trunk@18447 -
2009-01-26 07:28:45 +00:00
paul
d3ed4629f9
win32: update spinedit text on focus change (bug #0013046 )
...
git-svn-id: trunk@18446 -
2009-01-26 04:29:06 +00:00
paul
cf4f433100
lcl:
...
- skip forms which does not share application taskbar item from TApplication.UpdateVisible (bug #0013042 )
- don't perform any visual actions when we change ShowInTaskBar property in the design time
git-svn-id: trunk@18445 -
2009-01-26 03:41:21 +00:00
martin
799d3a721f
Synedit, reduced amount of ranges used by highlighter (fixed for last rev)
...
git-svn-id: trunk@18444 -
2009-01-25 16:00:54 +00:00
martin
f4ca0b1d9f
Synedit, reduced amount of ranges used by highlighter
...
git-svn-id: trunk@18443 -
2009-01-25 15:54:47 +00:00
paul
a30f7b2db3
lcl: fix FindNextControl and GetTabOrderList for the case when CheckTabStop = False, simplify PerformTab
...
git-svn-id: trunk@18442 -
2009-01-25 15:18:31 +00:00
zeljko
7c5bbc5d2a
Qt: fix TQtGroupBox uglyness when using theme with huge TopMargin (like oxygen).
...
git-svn-id: trunk@18441 -
2009-01-25 15:00:15 +00:00
kirkpatc
fe70d654fa
FPDoc - some additions and links for TDBNavDataLink in DBCtrls.xml
...
git-svn-id: trunk@18440 -
2009-01-25 14:57:11 +00:00
martin
71ecb2d421
SynEdit: Speed up by limit Search range for Word-Markup/Incremental-Search
...
git-svn-id: trunk@18439 -
2009-01-25 13:32:07 +00:00
martin
dc10db0cc2
SynEdit: Fix Word-Markup/Incremental-Search eating CPU by doing excessive amounts of searches
...
git-svn-id: trunk@18438 -
2009-01-25 12:59:13 +00:00
martin
f7d72691ba
Remove accidental debugln from revision 18436 #42a27dba3d
...
git-svn-id: trunk@18437 -
2009-01-25 12:44:33 +00:00
martin
42a27dba3d
SynEdit: Highlight Begin/End pairs
...
git-svn-id: trunk@18436 -
2009-01-25 12:36:29 +00:00
martin
ebb9b257f7
SynEdit Markup, disable word search, if highlight is clNone
...
git-svn-id: trunk@18435 -
2009-01-25 12:33:57 +00:00
zeljko
e68aad0b6c
Qt: we should call getVisibleTo() insted getVisible() for scrollbars inside TQtAbstractScrollArea.getClientBounds(), now OI properly resizes comboBox+button for events.
...
git-svn-id: trunk@18434 -
2009-01-25 11:40:13 +00:00
zeljko
9bb47f2cb9
*Qt: bugfix TQtAbstractScrollArea.getClientBounds() for themes like motif & oxygen.
...
git-svn-id: trunk@18433 -
2009-01-25 11:24:29 +00:00
mattias
76c9b75118
clean up
...
git-svn-id: trunk@18432 -
2009-01-25 10:17:33 +00:00
mattias
e49f747043
synedit: immplemented ChangeStamp, IDE: using synedit changestamp, reducing commits to codetools
...
git-svn-id: trunk@18431 -
2009-01-25 10:10:19 +00:00
kirkpatc
76c244d433
Added descriptions and links for TFieldDataLink in DBCtrls.xml
...
git-svn-id: trunk@18430 -
2009-01-24 22:29:05 +00:00
vincents
0df40f685b
IDE: Rename identfier dialog: focus on edit with new name, from Vladimir Zhirov (issue #13008 )
...
git-svn-id: trunk@18429 -
2009-01-24 21:11:15 +00:00
jesus
eca1af77c7
LCL, fix mem leak when a checklistbox item has changed state (gtk)
...
git-svn-id: trunk@18428 -
2009-01-24 20:54:54 +00:00
martin
b35b1e86f6
SynEdit / Example: Fixed, it was refering to an older method
...
git-svn-id: trunk@18427 -
2009-01-24 20:15:23 +00:00
paul
6eccca7842
lcl: button changes
...
- set TabStop = Checked on radio button checked change (delphi compatibility)
- move LM_CLICKED handler from TCustomButton to TButtonControl
- change TRadioGroup TabStop back to false
win32: pass LM_CLICKED for TButtonControls, remove unneeded code
(fixes #0012855 , #0012689 ?)
git-svn-id: trunk@18426 -
2009-01-24 19:38:02 +00:00
martin
38ce40157b
Remove accidental empty method from revision 18424 #2a000a6cbe
...
git-svn-id: trunk@18425 -
2009-01-24 19:34:07 +00:00
martin
2a000a6cbe
Editor Options: Changes to Layout and Wording
...
git-svn-id: trunk@18424 -
2009-01-24 19:19:48 +00:00
mattias
97c23626c2
IDEIntf: OI: fixed position of hint
...
git-svn-id: trunk@18423 -
2009-01-24 19:15:35 +00:00
mattias
b63c3586fb
IDEIntf: OI: not showing big value hint for current row to not hide editor
...
git-svn-id: trunk@18422 -
2009-01-24 19:10:16 +00:00
mattias
24dec9b12f
docs: TControl.OnResize
...
git-svn-id: trunk@18421 -
2009-01-24 18:46:44 +00:00
mattias
8ad5b6f96b
IDE: fixed freeing synedit
...
git-svn-id: trunk@18420 -
2009-01-24 18:33:18 +00:00
paul
a1ea9760c4
win32: implement color applying for TStatusBar (bug #0012560 )
...
git-svn-id: trunk@18419 -
2009-01-24 17:49:13 +00:00
paul
463fc295c5
win32: fix few warnings (mantis #0013033 )
...
git-svn-id: trunk@18418 -
2009-01-24 17:22:57 +00:00
martin
f659fe36b5
SynEdit: Reduce work done in Destroy (related to issue #13038 )
...
git-svn-id: trunk@18417 -
2009-01-24 17:01:04 +00:00
paul
f22cb37270
lcl: adjust static text size on border change
...
win32: implement autosize for TStaticText
git-svn-id: trunk@18416 -
2009-01-24 17:00:13 +00:00
paul
2b5fa9f4a9
win32: implement autosize for TEdit (bug #0009445 )
...
git-svn-id: trunk@18415 -
2009-01-24 16:42:50 +00:00
paul
485b2b9169
lcl: if font has changed and TWinControl.AutoSize = True then adjust control size (part of bug #0009445 )
...
git-svn-id: trunk@18414 -
2009-01-24 16:31:16 +00:00
marc
66468eaf11
* Check if current breakpoint isn't removed
...
git-svn-id: trunk@18413 -
2009-01-24 15:35:25 +00:00
paul
6bce26b8af
win32: don't destroy listview imagelist on handle destroying (bug #0009639 )
...
git-svn-id: trunk@18412 -
2009-01-24 15:31:42 +00:00
martin
a9764b3457
SynEdit: Fix crash in highlighting code under QT (Bug #12951 )
...
git-svn-id: trunk@18411 -
2009-01-24 15:12:04 +00:00
mattias
17299353b0
LCL: TTreeView: fixed inplace editor position from Vladimir Zhirov, bug #13037
...
git-svn-id: trunk@18410 -
2009-01-24 14:45:59 +00:00
paul
50714a86e0
win32: sort listview items by index if handle is allocated (fixes bug #0009611 )
...
git-svn-id: trunk@18409 -
2009-01-24 13:53:47 +00:00
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