Commit Graph

398 Commits

Author SHA1 Message Date
mattias
711c426a9c workaround for gtk1 invalidate bug
git-svn-id: trunk@4783 -
2003-11-08 22:53:11 +00:00
mattias
88a56e5159 fixed vert scrollbar, implemented GetDesignerDC
git-svn-id: trunk@4756 -
2003-11-03 22:37:41 +00:00
mattias
1e4cf2c054 fpc 1.1 fixes, started scrollbar hiding, started polymorphing client areas
git-svn-id: trunk@4752 -
2003-11-01 10:27:41 +00:00
mattias
c5ffdb63ba added the possibility to disbale double buffering
git-svn-id: trunk@4749 -
2003-10-31 14:54:10 +00:00
mattias
3564a2e914 removed some hints
git-svn-id: trunk@4744 -
2003-10-30 21:26:23 +00:00
mattias
ae02013fa3 updated rpm scripts
git-svn-id: trunk@4723 -
2003-10-22 17:50:17 +00:00
marc
ceaf698ecf Implemented new gtk keyevent handling
git-svn-id: trunk@4715 -
2003-10-16 23:54:27 +00:00
ajgenius
cba186a6dd add csForm, start fixing Style matching for syscolors and fonts
git-svn-id: trunk@4709 -
2003-10-15 20:33:37 +00:00
ajgenius
d1b6f316f9 partly fixed gtk2 mouse offsets;
added new includes to gtk2 lpk

git-svn-id: trunk@4702 -
2003-10-06 16:13:53 +00:00
ajgenius
f24db7949b buffer cs_opaque ExtTextOut blocks to help prevent extensive flickering
git-svn-id: trunk@4696 -
2003-10-02 18:18:32 +00:00
ajgenius
f236ad4c5f try to catch GDK/X drawable errors and raise an AV to stop killing App
git-svn-id: trunk@4670 -
2003-09-25 16:02:16 +00:00
ajgenius
d743352fb0 remove USE_PANGO define since pango now apears to work properly.
git-svn-id: trunk@4650 -
2003-09-19 00:41:52 +00:00
ajgenius
9489cc0bd2 fixed Tgtkobject.drawtext for Pango till the native pango one works better
git-svn-id: trunk@4643 -
2003-09-18 14:06:30 +00:00
mattias
5b41e99986 fixed is checks for TCustomXXX controls
git-svn-id: trunk@4640 -
2003-09-18 12:15:01 +00:00
mattias
5e5c1122a7 renamed LCLLinux to LCLIntf
git-svn-id: trunk@4637 -
2003-09-18 09:21:03 +00:00
ajgenius
426aa21c73 Initial DoubleBuffering Support for GTK2
git-svn-id: trunk@4634 -
2003-09-17 19:40:46 +00:00
mattias
55955882c7 started TDBCheckBox
git-svn-id: trunk@4631 -
2003-09-16 11:35:14 +00:00
mattias
1db3ed1f2b fixed gtk2interface package
git-svn-id: trunk@4628 -
2003-09-15 15:43:04 +00:00
ajgenius
5283a5aaf5 partly fixed TWinControl(csFixed)
git-svn-id: trunk@4602 -
2003-09-11 21:33:12 +00:00
ajgenius
670b0a5f64 more changes for pango -
partly fixed ref counting,
added Pango versions of TextOut, CreateFontIndirectEx, and GetTextExtentPoint to the GTK2 interface

git-svn-id: trunk@4597 -
2003-09-10 18:03:47 +00:00
ajgenius
3f67846f84 more implementation toward pango for gtk2
git-svn-id: trunk@4592 -
2003-09-09 20:46:38 +00:00
ajgenius
b4f1e29385 start implementing pango routines for GTK2
git-svn-id: trunk@4591 -
2003-09-09 17:16:24 +00:00
ajgenius
b93c3874b3 more updates for GTK2, more GTK1 wrappers, removal of more ifdef's, partly fixed signals
git-svn-id: trunk@4587 -
2003-09-09 04:15:08 +00:00
ajgenius
066215c115 fixes for gtk2
added more wrappers for gtk1/gtk2 converstion and sanity
removed pointless version $Ifdef GTK2 etc
IDE now "runs" Tcontrol drawing/using problems
renders it unuseable however

