Stefan Csomor
|
8ceeb6c2e0
|
avoid overdrawing, fixes #10865
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-06-04 04:25:39 +00:00 |
|
Stefan Csomor
|
a4fec5b41e
|
fixing unused param warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-04 09:05:59 +00:00 |
|
Stefan Csomor
|
f06e0fea67
|
focus handling streamlined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-25 10:24:51 +00:00 |
|
Stefan Csomor
|
aa6208d975
|
conforming to new naming convention of starting all port specific methods with the port prefix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-24 07:56:17 +00:00 |
|
Stefan Csomor
|
f1c40652a0
|
reworked font handling for osx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-20 13:56:57 +00:00 |
|
Stefan Csomor
|
f215225dcf
|
replacing RgnHandle with HIShapeRef usage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-09 09:41:40 +00:00 |
|
Stefan Csomor
|
5398a2e050
|
common drawing code for osx-cocoa and osx-carbon, also since 10.5 HIShapeRef is in ApplicationServices, so this can be used for all osx-cocoa builds as native wxRegion implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-09 09:01:19 +00:00 |
|
Stefan Csomor
|
4dd9fdf827
|
reworking event handling to redirect to c++ virtual functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-07 13:25:58 +00:00 |
|
Stefan Csomor
|
19c7ac3d3b
|
streamlining slider, scroller, spinbutton for osx carbon and cocoa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-20 14:27:26 +00:00 |
|
Stefan Csomor
|
54f1106086
|
mouse and cursor additions for cocoa, see #10361
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-18 16:10:46 +00:00 |
|
Vadim Zeitlin
|
5c33522fca
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-02 02:39:52 +00:00 |
|
Robert Roebling
|
45bd6199eb
|
Remove accidentally commited debug code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-16 19:20:37 +00:00 |
|
Robert Roebling
|
c016394bc2
|
Make wxMac wxSpinCtrl emit killfocus events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-16 19:19:48 +00:00 |
|
Stefan Csomor
|
bd412bc6b6
|
adding missing cast
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-11 06:00:17 +00:00 |
|
Stefan Csomor
|
ac23569987
|
superfluous embedding API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-11 05:18:26 +00:00 |
|
Stefan Csomor
|
c4825ef73a
|
moving embedding to common API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-10 19:01:32 +00:00 |
|
Stefan Csomor
|
f55d9f749b
|
moving more things to common API between carbon and cocoa, adapting WidthDefault etc, removing dependencies from wxClientDC from text measuring ops on wxWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 10:35:36 +00:00 |
|
Stefan Csomor
|
1e181c7a2c
|
simplify native textcontrol creations, adding search control for cocoa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-05 14:41:11 +00:00 |
|
Stefan Csomor
|
524c47aa3a
|
osx new layout
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-02 16:53:23 +00:00 |
|
Stefan Csomor
|
cf1c280f7f
|
fixing remainder of bug #3776, clean activateAndIgnoreClick behaviour for DataBrowser
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-05 17:52:02 +00:00 |
|
Stefan Csomor
|
292e5e1f17
|
OSX renaming round 2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-07-30 14:52:41 +00:00 |
|
Stefan Csomor
|
b2680ced12
|
osx regrouping
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-07-29 20:04:11 +00:00 |
|
Stefan Csomor
|
1f0c8f31f4
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 19:30:52 +00:00 |
|
Stefan Csomor
|
489468feaa
|
renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 16:46:03 +00:00 |
|