]> git.saurik.com Git - wxWidgets.git/history - src/mac/carbon/toplevel.cpp
add wxMouseEvent::GetClickCount() and implement it for wxMac
[wxWidgets.git] / src / mac / carbon / toplevel.cpp
2007-10-29  Vadim Zeitlinadd wxMouseEvent::GetClickCount() and implement it...
2007-10-22  Vadim Zeitlinadded wxBG_STYLE_TRANSPARENT and implemented it for...
2007-08-18  Kevin OllivierAdd the unified style on OS X 10.4, and default to...
2007-05-01  Stefan CsomorPatch 1708290
2007-05-01  Stefan CsomorPatch 1678304
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-02-04  Stefan Csomorusing scroll axis for mousewheel events
2007-01-20  Robin DunnAdded support for the wxFRAME_FLOAT_ON_PARENT style
2006-10-19  Kevin OllivierAllow other classes to access the SetupMouseEvent function.
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-10  Stefan Csomorusing separate window groups per window helps keeping...
2006-10-09  Paul Cornettremove unused stuff
2006-08-11  Stefan Csomorwe are always compositing on the supported OS versions
2006-08-09  Stefan Csomorsimplifying alpha, adding commented part for high-res...
2006-07-17  Robin DunnTranslucency --> Transparent
2006-07-16  Robin DunnAdded wxTopLevelWindow::SetTranslucency and CanSetTrans...
2006-06-13  Włodzimierz SkibaInclude wx/toplevel.h according to precompiled headers...
2006-05-25  Stefan Csomorusing new method for implementing Maximize
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-19  Stefan Csomorfixing two unicode compile errors
2006-04-19  Stefan Csomormb2wc fixes
2006-03-28  David Surovellfix null-deref
2006-03-24  Julian SmartCommented out call that breaks metal style setting...
2006-03-19  Stefan Csomorrewire char events in case there is no focusable contro...
2006-03-04  Vadim Zeitlindon't send mouse events to disabled windows (this reall...
2006-03-04  Vadim Zeitlinno real changes; just streamlined ifdef around composit...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-25  Stefan Csomorkey/char event changes for inline editing (japanese...
2006-01-07  David Surovellcleanup - reformat
2006-01-04  Stefan Csomorremove sizing controls when being in fullscreen mode
2005-12-14  David Surovellsimplified ::Show
2005-12-13  David Surovellfixed obscure compilation problem at line 139
2005-12-13  David Surovellmore reformatting
2005-12-13  David Surovellreformat for readability
2005-12-10  Stefan Csomorsupport for default key handling (escape,enter,command...
2005-12-10  Stefan Csomordefault to simple show/hide tlw on OSX instead of trans...
2005-11-09  Stefan Csomorwx..._EX_METAL styles support
2005-11-07  Stefan Csomorcleanup, adding correct window-ids to window events...
2005-11-07  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMac part).
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-15  Vadim Zeitlinreplaced annoying wxLogDebug()s with wxLogTrace()
2005-08-08  Vadim Zeitlinremoved #if KEY_wxList_DEPRECATED: as KEY_wxList_DEPREC...
2005-07-31  Stefan Csomormouse-capture fix
2005-07-25  Stefan Csomornew capture handling, can be turned off
2005-06-08  Stefan CsomorUniChar being platform endian
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-31  Stefan Csomoradding OS level Window Menu by default
2005-05-21  Julian SmartApplied patch for bug [ 1206181 ] Option-key decodes...
2005-05-19  Stefan Csomorapplied Maximize patches (1203976)
2005-04-15  Julian SmartFixed presumed typo - crash when frame is NULL
2005-04-13  Stefan Csomormake sure we don't miss resizes even when no sizers...
2005-04-12  Stefan Csomormake sure also toplevel windows have the correct systen...
2005-04-03  Stefan Csomorinvalidating vis regions upon tlw resize as well
2005-04-01  Stefan Csomorfix for #1106519
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2005-03-30  Stefan Csomorunifying redraw and scrolling calls between compositing...
2005-03-29  Stefan Csomoravoiding illegal window styles
2005-03-07  Julian SmartAdded wxFRAME_EX_METAL, wxDIALOG_EX_METAL for Mac metal...
2005-03-02  Stefan Csomorunicode character events
2005-03-01  Ryan NortonwxUSE_TOOLTIPS fix (good grief I think I just did this...
2005-02-27  Stefan Csomormoving compositing knowledge into utility classes
2005-02-27  Stefan Csomorreintroducing non-composited functionality due to DataB...
2005-02-23  Stefan Csomorcarbon cfm fixes
2005-02-18  Ryan NortonwxUSE_XXX related fixes
2005-01-27  Stefan Csomorpragma and prec-header patch applied
2005-01-23  Robert Roebling Applied patch for keyboard control in composite
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-01  Robert Roebling Second attempt to fix a rare crash (bad mem access
2004-12-31  Robert Roebling Fixes a rare crash.
2004-12-29  Stefan Csomoradded RequestUserAttention
2004-12-29  Stefan Csomormoving cursor update AFTER the mouse event handling...
2004-12-28  Stefan Csomorhandling wxSTAY_ON_TOP by changing the window group...
2004-11-19  Ryan NortonEnable stl compilation with wxMac - unicode no work...
2004-11-09  Stefan Csomortoplevel creation respecting wxDefaultPosition again
2004-11-09  Stefan Csomorallow arbitrary positions for toplevel windows (also...
2004-10-23  Vadim Zeitlindon't give focus to the window if it ate the left mouse...
2004-09-26  Ryan NortonFix some of vadim's compilation problems
2004-09-25  Ryan NortonwxDrawerWindow - [ 909351 ] Drawer window for OS X...
2004-09-13  Stefan Csomorsearching for wxToolBar parent only for kEventMouseMove...
2004-09-12  Stefan Csomortoolbartool has to send events to parent for tooltips...
2004-08-31  Stefan Csomorfix for not sending a native click to a control if...
2004-08-17  Stefan Csomorsetting the wx title as well
2004-07-21  Stefan Csomorfirst attempt for full screen implementation
2004-07-21  Stefan Csomorfirst attempt for full screen implementation
2004-07-21  Stefan Csomoronly on mouse-down
2004-07-20  Stefan Csomortrying to support non-wx controls on a window
2004-07-19  Stefan Csomorswitching to correct name as Tiger doesn't have the...
2004-07-11  Stefan Csomorfurther separating implementation
2004-06-25  Julian SmartAdded braces to remove initialisation error
2004-06-25  Stefan Csomortwo-level switch statement for event types
2004-06-25  Stefan Csomorfix missing mouse-up events (eg when track control...
2004-06-11  Stefan Csomoradding compatibility mode fallback for custom window...
2004-06-05  Stefan Csomorsynching down and up events for the synthetic right...
2004-06-05  Stefan CsomorSetParam should be explicit
2004-06-04  Dimitri Schoolwerthfixed ambiguous call to wxMacCarbonEvent::SetParameter
2004-06-04  Stefan Csomorintroduction of m_peer
2004-05-31  Stefan Csomorfixes for mouse handling on 10.2 systems
next