git-svn-id: trunk@4578 -
2003-09-06 20:23:53 +00:00
ajgenius
bf84728787 gtk2 changes for pixmap, getcursorpos, mouse events workaround
git-svn-id: trunk@4573 -
2003-09-06 17:24:52 +00:00
mattias
8bf8601482 Success: The first gtk2 application ran without error
git-svn-id: trunk@4569 -
2003-09-05 19:29:38 +00:00
ajgenius
4844efb4cb Make GTK2 "compile". linking fails still
(Makefile.fpc needs pkgconfig libs/GTK2 linking rules,
but not sure how not sure how) and when linked via a make script
(like gtk2 examples do) apps still won't work(yet).  I think we
need to do a lot of work to make sure incompatible(also to get rid
of deprecated) things are done in GTK2 interface itself, and just
use more {$Ifdef GTK1} in the gtk interface itself.

git-svn-id: trunk@4566 -
2003-09-05 18:19:54 +00:00
mattias
312703c997 fixed system fonts for win32 intf
git-svn-id: trunk@4533 -
2003-08-27 08:14:37 +00:00
mattias
c771afd96b applied listbox/combobox patch from Karl
git-svn-id: trunk@4524 -
2003-08-26 08:12:33 +00:00
mattias
e97f3e9562 fixed TCanvas.Pie
git-svn-id: trunk@4499 -
2003-08-18 19:24:18 +00:00
mattias
9af0a719c4 renamed lazqueue to lazlinkedlist, patch from Jeroen
git-svn-id: trunk@4495 -
2003-08-18 13:26:06 +00:00
mattias
a11cc81501 fixed TBitmap.GetHandle
git-svn-id: trunk@4489 -
2003-08-16 15:29:56 +00:00
mattias
f88cba2a80 combined lazconf things for unix
git-svn-id: trunk@4483 -
2003-08-15 14:01:20 +00:00
marc
7664a81732 + Implemented GetCursorPos
git-svn-id: trunk@4432 -
2003-07-29 00:28:43 +00:00
marc
73d6dcef82 * Fixed radiogroup menuitems
git-svn-id: trunk@4414 -
2003-07-21 23:43:32 +00:00
mattias
0ba12a0f29 added comments
git-svn-id: trunk@4413 -
2003-07-20 06:39:03 +00:00
mattias
fdc345358e updated build fpc rpm script
git-svn-id: trunk@4387 -
2003-07-08 20:09:40 +00:00
mattias
dc672eb011 made Size_SourceIsInterface a flag
git-svn-id: trunk@4377 -
2003-07-07 07:59:34 +00:00
mattias
256475cd40 TWinControl.WmSize/Move now updates interface messages smarter
git-svn-id: trunk@4375 -
2003-07-06 20:40:34 +00:00
mattias
04c90479b5 implemented interface graphics
git-svn-id: trunk@4370 -
2003-07-04 22:06:49 +00:00
mattias
b65277e832 implemented 16bit rawimages for gtk
git-svn-id: trunk@4364 -
2003-07-04 08:54:53 +00:00
mattias
e18663becb added fontdialog options to win32 intf from Wojciech Malinowski
git-svn-id: trunk@4362 -
2003-07-03 18:10:55 +00:00
mattias
fb7551ba76 fixed win32 painting and started creating bitmaps from rawimages
git-svn-id: trunk@4355 -
2003-07-02 15:56:15 +00:00
mattias
418b60a004 fixed TPaintStruct
git-svn-id: trunk@4354 -
2003-07-02 10:02:51 +00:00
mattias
c1f3f8d899 clean up
git-svn-id: trunk@4349 -
2003-07-01 13:49:36 +00:00
mattias
d86c28d794 attaching menuitems topdown
git-svn-id: trunk@4348 -
2003-07-01 09:29:52 +00:00
mattias
f6c4d3884a fixed Get/SetPixel for DC without widget
git-svn-id: trunk@4342 -
2003-06-30 10:09:46 +00:00
mattias
01a8eab6d8 fixes for debugging lazarus
git-svn-id: trunk@3428 -
2002-10-01 15:45:57 +00:00
mattias
907efa7e6e implemented TPairSplitter
git-svn-id: trunk@3225 -
2002-08-19 15:15:24 +00:00
mattias
ae12a98a40 fixes for debugging
git-svn-id: trunk@3166 -
2002-08-18 16:50:09 +00:00
mattias
29201d9246 fixed csDashDot
git-svn-id: trunk@2736 -
2002-08-18 04:57:01 +00:00
mattias
8ab6a60b7e many clipping fixes
git-svn-id: trunk@2662 -
2002-08-17 23:41:35 +00:00
mattias
f3340fb77b reduced paint messages on destroy
git-svn-id: trunk@2660 -
2002-08-17 23:41:34 +00:00
mattias
d2ef70e4c2 fixed changing unitname during update
git-svn-id: trunk@2659 -
2002-08-17 23:41:34 +00:00
mattias
89f8378cf9 fixed taborder=0, implemented TabOrder Editor
git-svn-id: trunk@2632 -
2002-08-17 23:41:32 +00:00
mattias
07c09b28f2 moved TColorButton to dialogs.pp
git-svn-id: trunk@2619 -
2002-08-17 23:41:31 +00:00
mattias
73524e09ba fixed AV on StretchDraw 0x0
git-svn-id: trunk@2585 -
2002-08-17 23:41:30 +00:00
mattias
0b9fd449d1 ComboBoxDropDown from Yoyong
git-svn-id: trunk@2578 -
2002-08-17 23:41:29 +00:00
mattias
5cdecc6d81 added ambigius compiled unit test for packages
git-svn-id: trunk@2556 -
2002-08-17 23:41:28 +00:00
mattias
032bc21728 implemented showing source lines in breakpoints dialog
git-svn-id: trunk@2531 -
2002-08-17 23:41:27 +00:00
mattias
f3c7cbd742 started loading/saving breakpoints
git-svn-id: trunk@2517 -
2002-08-17 23:41:26 +00:00
mattias
a96182788d fixed allocation of dc backcolor
git-svn-id: trunk@2505 -
2002-08-17 23:41:26 +00:00
mattias
ceae01f603 fixed right control release
git-svn-id: trunk@2481 -
2002-08-17 23:41:24 +00:00
mattias
a9fa158662 fixed codetools Makefile, fixed default prop not found error
git-svn-id: trunk@2450 -
2002-08-17 23:41:23 +00:00
mattias
78929c3d8e implemented package check broken dependency on compile
git-svn-id: trunk@2443 -
2002-08-17 23:41:22 +00:00
mattias
426525b667 implemented closing unneeded package
git-svn-id: trunk@2413 -
2002-08-17 23:41:21 +00:00
mattias
a7d3d137c8 added but not implemented ComboBoxDropDown
git-svn-id: trunk@2409 -
2002-08-17 23:41:20 +00:00
mattias
4d05eebd71 fixed adding items on TComboBox.DropDown
git-svn-id: trunk@2380 -
2002-08-17 23:41:19 +00:00
mattias
29c3d65cc9 added exception handling for createpixmapindirect
git-svn-id: trunk@2359 -
2002-08-17 23:41:18 +00:00
mattias
7f85cc9da8 fixed default font
git-svn-id: trunk@2346 -
2002-08-17 23:41:17 +00:00
mattias
f464fb755f fixed scrollbars of TIpHtmlPanel
git-svn-id: trunk@2336 -
2002-08-17 23:41:16 +00:00
mattias
3dfd4af32c IpHtmlPanel can show simple HTML pages, but there are mem bugs
git-svn-id: trunk@2317 -
2002-08-17 23:41:15 +00:00
mattias
81f1b0c0ba added TMemoScrollBar
git-svn-id: trunk@2304 -
2002-08-17 23:41:14 +00:00
mattias
87313ed44b started typeinfo for double extended
git-svn-id: trunk@2291 -
2002-08-17 23:41:13 +00:00
mattias
a74fa24fef added transient deactivation option and updated localization
git-svn-id: trunk@2277 -
2002-08-17 23:41:12 +00:00
mattias
ee3cc2df62 implemented build lazarus extra options -d
git-svn-id: trunk@2256 -
2002-08-17 23:41:11 +00:00
mattias
665c7e910f reduced focus handling and improved focus setting
git-svn-id: trunk@2242 -
2002-08-17 23:41:10 +00:00
mattias
8725ec61f1 improved focus debugging output
git-svn-id: trunk@2230 -
2002-08-17 23:41:09 +00:00
mattias
cc60da4963 removed SetRadioButtonGroupMode
git-svn-id: trunk@2221 -
2002-08-17 23:41:08 +00:00
mattias
20c16133bf fixed TRadioGroup.ItemIndex=-1
git-svn-id: trunk@2210 -
2002-08-17 23:41:07 +00:00
mattias
e717242eba added IsWindowVisible
git-svn-id: trunk@2189 -
2002-08-17 23:41:06 +00:00
mattias
cbf91e11ce fixed checking menuitems
git-svn-id: trunk@2184 -
2002-08-17 23:41:05 +00:00
mattias
4b70d5fa02 fixed clipping origin in stretchblt
git-svn-id: trunk@2171 -
2002-08-17 23:41:04 +00:00
mattias
4f2f914830 implemented ShowWindow for gtk2
git-svn-id: trunk@2161 -
2002-08-17 23:41:03 +00:00
ajgenius
ece0b53fc0 initial changes to fix mask vs. region clipping
git-svn-id: trunk@2154 -
2002-08-17 23:41:02 +00:00
mattias
5a859b3806 localized gtk interface
git-svn-id: trunk@2145 -
2002-08-17 23:41:01 +00:00
mattias
2a146b5934 added ShowWindow
git-svn-id: trunk@2129 -
2002-08-17 23:41:00 +00:00
mattias
69e4aa752c implemented changing TMenuItem.GroupIndex at runtime
git-svn-id: trunk@2123 -
2002-08-17 23:40:59 +00:00
mattias
a3539b698f fixed uninitialized style
git-svn-id: trunk@2116 -
2002-08-17 23:40:58 +00:00
mattias
8a3b0768fb fixed set method in OI
git-svn-id: trunk@2108 -
2002-08-17 23:40:57 +00:00
mattias
c01ac3a4da reduced speedbutton invalidates, added TCanvas.Frame
git-svn-id: trunk@2100 -
2002-08-17 23:40:56 +00:00
mattias
0c16169447 fixed clipboard waiting and kwrite targets
git-svn-id: trunk@2096 -
2002-08-17 23:40:55 +00:00
mattias
f2b2481e53 fixed synedit mouse pos to logical column
git-svn-id: trunk@2090 -
2002-08-17 23:40:54 +00:00
mattias
ab650debf3 fixed synedit ensure cursor pos visible with tab chars
git-svn-id: trunk@2083 -
2002-08-17 23:40:53 +00:00
mattias
e909c7698d clean ups
git-svn-id: trunk@2078 -
2002-08-17 23:40:52 +00:00
mattias
2de2d41d0a fixes for win32 listbox/combobox from Karl Brandt
git-svn-id: trunk@2069 -
2002-08-17 23:40:51 +00:00
mattias
242b61c96f added history to identifier completion
git-svn-id: trunk@2062 -
2002-08-17 23:40:50 +00:00
mattias
ce20604cdd focus fixes, reduced lpi size
git-svn-id: trunk@2061 -
2002-08-17 23:40:49 +00:00
mattias
c520af0c4e xmlcfg deletion, focus fixes
git-svn-id: trunk@2055 -
2002-08-17 23:40:48 +00:00
mattias
e5395755d3 cleanup
git-svn-id: trunk@2048 -
2002-08-17 23:40:47 +00:00
mattias
57973ac038 added more Delphi win32 compatibility functions
git-svn-id: trunk@2046 -
2002-08-17 23:40:46 +00:00
mattias
638395d2fc changes for fpc 1.1
git-svn-id: trunk@2041 -
2002-08-17 23:40:45 +00:00
mattias
c33be71941 added included by to unitinfo and a few win32 functions
git-svn-id: trunk@2039 -
2002-08-17 23:40:44 +00:00
mattias
8456870b33 added more windows funcs and fixed jump to compiler error end of file
git-svn-id: trunk@2035 -
2002-08-17 23:40:43 +00:00
mattias
d7d9155d6f custom controls now support child wincontrols
git-svn-id: trunk@2031 -
2002-08-17 23:40:42 +00:00
mattias
82a79bcc79 improved ExtTxtOut: support for char dist array
git-svn-id: trunk@2025 -
2002-08-17 23:40:41 +00:00
mattias
6655ed568d double byte char font started
git-svn-id: trunk@2020 -
2002-08-17 23:40:40 +00:00
mattias
b07c5b226d implemented fsUnderLine for ExtTextOut for gtk
git-svn-id: trunk@2017 -
2002-08-17 23:40:39 +00:00
mattias
06b1f43748 added Timer patch from Vincent Snijders
git-svn-id: trunk@2013 -
2002-08-17 23:40:38 +00:00
lazarus
ba9a1380a2 MG: fixed TMainMenu creation
git-svn-id: trunk@2008 -
2002-08-17 23:40:37 +00:00
lazarus
f7aeef6c24 MG: fixed gdkwindow checks
git-svn-id: trunk@2006 -
2002-08-17 23:40:36 +00:00
lazarus
f8efdc401d MG: fixed LM_LVChangedItem, OnShowHint, small bugs
git-svn-id: trunk@2002 -
2002-08-17 23:40:35 +00:00
lazarus
f7948ac0f1 MG: fixed Polygon and not winding
git-svn-id: trunk@1999 -
2002-08-17 23:40:34 +00:00
lazarus
33c0df6f93 AJ: ignore offset in Polygon Winding, Region/FillRect should take care of it
git-svn-id: trunk@1993 -
2002-08-17 23:40:33 +00:00
lazarus
17b1955795 MG: fixed GetClipBox
git-svn-id: trunk@1991 -
2002-08-17 23:40:32 +00:00
lazarus
8b114c41b6 MG: fixed mouse coords on scrolling wincontrols
git-svn-id: trunk@1986 -
2002-08-17 23:40:31 +00:00
lazarus
2a419eaf2f MG: fixed GetClipBox when clipping region invalid
git-svn-id: trunk@1980 -
2002-08-17 23:40:30 +00:00
lazarus
9c12599844 MG: implemented TControlScrollBar.Size
git-svn-id: trunk@1979 -
2002-08-17 23:40:29 +00:00
lazarus
0af33eac34 MG: fixed GetClipBox
git-svn-id: trunk@1975 -
2002-08-17 23:40:28 +00:00
lazarus
e3d4a67ca1 MG: fixed return polygon point
git-svn-id: trunk@1970 -
2002-08-17 23:40:27 +00:00
lazarus
b1851a66dc AJ: added TShape
git-svn-id: trunk@1966 -
2002-08-17 23:40:26 +00:00
lazarus
300e7ef423 AJ: added IsNullBrush checks to reduce pointless color allocations & GDK function calls
git-svn-id: trunk@1965 -
2002-08-17 23:40:25 +00:00
lazarus
b960c0b55f MG: removed interfaces
git-svn-id: trunk@1958 -
2002-08-17 23:40:24 +00:00
lazarus
44db1cb51c MG: removed interfaces
git-svn-id: trunk@1954 -
2002-08-17 23:40:23 +00:00
lazarus
b8491b804f AJ: fixed initial result in clipping/region routines
git-svn-id: trunk@1951 -
2002-08-17 23:40:22 +00:00
lazarus
12db44ae3f AJ: initialize SelectClipRgn Result
git-svn-id: trunk@1949 -
2002-08-17 23:40:21 +00:00
lazarus
3caa4e4007 MG: impoved focussing, unfocussing on destroy and fixed unit search
git-svn-id: trunk@1944 -
2002-08-17 23:40:20 +00:00
lazarus
47b78dc348 AJ:Minor fixes for Win32 GTK compiling
git-svn-id: trunk@1942 -
2002-08-17 23:40:19 +00:00
lazarus
76e07f6c5f AJ: fixed typo causing gdk cmap error
git-svn-id: trunk@1937 -
2002-08-17 23:40:18 +00:00
lazarus
981168ca07 AJ: Started Form Scrolling
Started StaticText FocusControl
    Fixed Misc Dialog Problems
    Added TApplication.Title

