Stefan Csomor
|
4ac219f63d
|
added spinctrl to be ignored when clicked (otherwise its siblings on the same window position will not get the clicks)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-08 23:30:22 +00:00 |
|
Gilles Depeyrot
|
d84afea9d1
|
corrected warnings when compiling with -Wall -W
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-07 21:58:27 +00:00 |
|
Robert Roebling
|
32b5be3d67
|
Corrected double clicks (always on the same window).
Corrected mouse up events (same window as mouse down).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-05 11:36:33 +00:00 |
|
Stefan Csomor
|
2e6857fac2
|
corrected eventobject setting for mouse events and capture
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-24 16:54:28 +00:00 |
|
Stefan Csomor
|
abda578832
|
RemoveChild added for correct disposal of scrollbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-11 15:31:58 +00:00 |
|
Stefan Csomor
|
bec721ec75
|
added proper bracketing of QDflushing for carbon only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 16:43:30 +00:00 |
|
Vadim Zeitlin
|
4116c22156
|
Capture/ReleaseMouse() prefixed with Do for the other ports (OS/2, MGL, Motif, Mac)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-19 19:38:46 +00:00 |
|
Robert Roebling
|
ed60b5022b
|
Fix wxClipboard.
Fix enter and leave events.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-14 20:29:18 +00:00 |
|
Stefan Csomor
|
2078220ed6
|
since DoScreenToClient and ClientToScreen in toplvlcmn are implemented by calling the superclass implementation, we have to avoid shifting by the client origin twice. had to change MacWindowFromPoint therefore too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-14 20:23:49 +00:00 |
|
Stefan Csomor
|
f175912347
|
added flushing for MacOS X buffered window immediatly when using wxWindow::Update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-14 18:08:59 +00:00 |
|
Stefan Csomor
|
66a09d4776
|
fixes for using non opaque structs under debug classic, support for ATSU and pixel pattern.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-11 14:07:02 +00:00 |
|
Václav Slavík
|
a756f21001
|
use the new wxSystemSettings API everywhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-08 23:53:01 +00:00 |
|
Stefan Csomor
|
76a5e5d21e
|
removing dependancy on mac headers from public wx headers (eventually adding wx/mac/private and typecasts)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-04 17:26:02 +00:00 |
|
Stefan Csomor
|
a07c12126f
|
drag and drop implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-31 16:37:42 +00:00 |
|
Stefan Csomor
|
de04398425
|
drawing methods cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-30 12:24:16 +00:00 |
|
Stefan Csomor
|
7d9d1fd708
|
corrections for theme brush alignments under X (no more SetOrigin calls)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-29 09:59:59 +00:00 |
|
Stefan Csomor
|
94abc21fde
|
new redrawing code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-28 19:20:25 +00:00 |
|
Stefan Csomor
|
1c469f7f4e
|
MacOS conforming activate/deactivate
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-20 07:50:22 +00:00 |
|
Stefan Csomor
|
e8788ed0c6
|
corrected bug in MacRedraw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-20 06:42:38 +00:00 |
|
Stefan Csomor
|
1c31098539
|
Adaptions for new redrawing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-19 21:49:03 +00:00 |
|
Robert Roebling
|
574bf50785
|
Correct wxTimer bug in wxGTK.
Correct SetSize bug for certain Toplevel windows in wxMAC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-25 20:10:46 +00:00 |
|
Robert Roebling
|
6264b550ad
|
Fixed mouse move bug. No idea why it has to be fixed,
but MacOS X seems to send incorect event states.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-23 17:14:00 +00:00 |
|
Stefan Csomor
|
653b244972
|
applied Paul A. Thiessen's patches for correcting coordinates when having borders, exchanged the border painting method.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-19 21:24:18 +00:00 |
|
Stefan Csomor
|
a3bf4a6263
|
added internal callback when toplevel windows move for opengl canvas
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-04 20:54:39 +00:00 |
|
Stefan Csomor
|
7205570233
|
added conversion routines to CIconHandle, removing pre 8.6 routines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-10-28 19:32:42 +00:00 |
|
Gilles Depeyrot
|
d497dca475
|
include wxWindows headers using "..." instead of <...>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-10-07 18:45:17 +00:00 |
|
Stefan Csomor
|
c1fb8167e9
|
corrected mac src due to new api changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-06 15:57:14 +00:00 |
|
Stefan Csomor
|
954fc50b6e
|
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-15 10:06:50 +00:00 |
|
Robert Roebling
|
c10f20703e
|
Corrected wxScrolledWindow's OnSize behaviour.
Formated code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-14 18:12:40 +00:00 |
|
Stefan Csomor
|
9453cf2bd7
|
several mac fixes (Mark Newsams patches)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 20:33:12 +00:00 |
|
Stefan Csomor
|
fc0daf8400
|
corrected log error after initialize when in release mode, window inheritance (generated incorrect classinfo trees)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-07 14:43:10 +00:00 |
|
Stefan Csomor
|
e766c8a9ad
|
wxMac: wxUniversal integration steps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-04 20:11:26 +00:00 |
|
Stefan Csomor
|
748fbf95a8
|
changed Refresh to take Rect as client coordinates not window coordinates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-02 20:52:06 +00:00 |
|
Stefan Csomor
|
ef7c5bd22a
|
refresh during window delete (if root window deleted) removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-01 20:57:09 +00:00 |
|
Stefan Csomor
|
90b959aee4
|
post wxUniv merge fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-29 16:19:53 +00:00 |
|
Gilles Depeyrot
|
6868c3eb8f
|
corrected for compilation under Mac OS X with -cpp-precomp option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-23 17:01:43 +00:00 |
|
Stefan Csomor
|
f32e5dc5ca
|
Raise and Lower implemented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-22 12:34:18 +00:00 |
|
Stefan Csomor
|
a763ac036b
|
unnecessary ClipRects
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-05 21:23:32 +00:00 |
|
Stefan Csomor
|
fd2e20ff9c
|
reverted some redrawing optimizations due to redraw errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-05 20:33:00 +00:00 |
|
Stefan Csomor
|
e42eaa04de
|
removed unnecessary ClipRect calls, refresh on MacActivate with eraseBkgnd false
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-31 05:44:07 +00:00 |
|
Stefan Csomor
|
fdaf613add
|
rewrite to avoid unnecessary redraws
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-30 20:46:00 +00:00 |
|
Stefan Csomor
|
8803596043
|
corrected update upon activate
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-29 21:15:27 +00:00 |
|
Stefan Csomor
|
2883443e90
|
scrollbar fixes and workaround for redraw problems w/o erase , setbitmap triggers refresh
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-23 06:24:17 +00:00 |
|
Stefan Csomor
|
a49afa93ca
|
scrollbar fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-23 06:15:16 +00:00 |
|
Stefan Csomor
|
6618870d16
|
fixed wxWindow::SetCursor( wxNullCursor) for mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-17 15:53:01 +00:00 |
|
Stefan Csomor
|
27419164ad
|
workaround for notebook/tabctrl redraw bug, it is now not excluded from the local eraseRgn of the parent window, thus guaranteeing that the background is always correct
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-16 12:46:51 +00:00 |
|
Stefan Csomor
|
ca715d8835
|
corrected loop for calculating the proper updatergn taking into account only real subwindows that are shown
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-16 12:16:59 +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 |
|
Gilles Depeyrot
|
9a179dccb9
|
added definition/initialisation of static class member
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-08 13:31:17 +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 |
|