paul
|
1ff1a2384f
|
win32: fix calling of SetText for TCombobox (issue #0024591)
git-svn-id: trunk@41710 -
|
2013-06-14 02:36:30 +00:00 |
|
mattias
|
87b70e8023
|
IDE: retranslate editor options
git-svn-id: trunk@41709 -
|
2013-06-13 22:51:16 +00:00 |
|
mattias
|
dac652c7fc
|
aarre: license
git-svn-id: trunk@41708 -
|
2013-06-13 22:50:53 +00:00 |
|
mattias
|
e754968a20
|
aarre: comments
git-svn-id: trunk@41707 -
|
2013-06-13 21:19:44 +00:00 |
|
mattias
|
6e20536c6f
|
IDE: clean up
git-svn-id: trunk@41706 -
|
2013-06-13 21:02:18 +00:00 |
|
mattias
|
33cfc279d4
|
aarre: compress via gzip
git-svn-id: trunk@41705 -
|
2013-06-13 19:53:15 +00:00 |
|
mattias
|
191934ab45
|
aarre: less verbose
git-svn-id: trunk@41704 -
|
2013-06-13 19:40:05 +00:00 |
|
mattias
|
dfeb33328b
|
aarre: clean up
git-svn-id: trunk@41703 -
|
2013-06-13 11:38:27 +00:00 |
|
juha
|
6945bd6608
|
Converter: improve log message for adding "SimplePanel = False" to StatusBar.
git-svn-id: trunk@41702 -
|
2013-06-13 10:47:12 +00:00 |
|
juha
|
93903dc029
|
Converter: move Application.ProcessMessages to better places.
git-svn-id: trunk@41701 -
|
2013-06-13 10:47:06 +00:00 |
|
zeljko
|
634a2443b7
|
Qt: make QProgressBar behave like in all other widgetsets.It can be focused via keyboard but not with mouse.
git-svn-id: trunk@41700 -
|
2013-06-13 08:33:42 +00:00 |
|
zeljko
|
e43a6d96d9
|
Gtk2: set GTK_CAN_FOCUS flag on progressbar, so TabStop now works, also OnEnter and OnExit events.
git-svn-id: trunk@41699 -
|
2013-06-13 08:23:39 +00:00 |
|
paul
|
e036e4b080
|
lcl: revert r41655 #00944bbf41 since it causes problems on windows XP
git-svn-id: trunk@41698 -
|
2013-06-13 07:31:40 +00:00 |
|
paul
|
c44cd1c397
|
win32: remove unneeded SetText implementation for WS classes - it is enough to have only one implementation in TWin32WSWinControl class. Replace SetWindowText with WM_SETTEXT since SetWindowText do nothing more than checking handle owner and calling WM_SETTEXT.
git-svn-id: trunk@41697 -
|
2013-06-13 01:52:45 +00:00 |
|
mattias
|
e83d398385
|
aarre: read required package names
git-svn-id: trunk@41696 -
|
2013-06-12 18:05:06 +00:00 |
|
mattias
|
53729efba4
|
aarre: auto fix non UTF-8
git-svn-id: trunk@41695 -
|
2013-06-12 17:57:44 +00:00 |
|
mattias
|
1dcfc14560
|
aarre: help if no directory is given
git-svn-id: trunk@41694 -
|
2013-06-12 17:49:15 +00:00 |
|
mattias
|
93d01b2311
|
IDE: clean up
git-svn-id: trunk@41693 -
|
2013-06-12 11:45:06 +00:00 |
|
mattias
|
46adf1c412
|
codetools: set elseif to inacrive
git-svn-id: trunk@41692 -
|
2013-06-12 11:44:48 +00:00 |
|
mattias
|
74535103a4
|
codetools: examples: filename as param
git-svn-id: trunk@41691 -
|
2013-06-12 11:43:37 +00:00 |
|
maxim
|
9fab3a68db
|
IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@41690 -
|
2013-06-12 11:25:08 +00:00 |
|
maxim
|
cb5b0d6691
|
IDEIntf: do not substitute ampersand with underscore in Object Inspector. Patch by Do-wan Kim, bug #24585
git-svn-id: trunk@41689 -
|
2013-06-12 11:07:39 +00:00 |
|
mattias
|
6b891914bc
|
IDE: combined defaults for publish module+project
git-svn-id: trunk@41688 -
|
2013-06-12 11:02:22 +00:00 |
|
mattias
|
f5026c3fe2
|
IDE: do not write default launching pathplusparams
git-svn-id: trunk@41687 -
|
2013-06-12 10:47:36 +00:00 |
|
mattias
|
b3c587c8c1
|
aarre: clean up
git-svn-id: trunk@41686 -
|
2013-06-12 10:47:09 +00:00 |
|
mattias
|
f5a13690c3
|
IDE: FindTerminalInPath: less file access
git-svn-id: trunk@41685 -
|
2013-06-12 10:31:49 +00:00 |
|
paul
|
e241c9693d
|
lcl: fix LM_XBUTON... message handlers. They should check high word parameter to get button value instead of checking shift state (issue #0020883)
git-svn-id: trunk@41684 -
|
2013-06-12 09:02:54 +00:00 |
|
mattias
|
b63a49d5ea
|
LCL: TMenuItem.Click: do not call OnClick if Action.OnExecute=OnClick, call Action.Execute always on click
git-svn-id: trunk@41683 -
|
2013-06-11 22:30:58 +00:00 |
|
mattias
|
4a1f602815
|
LCL: TControl.Click: do not call OnClick if Action.OnExecute=OnClick, call Action.Execute always on click, fixed TCustomCheckBox LM_CHANGED action trigger
git-svn-id: trunk@41682 -
|
2013-06-11 22:29:23 +00:00 |
|
mattias
|
b2aea83c77
|
LCL: TCUstomCheckBox: change Action.Checked on LM_CHANGED
git-svn-id: trunk@41681 -
|
2013-06-11 21:22:58 +00:00 |
|
mattias
|
b8c31f0f08
|
IDE: initial setup dlg: give hint where to get FPC and FPC-SRC
git-svn-id: trunk@41680 -
|
2013-06-11 19:09:28 +00:00 |
|
mattias
|
31bb5200d0
|
IDE: do not show build modes on package options, that is too confusing
git-svn-id: trunk@41679 -
|
2013-06-11 16:38:33 +00:00 |
|
mattias
|
2334f84a57
|
codetools: fixed result of ExploreUnitDirectives
git-svn-id: trunk@41678 -
|
2013-06-11 14:14:02 +00:00 |
|
martin
|
c1b253f642
|
SynEdit: Ifdef Markup: fixed wrong assert: issue #0024581
git-svn-id: trunk@41677 -
|
2013-06-11 11:29:48 +00:00 |
|
paul
|
35fbbe9c73
|
lcl: make TScreen.UpdateMonitors public as suggested in (issue #0022499)
git-svn-id: trunk@41676 -
|
2013-06-11 06:57:18 +00:00 |
|
paul
|
ac294c5104
|
qt: don't skip Enter,Return,Backspace for UTF8KeyPress as other widgetsets does not do so
git-svn-id: trunk@41675 -
|
2013-06-11 02:40:51 +00:00 |
|
paul
|
a70fe2a963
|
gtk2: don't eat KeyUp if KeyPress event has handled a key - a part of fix for TMemo.WantReturns
git-svn-id: trunk@41674 -
|
2013-06-11 02:40:10 +00:00 |
|
paul
|
b3ce447a57
|
lcl: don't insert Enter key to TMemo if WantReturns is set to False
git-svn-id: trunk@41673 -
|
2013-06-11 02:39:15 +00:00 |
|
mattias
|
bf6d88f9ad
|
LCL: comment
git-svn-id: trunk@41672 -
|
2013-06-10 22:57:50 +00:00 |
|
juha
|
09a25e6d5f
|
Converter: improve deleting files when LCL or LazUtils has a unit with same name.
git-svn-id: trunk@41671 -
|
2013-06-10 22:11:28 +00:00 |
|
mattias
|
63b2a29382
|
lcl: gtk2: tcustomcontrol: clear background pixmap of parent window too
git-svn-id: trunk@41670 -
|
2013-06-10 21:50:02 +00:00 |
|
mattias
|
f97c282b0d
|
lcl: gtk2: less hints
git-svn-id: trunk@41669 -
|
2013-06-10 21:25:29 +00:00 |
|
mattias
|
6e6f461181
|
lcl: gtk2: SetScrollInfo: only draw if something has changed
git-svn-id: trunk@41668 -
|
2013-06-10 21:23:44 +00:00 |
|
mattias
|
1b2773e5ee
|
IDE: mode matrix: draw mode titles transparent
git-svn-id: trunk@41667 -
|
2013-06-10 20:35:41 +00:00 |
|
juha
|
cfa52d59ed
|
Converter: fix compilation
git-svn-id: trunk@41666 -
|
2013-06-10 14:42:06 +00:00 |
|
juha
|
cff5dd3116
|
Converter: optionally delete files in project dir if LCL has a unit with same name.
git-svn-id: trunk@41665 -
|
2013-06-10 14:32:53 +00:00 |
|
mattias
|
8c2b602dda
|
translations: German: updates from Swen Heinig
git-svn-id: trunk@41664 -
|
2013-06-10 11:36:10 +00:00 |
|
sekelsenmat
|
9942ebde4e
|
fpvectorial: Minor SVG rendering improvements
git-svn-id: trunk@41663 -
|
2013-06-10 11:34:00 +00:00 |
|
mattias
|
c2216e706e
|
IDE: fixed uninitialized result
git-svn-id: trunk@41662 -
|
2013-06-10 11:16:07 +00:00 |
|
mattias
|
6f186d11c1
|
IDE: clean up
git-svn-id: trunk@41661 -
|
2013-06-10 11:09:37 +00:00 |
|