git-svn-id: trunk@1934 -
2002-08-17 23:40:17 +00:00
lazarus
9454877bf2 MG: fixed frmactivate
git-svn-id: trunk@1930 -
2002-08-17 23:40:16 +00:00
lazarus
625b625a5a AJ:minor styles improvement; fixed drawing checks under all(?) themes
git-svn-id: trunk@1927 -
2002-08-17 23:40:15 +00:00
lazarus
b300987be8 MG: fixes for 1.1
git-svn-id: trunk@1925 -
2002-08-17 23:40:14 +00:00
lazarus
349dccf01e MG: fixes for 1.1
git-svn-id: trunk@1923 -
2002-08-17 23:40:13 +00:00
lazarus
f77728bd78 MG: fixes for fpc1.1
git-svn-id: trunk@1921 -
2002-08-17 23:40:12 +00:00
lazarus
cc1e71b882 AJ: minor fixes for FPC 1.1
git-svn-id: trunk@1919 -
2002-08-17 23:40:11 +00:00
lazarus
774fdd98a8 AJ: Partial HintWindow Fix; Added Screen.Font & Font.Name PropEditor; Started to fix ComboBox DropDown size/pos
git-svn-id: trunk@1918 -
2002-08-17 23:40:10 +00:00
lazarus
2dc4406e0b MG: fixed uncapturing of mouse
git-svn-id: trunk@1917 -
2002-08-17 23:40:09 +00:00
lazarus
23890c69ab MG: made mouse capturing more strict
git-svn-id: trunk@1916 -
2002-08-17 23:40:08 +00:00
lazarus
3146d859b8 AJ: added forcelinebreaks
git-svn-id: trunk@1915 -
2002-08-17 23:40:07 +00:00
lazarus
0138bc9dc1 AJ: fixed GTK DrawText to use WordWrap, and add DT_EditControl
git-svn-id: trunk@1914 -
2002-08-17 23:40:06 +00:00
lazarus
885ccacc01 MG: fixed timers
git-svn-id: trunk@1913 -
2002-08-17 23:40:05 +00:00
lazarus
9334db90d3 MG: fixed timer checking
git-svn-id: trunk@1912 -
2002-08-17 23:40:04 +00:00
lazarus
50bb9f1120 MG: fixed zombie timers
git-svn-id: trunk@1911 -
2002-08-17 23:40:03 +00:00
lazarus
c63942294a MG: accelerated GetTextMetrics
git-svn-id: trunk@1910 -
2002-08-17 23:40:02 +00:00
lazarus
d638df276b MG: added paint messages for some gtk internal widgets
git-svn-id: trunk@1909 -
2002-08-17 23:40:01 +00:00
lazarus
6353cb60a0 Cleanups
git-svn-id: trunk@1908 -
2002-08-17 23:40:00 +00:00
lazarus
7759160fc7 MG: fixed client origin coordinates
git-svn-id: trunk@1907 -
2002-08-17 23:39:59 +00:00
lazarus
b83211ed1e MG: fixed Ellipse
git-svn-id: trunk@1906 -
2002-08-17 23:39:58 +00:00
lazarus
867a54d87f MG: accelerated FillRect
git-svn-id: trunk@1905 -
2002-08-17 23:39:57 +00:00