vincents
|
410840847b
|
win32 installer: added cross installer scripts
git-svn-id: trunk@10371 -
|
2007-01-04 14:47:22 +00:00 |
|
vincents
|
49a9083bf9
|
LCL: first call closemodal and then hide the form, as it was before r10339 #c0f7e52665 (bug #8059)
git-svn-id: trunk@10370 -
|
2007-01-04 12:51:07 +00:00 |
|
vincents
|
a774b547a9
|
wince is the default LCL_PLATFORM for the wince OS
git-svn-id: trunk@10369 -
|
2007-01-03 21:16:49 +00:00 |
|
vincents
|
36c6291a30
|
IDE: fixed jumping to source from the code explorer (bug #8042)
git-svn-id: trunk@10368 -
|
2007-01-03 07:44:22 +00:00 |
|
jesus
|
214f4d229d
|
correction from Vincent for rebuilding lazarus
git-svn-id: trunk@10367 -
|
2007-01-02 19:34:10 +00:00 |
|
vincents
|
4b95658b90
|
IDE: don't rebuild the IDE, if the user closed the confirmation dialog (mrCancel is returned for MessageDlg). Bug #8010
git-svn-id: trunk@10366 -
|
2007-01-02 12:54:09 +00:00 |
|
vincents
|
a783783930
|
LCL: you can tab to a TPanel, if it has tabstop = true (issue #8044)
git-svn-id: trunk@10365 -
|
2007-01-02 10:59:43 +00:00 |
|
marc
|
6b96e74f9a
|
* Fixed breakpoints at programstart and initialization code
git-svn-id: trunk@10364 -
|
2007-01-02 00:31:20 +00:00 |
|
mattias
|
ff4f81d112
|
codetools: adding heuristic to scan the Makefile.fpc files of the FPC sources
git-svn-id: trunk@10363 -
|
2007-01-01 13:02:37 +00:00 |
|
marc
|
5663061720
|
* fixed gtk1 keyboard handling
git-svn-id: trunk@10362 -
|
2006-12-31 15:30:33 +00:00 |
|
vincents
|
bf8de39f90
|
wince interface: fixed compilation with fpc 2.1.1
git-svn-id: trunk@10361 -
|
2006-12-30 21:13:20 +00:00 |
|
mattias
|
3f4887140f
|
LCL: OnResize and OnChangeBounds are now suspended after OnCreate
git-svn-id: trunk@10360 -
|
2006-12-30 11:48:48 +00:00 |
|
jesus
|
2d42b48ed2
|
lazde tree nodes selection and focus appearance, issue #7188 (patch from Luiz Americo)
git-svn-id: trunk@10359 -
|
2006-12-29 05:56:10 +00:00 |
|
marc
|
977c77be92
|
* minor VK assignment fixes
- Reduced some warnings
git-svn-id: trunk@10358 -
|
2006-12-29 01:09:59 +00:00 |
|
marc
|
d4ef9bafdd
|
* fixed crash
git-svn-id: trunk@10357 -
|
2006-12-28 22:50:15 +00:00 |
|
mattias
|
574e1e3688
|
LCL: added Delphi compatible TGraphic.Progress
git-svn-id: trunk@10356 -
|
2006-12-28 22:43:25 +00:00 |
|
jesus
|
b56bef2991
|
moved MouseEnter,MouseLeave from private to protected section for TCustomSpeedButton
git-svn-id: trunk@10355 -
|
2006-12-28 19:54:18 +00:00 |
|
jesus
|
8b6d502a92
|
fixed default text drawing in customlistbox with owner draw style, based on xpete patch on issue #8007
git-svn-id: trunk@10354 -
|
2006-12-28 19:22:54 +00:00 |
|
marc
|
f9b0c15f24
|
- Removed gtk1-utf8 warning
git-svn-id: trunk@10353 -
|
2006-12-28 00:08:08 +00:00 |
|
mattias
|
d9c4bfc71b
|
gtk2 intf: fixed compilation
git-svn-id: trunk@10352 -
|
2006-12-27 18:20:53 +00:00 |
|
marc
|
dc52f9f953
|
* Keyhandling cleanup: moved keysymtovk to a map
git-svn-id: trunk@10351 -
|
2006-12-26 16:51:10 +00:00 |
|
jesus
|
a1ec60a342
|
gtk1, additional tries if font was not matched
git-svn-id: trunk@10350 -
|
2006-12-23 06:40:36 +00:00 |
|
jesus
|
582525a478
|
gtk1, additional check for getting defult font name and fix in getdefaultfontfamily
git-svn-id: trunk@10349 -
|
2006-12-22 22:55:56 +00:00 |
|
vincents
|
18f0b57565
|
LCL: don't switch width and height when loading the scrolbar (bug #7993)
git-svn-id: trunk@10348 -
|
2006-12-22 10:33:15 +00:00 |
|
vincents
|
e2cfe24165
|
win32 interface: implemented ComboBox.SetDroppedDown (bug #7976)
git-svn-id: trunk@10347 -
|
2006-12-22 09:55:04 +00:00 |
|
vincents
|
2a47ee1f96
|
LCL: published TForm.OnClick (bug #8005)
git-svn-id: trunk@10346 -
|
2006-12-22 08:39:51 +00:00 |
|
mattias
|
bd37a75255
|
IDE: accelerated writing compiler output to terminal
git-svn-id: trunk@10345 -
|
2006-12-21 22:25:18 +00:00 |
|
mattias
|
6da5267421
|
gtk intf: improved listbox SetTopIndex for newly added items
git-svn-id: trunk@10344 -
|
2006-12-21 16:29:39 +00:00 |
|
mattias
|
0fc3bea335
|
codetools: added special file fpc unit postion libc
git-svn-id: trunk@10343 -
|
2006-12-21 13:05:18 +00:00 |
|
vincents
|
3c5dd2a426
|
tray icon: improved Delphi compatibility, started GetPosition (issue #7991)
git-svn-id: trunk@10342 -
|
2006-12-18 09:02:45 +00:00 |
|
vincents
|
c6fcef4270
|
LCL: published TImage.ShowHint, ParentShowHint and Enabled (bug #7578)
git-svn-id: trunk@10341 -
|
2006-12-18 06:51:43 +00:00 |
|
vincents
|
9bb80433b3
|
win32 interface: fixed focus after restoring a minimized window (bug #7946)
git-svn-id: trunk@10340 -
|
2006-12-17 12:33:15 +00:00 |
|
micha
|
c0f7e52665
|
fix freezing app upon exception in modal form (issue #7207)
git-svn-id: trunk@10339 -
|
2006-12-16 19:18:12 +00:00 |
|
mattias
|
fb003f58f6
|
IDE: translation: updated finnish from Seppo
git-svn-id: trunk@10338 -
|
2006-12-16 13:18:01 +00:00 |
|
mattias
|
bf557acf5b
|
IDE: fixed open packages with underscores in filename
git-svn-id: trunk@10337 -
|
2006-12-16 11:55:07 +00:00 |
|
jesus
|
90dcf1e1af
|
grids, use CleanSelection for invalid selecction
git-svn-id: trunk@10336 -
|
2006-12-16 08:40:40 +00:00 |
|
vincents
|
67203ca7c6
|
LCL: Published TEditButton.Text
git-svn-id: trunk@10335 -
|
2006-12-15 14:06:21 +00:00 |
|
vincents
|
089d3f210b
|
LCL: invalidate treeview after deleting node (bug #2005)
git-svn-id: trunk@10334 -
|
2006-12-15 11:22:56 +00:00 |
|
vincents
|
ec287d82c2
|
startlazarus: moved showing splash screen out of lazarusmanager constructor to get better backtrace for bug #7966
git-svn-id: trunk@10333 -
|
2006-12-15 08:25:06 +00:00 |
|
vincents
|
3a1836c830
|
linux installers: let the desktop icon point to /usr/bin/startlazarus instead of /usr/share/lazarus/startlazarus (bug #7969)
git-svn-id: trunk@10332 -
|
2006-12-15 07:59:42 +00:00 |
|
vincents
|
a0507c6111
|
IDE: added safeguard against getting environmentstrings that start with '=' as can happen on windows. This fixes bug #1685 and #7699
git-svn-id: trunk@10331 -
|
2006-12-14 20:24:04 +00:00 |
|
vincents
|
cffc736d63
|
Imagelist property editor: don't ask to split if the image width is equal to the width of the imagelist
git-svn-id: trunk@10330 -
|
2006-12-14 20:17:03 +00:00 |
|
vincents
|
c5cfa947b3
|
LCL: fixed inconsistency in default value of TCustomListView.ViewStyle
git-svn-id: trunk@10329 -
|
2006-12-13 12:21:24 +00:00 |
|
vincents
|
b6bff662d8
|
docs: fixed TGroupBox.UnDock
git-svn-id: trunk@10328 -
|
2006-12-13 11:16:59 +00:00 |
|
mattias
|
503a5be753
|
lcl: TCustomEdit: property AutoSelect, CustomComboBox: property AutoSelect and property CharCase from Funky Beast
git-svn-id: trunk@10327 -
|
2006-12-13 09:22:00 +00:00 |
|
mattias
|
ffb717dbc2
|
codetools: class completion: copying class keyword for virtual methods
git-svn-id: trunk@10326 -
|
2006-12-13 09:19:05 +00:00 |
|
vincents
|
76d67ec1dc
|
grids: fixed entering edit state when key is pressed (bug #7115)
git-svn-id: trunk@10325 -
|
2006-12-13 08:19:22 +00:00 |
|
jesus
|
311e8977f7
|
info about grids
git-svn-id: trunk@10324 -
|
2006-12-12 22:14:28 +00:00 |
|
vincents
|
020e8e4a42
|
LCL: raise OnClick before OnMouseUp (issue #7956)
git-svn-id: trunk@10323 -
|
2006-12-12 15:07:35 +00:00 |
|
vincents
|
e11cec8fcf
|
fixed fpc 2.1.1 compilation
git-svn-id: trunk@10322 -
|
2006-12-12 13:36:17 +00:00 |
|