Stefan Csomor
|
5273bf2fd3
|
removing dependancy on mac headers from public wx headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-04 17:13:39 +00:00 |
|
Stefan Csomor
|
5b36f53bd1
|
corrections for theme brush alignments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-29 09:57:11 +00:00 |
|
Stefan Csomor
|
dc8f5bd687
|
added support for appearance brushes, corrected blitting origin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-28 19:13:16 +00:00 |
|
Stefan Csomor
|
bf56779564
|
changed clipping to use native mac regions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-19 21:27:34 +00:00 |
|
Julian Smart
|
0cbff1201a
|
Added wxUSE_DC_CACHEING and associated code to wxMSW
Added EnableCache, CacheEnabled to wxDCBase
Added mask source args to DoBlit, Blit
Added cache testing code to dragimag sample
Added wxSystemOptions, regenerated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 10:07:06 +00:00 |
|
Stefan Csomor
|
3dec57adfd
|
icon support moved to wxBitmap, allowing for fully transparent usage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-16 16:23:13 +00:00 |
|
Gilles Depeyrot
|
f87a708b14
|
added const for Mac OS X compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-08 18:31:36 +00:00 |
|
Stefan Csomor
|
0eaa1d68c2
|
changed port handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-08 16:08:09 +00:00 |
|
Stefan Csomor
|
0a67a93b17
|
mac fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-08 07:29:46 +00:00 |
|
Václav Slavík
|
fe2e43661e
|
moved splines rendering code into wxDCBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-03-13 23:38:57 +00:00 |
|
Stefan Csomor
|
0b014ec713
|
mac changes : wxDC - removed doubly defined vars (inherited from base) and fixed wxPen - width scales with context and 0 width always renders one pixel wide
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-03-03 17:18:03 +00:00 |
|
Stefan Csomor
|
a22be3e1fc
|
added a call for invalidating the dc setup on mac explicitely (needed in case of nested updates (e.g. writing a message to a text control while being in paint mode)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-02-27 21:35:18 +00:00 |
|
Gilles Depeyrot
|
03e11df547
|
modifications for compilation under Mac OS X
applied patches extracted from submission by Marc Newsam (tested under Mac OS 9)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-02-15 21:51:14 +00:00 |
|
Stefan Csomor
|
05adb9d2fd
|
merge of wxMac into main repository
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-08-09 11:02:59 +00:00 |
|
Bryan Petty
|
f6bcfd974e
|
merged 2.2 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-07-15 19:51:35 +00:00 |
|
Stefan Csomor
|
8208e181cb
|
mac updates and msw bitmapdrawing on printer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-13 11:07:58 +00:00 |
|
Stefan Csomor
|
4765d335f6
|
adaptions for CW Pro 5.3 on mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-13 07:57:22 +00:00 |
|
Unknown (JL)
|
2fc70a88e8
|
Same comment as in dc.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-28 22:15:35 +00:00 |
|
Stefan Csomor
|
519cb848a8
|
CW5.2 Pro Adaptions, wxMac starting to move in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-05 09:16:09 +00:00 |
|
Stefan Csomor
|
0dbd6262a9
|
started once again from stubs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-01-01 16:05:26 +00:00 |
|