Commit Graph

10870 Commits

Author SHA1 Message Date
micha
ff960a6475 * check whether WM_LCL_SOCK_ASYNC, which is WM_USER, is sent to private application window
git-svn-id: trunk@10843 -
2007-04-01 12:10:19 +00:00
paul
f77c458d61 wince patch from roozbeh (0008373) with modifications:
- this patch implements menus for wince lcl
- partial implementation of cursors
* res and rc files were not added since impossibility of compiling rc file

git-svn-id: trunk@10842 -
2007-04-01 10:21:15 +00:00
mattias
2327279e54 translations: updated german from Joerg Braun
git-svn-id: trunk@10841 -
2007-04-01 09:27:05 +00:00
micha
3ab770a741 * use WindowProc instead of WndProc, like TControl.Perform does
git-svn-id: trunk@10840 -
2007-03-31 14:44:23 +00:00
micha
61bef86625 * another ugly winxp theming fix; now for trackbars (issue #2013)
git-svn-id: trunk@10839 -
2007-03-31 14:37:42 +00:00
mattias
19de3f2b38 debian package: fixed links to binaries, added note about other lazarus deb package with different start names
git-svn-id: trunk@10838 -
2007-03-31 13:14:21 +00:00
mattias
6b9944e3a0 IDE: compiling a package now shows it in the MainBar caption, building the IDE does not save virtual projects
git-svn-id: trunk@10837 -
2007-03-31 12:41:20 +00:00
vincents
093bf3361f set svn properties
git-svn-id: trunk@10836 -
2007-03-30 22:24:59 +00:00
jesus
36f66be0ac PRINTERS: Unix, fixes Raw printing results in data being printed in all subsequent raw print jobs (issue #8587)
git-svn-id: trunk@10835 -
2007-03-30 20:09:16 +00:00
jesus
49d2976787 LCL: Reset current font selection in postscript output after new page (issue #8579)
git-svn-id: trunk@10834 -
2007-03-30 18:43:23 +00:00
mattias
19872b8e64 IDE: codebrowser: clearing include links for FPC units
git-svn-id: trunk@10833 -
2007-03-30 11:02:57 +00:00
tombo
95ed8a8520 Carbon intf.: forgot to add carbon menus to svn
git-svn-id: trunk@10832 -
2007-03-30 08:16:27 +00:00
paul
51b107f511 - implemented TMouse.WheelScrollLines property (issue #0008057)
git-svn-id: trunk@10831 -
2007-03-30 06:09:12 +00:00
paul
adef54eff4 - introduced new win32 compatability function SystemParametersInfo
- added support for parameter SPI_GETWHEELSCROLLLINES in base widgetset class with override in qt widgetset

git-svn-id: trunk@10830 -
2007-03-30 05:58:41 +00:00
paul
78187ac487 - added WsWinControl.CanFocus that inform about ability of control to be focused with default widgetset value = True (overrided for gtk)
- changed CanTab of TWinControl to use TWSWinControlClass.CanFocus
- published TRadioGroup.TabStop

git-svn-id: trunk@10829 -
2007-03-30 05:22:36 +00:00
tombo
c44f23e18d Carbon intf:
- patch #0008537 by Philip J. Hess - Adds basic TOpenDialog, TSaveDialog and TSelectDirectoryDialog
- debug and tracing info, OSError for checking Carbon calls as Philip J. Hess proposed
- started TMainMenu, TPopupMenu, Hints
- TabOrder, TabStop, focusing
- TGraphicControl and TCustomControl descendants improved 

git-svn-id: trunk@10828 -
2007-03-29 13:50:41 +00:00
vincents
4652c75ba9 synedit: fixed return value of SearchReplace (bug #8470)
git-svn-id: trunk@10827 -
2007-03-29 13:26:37 +00:00
marc
242078450b * Updated translation by Antônio Galvão
git-svn-id: trunk@10826 -
2007-03-28 21:53:01 +00:00
mattias
eb3330a114 translations: german: updates from Joerg Braun
git-svn-id: trunk@10825 -
2007-03-28 19:24:27 +00:00
mattias
3dd033044f IDE: codebrowser: showing hourglass cursor during treeview update
git-svn-id: trunk@10824 -
2007-03-28 19:20:52 +00:00
mattias
a46e0d0b54 LCL: changed TApplication.AddOnIdleHandler to use TIdleEvent instead of TNotifyEvent, IDE: codebrowser: added resourcestrings
git-svn-id: trunk@10823 -
2007-03-28 19:01:27 +00:00
andrew
12580dd206 Fixed TGtk2WSComboBox.SetFont - Broken since r10238 #e280cbf19f. Notably made the Search Results window in lazarus gtk2 cause an exception and not display
git-svn-id: trunk@10822 -
2007-03-28 18:13:54 +00:00
andrew
0931fdcd4f applied patch from Valdas Jank for bug #8581. correctly detects maximized forms now
git-svn-id: trunk@10821 -
2007-03-28 17:14:29 +00:00
andrew
932397fb09 Fixed bug #8566 - Pretty Format saves file unwantedly
git-svn-id: trunk@10820 -
2007-03-28 17:02:15 +00:00
vincents
07f94a00c2 win32 cross installer: detect source os
git-svn-id: trunk@10819 -
2007-03-28 11:53:29 +00:00
vincents
ad5316085f win32 cross installer: autodetect fpc and lazarus version number
git-svn-id: trunk@10818 -
2007-03-28 11:44:58 +00:00
vincents
57f2e517ab fpcunit guirunner: use new xml reporter for fpc 2.1 and higher from Graeme
git-svn-id: trunk@10817 -
2007-03-28 08:17:33 +00:00
paul
d90cad2972 - moved DoShow, DoHide, OnShow, OnHide from TTabSheet to TCustomPage (ancestor)
- fireing OnShow and OnHide on page changing

git-svn-id: trunk@10816 -
2007-03-28 04:48:30 +00:00
vincents
e8611d44e6 win32 installer: build gtk2 and qt interfaces for win32
git-svn-id: trunk@10815 -
2007-03-27 14:55:13 +00:00
vincents
1df50a5823 fixed building gtk2 on win64 (I haven't found win64 gtk2 dlls though).
git-svn-id: trunk@10814 -
2007-03-27 13:38:48 +00:00
vincents
85a311aa33 LCL: made DrawFrameRect declaration the same as in the windows unit (bug #8468)
git-svn-id: trunk@10813 -
2007-03-27 10:36:49 +00:00
paul
1158d39fd8 - publishing TMemo.OnDblClick event
git-svn-id: trunk@10812 -
2007-03-27 09:33:50 +00:00
paul
7cbd5a47d5 - publishing TMemo.OnClick event
git-svn-id: trunk@10811 -
2007-03-27 07:47:33 +00:00
vincents
8ac2f8b036 win32 interface: fixed several range errors
* create app window without caption, so that GetWindowSize doesn't return a negative size
* prevent usage of uninitialized array similar to r10798 #eaf391320b

git-svn-id: trunk@10810 -
2007-03-26 19:02:29 +00:00
vincents
4bc63f785d Version 0.9.23
git-svn-id: trunk@10809 -
2007-03-26 17:56:20 +00:00
vincents
0ebe1915fc Version 0.9.22
git-svn-id: trunk@10807 -
2007-03-26 17:53:59 +00:00
vincents
4e8826349b LCL: read Form.RestoredLeft from the Left property if the from in wsNormal state.
Handeling WM_MOVE doesn't work, because windows sends WM_MOVE before WM_SIZE when a form becomes maximized and we have no information to ignore that WM_MOVE message.
same for RestoredTop
Fixes bug #8077.

git-svn-id: trunk@10806 -
2007-03-26 14:57:16 +00:00
vincents
94437574a3 IDE: create directory for po-files, if it doesn't exist yet
git-svn-id: trunk@10805 -
2007-03-26 11:30:41 +00:00
vincents
d69e8e388f LCL: commented debug output of TWinControl.WMChar
git-svn-id: trunk@10804 -
2007-03-26 10:01:08 +00:00
mattias
f107b6226b gtk intf: fixed sending LM_CHAR
git-svn-id: trunk@10803 -
2007-03-26 09:43:02 +00:00
mattias
421093a69f IDE: fixed resizing of project options form page
git-svn-id: trunk@10802 -
2007-03-26 08:34:27 +00:00
mattias
d18565b856 translations: finnish: updates from Seppo
git-svn-id: trunk@10801 -
2007-03-26 08:27:32 +00:00
paul
d1bb7723c4 - forgotten file
git-svn-id: trunk@10800 -
2007-03-25 16:40:39 +00:00
paul
7e597d9d71 - added missed property TCustomListBox.Count for Delphi compatability
git-svn-id: trunk@10799 -
2007-03-25 16:12:00 +00:00
micha
eaf391320b * prevent usage of uninitialized array (found by Vincent)
git-svn-id: trunk@10798 -
2007-03-25 12:38:07 +00:00
vincents
358efe1c14 LCL: fixed range errors in FileNameIsTrimmed
git-svn-id: trunk@10797 -
2007-03-25 11:50:14 +00:00
paul
b561945e53 LCL: implemented setting default button using MB_DEFBUTTONx constants (bug #8517)
git-svn-id: trunk@10796 -
2007-03-25 08:09:10 +00:00
vincents
f657802132 LCL: FileListBox mask defaults to '*' on windows too, so directories without . in the name can be found too.
git-svn-id: trunk@10795 -
2007-03-24 22:06:47 +00:00
micha
45a076d5b7 remove unnecessary units due to r10793 #dfb4fe7303
git-svn-id: trunk@10794 -
2007-03-24 16:24:04 +00:00
micha
dfb4fe7303 replace Add/RemoveSocketEventHandler with simpler win32 specific interface
git-svn-id: trunk@10793 -
2007-03-24 16:17:33 +00:00