marc
b681f94950
* Step 1 of the native imagelist implementation
...
git-svn-id: trunk@10875 -
2007-04-05 00:00:37 +00:00
andrew
578459f760
applied patch from Valdas Janka for bug #8498 to fix pixmap scaling
...
git-svn-id: trunk@10874 -
2007-04-04 23:02:38 +00:00
vincents
3af8922151
win32 interface: mousepos can get negative value, so use smallint instead of word to store last mouse pos
...
git-svn-id: trunk@10873 -
2007-04-04 22:05:59 +00:00
vincents
4654108191
win32 interface: fixed range error (HDC: unsigned; WPARAM: signed)
...
git-svn-id: trunk@10872 -
2007-04-04 20:52:10 +00:00
vincents
737f7e6775
win32 interface: fixed range errors
...
git-svn-id: trunk@10871 -
2007-04-04 19:40:02 +00:00
mattias
05fa424bb7
gtk2 intf: fixed codetools include paths, fixed double painting
...
git-svn-id: trunk@10870 -
2007-04-04 18:08:37 +00:00
vincents
bf9399bd9d
win32 interface: fixed several range errors
...
git-svn-id: trunk@10869 -
2007-04-04 15:12:31 +00:00
vincents
e1b7c150ae
LCL: add all needed variants of CompareValue to prevent overloading problems (bug #8448 )
...
git-svn-id: trunk@10868 -
2007-04-04 14:47:31 +00:00
vincents
f2b307fcaa
* removed fpc 2.0.2 workarounds from fpcadds
...
* only add CompareValue(qword, qword) for fpc versions that don't have it.
git-svn-id: trunk@10867 -
2007-04-04 10:35:52 +00:00
paul
409d3e41fb
cleanup
...
git-svn-id: trunk@10866 -
2007-04-04 08:34:06 +00:00
paul
79c187d1e2
cleanup
...
git-svn-id: trunk@10865 -
2007-04-04 07:54:20 +00:00
paul
6bffe803aa
- fixing problems with problems with TNoteBook.TabPosition in win32
...
- Qt implementation of TabPosition
- Gtk Notebook creating code moving
git-svn-id: trunk@10864 -
2007-04-04 07:39:25 +00:00
vincents
b27dc30a4b
LCL: fixed range error (loop variable needs to be integer too)
...
git-svn-id: trunk@10863 -
2007-04-04 07:25:54 +00:00
mattias
ccb0b4e1ea
IDE: fixed endless loop
...
git-svn-id: trunk@10862 -
2007-04-03 22:33:24 +00:00
vincents
08761b6cee
gtk interface: fixed range errors in underlining short cuts (bug #8602 ) from Colin Western
...
git-svn-id: trunk@10861 -
2007-04-03 20:42:46 +00:00
vincents
5eb5cdde43
docs: documented GetAllFilesMask
...
git-svn-id: trunk@10860 -
2007-04-03 20:02:04 +00:00
vincents
a565b77244
lcl: reverted accidental commit in revision 10858 #e1b5b16184
...
git-svn-id: trunk@10859 -
2007-04-03 20:00:44 +00:00
vincents
e1b5b16184
gtk interface: fixed calling TListView.OnColumnClick, removed duplicate code (bug #8298 ) from Flavio Etrusco
...
git-svn-id: trunk@10858 -
2007-04-03 19:53:45 +00:00
vincents
f0cba610c2
LCL: fixed raising commondialog.OnClose twice (bug #8441 ) from Bart Broersma
...
git-svn-id: trunk@10857 -
2007-04-03 11:30:05 +00:00
vincents
9e313b5413
LCL: added AllocateHWnd and implemented it for win32 (bug #8563 ) from Felipe
...
git-svn-id: trunk@10856 -
2007-04-03 10:04:06 +00:00
marc
f79c0cd263
* Fixed unsafe endianess cast
...
git-svn-id: trunk@10855 -
2007-04-02 22:01:51 +00:00
vincents
4acff91db5
LCL: fixed big endian issue in TestFormStreamFormat (bug #8012 )
...
git-svn-id: trunk@10854 -
2007-04-02 21:52:51 +00:00
vincents
5043251cbe
win32 interface: fixed possible range error
...
git-svn-id: trunk@10853 -
2007-04-02 20:39:46 +00:00
vincents
0651529c0a
LCL: removed fpc 2.0.2 workaround
...
git-svn-id: trunk@10852 -
2007-04-02 20:31:24 +00:00
vincents
122fc6244b
win32 interface: fixed possible range error
...
git-svn-id: trunk@10851 -
2007-04-02 20:30:41 +00:00
vincents
738b5d15f0
win32 cross installer: fixed setting source os
...
git-svn-id: trunk@10850 -
2007-04-02 18:05:37 +00:00
vincents
52f9a8581e
menu designer: give designer menuitem panel a valid name (bug #8601 )
...
git-svn-id: trunk@10849 -
2007-04-02 12:05:34 +00:00
vincents
c094754b4c
LCL: fixed TComboBox.SelText (bug #8450 ) based on patch by Tom
...
git-svn-id: trunk@10848 -
2007-04-02 09:45:39 +00:00
mattias
31606f9a53
components: added fpweb from Michael Van Canneyt
...
git-svn-id: trunk@10847 -
2007-04-02 07:55:14 +00:00
vincents
3c4a5dccb7
win32 cross installer: fixed adding the binutils
...
git-svn-id: trunk@10846 -
2007-04-01 21:16:21 +00:00
vincents
50948b0577
win32 interface: prevent recursion when redirecting a WM_MOUSEWHEEL message
...
git-svn-id: trunk@10845 -
2007-04-01 20:57:35 +00:00
vincents
a0cd202e73
regenerated makefiles with fpcmake 2.3.1 to include the -Cg flag for x86_64-linux
...
git-svn-id: trunk@10844 -
2007-04-01 19:38:53 +00:00
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