Stefan Csomor
|
1f1c8bd4d1
|
moving compositing knowledge into utility classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-27 14:47:09 +00:00 |
|
Stefan Csomor
|
cd7800274b
|
scrolling UPP moved
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-27 14:44:36 +00:00 |
|
Julian Smart
|
49bf4e3e68
|
Added GetBitmap, GetIcon to wxImageList
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-27 10:36:58 +00:00 |
|
Ryan Norton
|
9075301655
|
fix compilation - Stefan see my last commit bundle :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-27 10:02:20 +00:00 |
|
Stefan Csomor
|
76c7012c6f
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-27 09:51:45 +00:00 |
|
Stefan Csomor
|
02a55765c4
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-27 09:49:19 +00:00 |
|
Stefan Csomor
|
789ae0cfa2
|
reintroducing non-composited functionality due to DataBrowser Bugs under 10.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-27 09:10:52 +00:00 |
|
Stefan Csomor
|
9b89f11ad8
|
reintroducing non-composited functionality due to DataBrowser Bugs under 10.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-27 08:54:16 +00:00 |
|
Ryan Norton
|
1b5bee64fd
|
Fix error and some warnings - wxTopLevelWindowMac needs toplevel.h, but we only need a plain window - warnings are an unused variable (commented out) and passing floats in place of shorts - and why is this file in wxBase anyway? Oh well...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-26 10:00:30 +00:00 |
|
Robin Dunn
|
55ae28331f
|
Range check the index in GetString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-26 00:18:24 +00:00 |
|
Stefan Csomor
|
ff38d8c1eb
|
add mac theme -> rgb color conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-25 16:51:58 +00:00 |
|
Stefan Csomor
|
94c80d5254
|
submenus have to work in these as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-25 14:19:33 +00:00 |
|
Stefan Csomor
|
5de694f065
|
new MLTE implementation, using our own scrolling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-25 13:57:37 +00:00 |
|
Stefan Csomor
|
29ee02dfe1
|
avoid negative widths, moved deeper down
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-25 13:49:49 +00:00 |
|
Stefan Csomor
|
c0624ca254
|
avoid negative widths
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-25 13:45:33 +00:00 |
|
Stefan Csomor
|
4e4770405a
|
under compositing windows when using the 'classic' mlte we must remove and reinsert the scrollbars as they have been inserted 'out of embedding order' onto the root control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-24 14:20:34 +00:00 |
|
Stefan Csomor
|
1688bb3899
|
add version checks instead of symbol checks, so that CW builds do not complain on 10.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-24 14:09:39 +00:00 |
|
Stefan Csomor
|
91ae6e3a94
|
notifying children of absolute position changes, add version checks instead of symbol checks, so that CW builds do not complain on 10.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-24 14:09:08 +00:00 |
|
Stefan Csomor
|
37d0bfa875
|
making implementation independent of a wx-peer of that control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-24 14:07:55 +00:00 |
|
Stefan Csomor
|
89a66f111b
|
forwarding position changed events to peer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-24 14:06:15 +00:00 |
|
Stefan Csomor
|
d56db55ea0
|
force icon type for tools, as PICTs are not shown
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 18:19:45 +00:00 |
|
Stefan Csomor
|
45cf8535da
|
scaling for 24x24 and 64x64 sizes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 18:18:33 +00:00 |
|
Stefan Csomor
|
7a9263008b
|
HITextView fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 17:16:30 +00:00 |
|
Włodzimierz Skiba
|
6cb0bfdf9d
|
Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 17:04:16 +00:00 |
|
Stefan Csomor
|
55866801f0
|
switch OSX implementations to unicode text ctrl meanwhile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 16:48:19 +00:00 |
|
Stefan Csomor
|
bcbbfab838
|
along the same change in dc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 16:18:00 +00:00 |
|
Stefan Csomor
|
0f7817ab1f
|
revamping classic MLTE implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 16:13:14 +00:00 |
|
Stefan Csomor
|
dad7b12aee
|
adding peer back to wxWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 15:53:06 +00:00 |
|
Stefan Csomor
|
6449b3a8e9
|
carbon cfm fixes, factoring code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 15:52:05 +00:00 |
|
Stefan Csomor
|
23ad132ca3
|
carbon cfm fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 15:48:52 +00:00 |
|
Stefan Csomor
|
b905d6cc08
|
adding a peer pointing back to wxWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 15:46:03 +00:00 |
|
Włodzimierz Skiba
|
1a87edf286
|
Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-21 21:02:41 +00:00 |
|
Stefan Csomor
|
42f8298f6f
|
warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-21 18:33:03 +00:00 |
|
Stefan Csomor
|
0d5eaa5096
|
drawing circles with a transparent pen was filling of course...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-21 14:37:42 +00:00 |
|
Stefan Csomor
|
969cfbc085
|
fix for quartz case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-21 14:32:59 +00:00 |
|
Stefan Csomor
|
852a8f8b53
|
warning cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-21 14:00:52 +00:00 |
|
Stefan Csomor
|
68654a8295
|
trials for proper synchronizing between different contexts on the same window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-21 13:57:05 +00:00 |
|
Stefan Csomor
|
796a6ef04a
|
adapting to bitmaprefdata changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-21 13:53:22 +00:00 |
|
Stefan Csomor
|
24260aaea7
|
first step into modernizing MLTE-Classic as it still seems to be the most complete answer to our needs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-21 13:51:51 +00:00 |
|
Stefan Csomor
|
542f604ff6
|
carbon cfm / classic fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-21 13:50:19 +00:00 |
|
Stefan Csomor
|
b28aeea5ca
|
moving native format generation into bitmap ref data because of the owner semantics (we don't know when to release a PicHandle otherwise
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-21 13:48:21 +00:00 |
|
Stefan Csomor
|
64f553a486
|
toggle corrected for click as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-20 16:41:09 +00:00 |
|
Stefan Csomor
|
9954f65067
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-20 16:26:10 +00:00 |
|
Stefan Csomor
|
f572d6495f
|
changing include type for XCode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-20 16:24:35 +00:00 |
|
Stefan Csomor
|
08c8555e0b
|
guarding against non supported logical modes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-19 20:04:05 +00:00 |
|
Stefan Csomor
|
69342052a4
|
use theme drawing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-19 19:56:23 +00:00 |
|
Stefan Csomor
|
2480cf888f
|
Adding theme drawing for list header under 10.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-19 17:43:50 +00:00 |
|
Stefan Csomor
|
e604288b3e
|
EVT_CHAR_HOOK added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-19 17:37:45 +00:00 |
|
Stefan Csomor
|
b2f3b00bd2
|
switching to IconRefs for menu bitmaps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-19 15:42:37 +00:00 |
|
Stefan Csomor
|
a8f234d2a9
|
cleaning up, adding support for Quartz / Themeing before 10.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-19 15:34:35 +00:00 |
|