projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fixed memory leak in RestoreState
[wxWidgets.git]
/
src
/
mac
/
carbon
/
toplevel.cpp
2007-08-18
Kevin Ollivier
Add the unified style on OS X 10.4, and default to...
blob
|
commitdiff
|
raw
2007-05-01
Stefan Csomor
Patch 1708290
blob
|
commitdiff
|
raw
|
diff to current
2007-05-01
Stefan Csomor
Patch 1678304
blob
|
commitdiff
|
raw
|
diff to current
2007-04-07
Vadim Zeitlin
made wxTLW::SetIcon() non-virtual, it was already imple...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-25
Vadim Zeitlin
don't check whether the window is shown and enabled...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-04
Stefan Csomor
using scroll axis for mousewheel events
blob
|
commitdiff
|
raw
|
diff to current
2007-01-20
Robin Dunn
Added support for the wxFRAME_FLOAT_ON_PARENT style
blob
|
commitdiff
|
raw
|
diff to current
2006-10-19
Kevin Ollivier
Allow other classes to access the SetupMouseEvent function.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-14
Stefan Csomor
cleanup for 10.5
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Stefan Csomor
using separate window groups per window helps keeping...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
Paul Cornett
remove unused stuff
blob
|
commitdiff
|
raw
|
diff to current
2006-08-11
Stefan Csomor
we are always compositing on the supported OS versions
blob
|
commitdiff
|
raw
|
diff to current
2006-08-09
Stefan Csomor
simplifying alpha, adding commented part for high-res...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-17
Robin Dunn
Translucency --> Transparent
blob
|
commitdiff
|
raw
|
diff to current
2006-07-16
Robin Dunn
Added wxTopLevelWindow::SetTranslucency and CanSetTrans...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-13
Włodzimierz Skiba
Include wx/toplevel.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-25
Stefan Csomor
using new method for implementing Maximize
blob
|
commitdiff
|
raw
|
diff to current
2006-04-28
Włodzimierz Skiba
Include wx/app.h according to precompiled headers of...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-19
Stefan Csomor
fixing two unicode compile errors
blob
|
commitdiff
|
raw
|
diff to current
2006-04-19
Stefan Csomor
mb2wc fixes
blob
|
commitdiff
|
raw
|
diff to current
2006-03-28
David Surovell
fix null-deref
blob
|
commitdiff
|
raw
|
diff to current
2006-03-24
Julian Smart
Commented out call that breaks metal style setting...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-19
Stefan Csomor
rewire char events in case there is no focusable contro...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-04
Vadim Zeitlin
don't send mouse events to disabled windows (this reall...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-04
Vadim Zeitlin
no real changes; just streamlined ifdef around composit...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-08
Vadim Zeitlin
make access specifiers for the virtual functions match...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-25
Stefan Csomor
key/char event changes for inline editing (japanese...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-07
David Surovell
cleanup - reformat
blob
|
commitdiff
|
raw
|
diff to current
2006-01-04
Stefan Csomor
remove sizing controls when being in fullscreen mode
blob
|
commitdiff
|
raw
|
diff to current
2005-12-14
David Surovell
simplified ::Show
blob
|
commitdiff
|
raw
|
diff to current
2005-12-13
David Surovell
fixed obscure compilation problem at line 139
blob
|
commitdiff
|
raw
|
diff to current
2005-12-13
David Surovell
more reformatting
blob
|
commitdiff
|
raw
|
diff to current
2005-12-13
David Surovell
reformat for readability
blob
|
commitdiff
|
raw
|
diff to current
2005-12-10
Stefan Csomor
support for default key handling (escape,enter,command...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-10
Stefan Csomor
default to simple show/hide tlw on OSX instead of trans...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-09
Stefan Csomor
wx..._EX_METAL styles support
blob
|
commitdiff
|
raw
|
diff to current
2005-11-07
Stefan Csomor
cleanup, adding correct window-ids to window events...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-07
Włodzimierz Skiba
Get/SetTitle only for wxTopLevelWindow (wxMac part).
blob
|
commitdiff
|
raw
|
diff to current
2005-09-24
Vadim Zeitlin
added missing consts and pass objects by const referenc...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-08-15
Vadim Zeitlin
replaced annoying wxLogDebug()s with wxLogTrace()
blob
|
commitdiff
|
raw
|
diff to current
2005-08-08
Vadim Zeitlin
removed #if KEY_wxList_DEPRECATED: as KEY_wxList_DEPREC...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Stefan Csomor
mouse-capture fix
blob
|
commitdiff
|
raw
|
diff to current
2005-07-25
Stefan Csomor
new capture handling, can be turned off
blob
|
commitdiff
|
raw
|
diff to current
2005-06-08
Stefan Csomor
UniChar being platform endian
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Włodzimierz Skiba
Source cleaning inspired by and included in patch ...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Julian Smart
Typo correction patch [ 1208110 ] Lots of typo corrections
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Stefan Csomor
adding OS level Window Menu by default
blob
|
commitdiff
|
raw
|
diff to current
2005-05-21
Julian Smart
Applied patch for bug [ 1206181 ] Option-key decodes...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-19
Stefan Csomor
applied Maximize patches (1203976)
blob
|
commitdiff
|
raw
|
diff to current
2005-04-15
Julian Smart
Fixed presumed typo - crash when frame is NULL
blob
|
commitdiff
|
raw
|
diff to current
2005-04-13
Stefan Csomor
make sure we don't miss resizes even when no sizers...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-12
Stefan Csomor
make sure also toplevel windows have the correct systen...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-03
Stefan Csomor
invalidating vis regions upon tlw resize as well
blob
|
commitdiff
|
raw
|
diff to current
2005-04-01
Stefan Csomor
fix for #1106519
blob
|
commitdiff
|
raw
|
diff to current
2005-03-30
Julian Smart
Applied patch [ 1171542 ] access static class members...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-30
Stefan Csomor
unifying redraw and scrolling calls between compositing...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-29
Stefan Csomor
avoiding illegal window styles
blob
|
commitdiff
|
raw
|
diff to current
2005-03-07
Julian Smart
Added wxFRAME_EX_METAL, wxDIALOG_EX_METAL for Mac metal...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-02
Stefan Csomor
unicode character events
blob
|
commitdiff
|
raw
|
diff to current
2005-03-01
Ryan Norton
wxUSE_TOOLTIPS fix (good grief I think I just did this...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-27
Stefan Csomor
moving compositing knowledge into utility classes
blob
|
commitdiff
|
raw
|
diff to current
2005-02-27
Stefan Csomor
reintroducing non-composited functionality due to DataB...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-23
Stefan Csomor
carbon cfm fixes
blob
|
commitdiff
|
raw
|
diff to current
2005-02-18
Ryan Norton
wxUSE_XXX related fixes
blob
|
commitdiff
|
raw
|
diff to current
2005-01-27
Stefan Csomor
pragma and prec-header patch applied
blob
|
commitdiff
|
raw
|
diff to current
2005-01-23
Robert Roebling
Applied patch for keyboard control in composite
blob
|
commitdiff
|
raw
|
diff to current
2005-01-18
Kevin Hock
Use event modifiers and accessors rather than m_ variab...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-01
Robert Roebling
Second attempt to fix a rare crash (bad mem access
blob
|
commitdiff
|
raw
|
diff to current
2004-12-31
Robert Roebling
Fixes a rare crash.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-29
Stefan Csomor
added RequestUserAttention
blob
|
commitdiff
|
raw
|
diff to current
2004-12-29
Stefan Csomor
moving cursor update AFTER the mouse event handling...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-28
Stefan Csomor
handling wxSTAY_ON_TOP by changing the window group...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-19
Ryan Norton
Enable stl compilation with wxMac - unicode no work...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-09
Stefan Csomor
toplevel creation respecting wxDefaultPosition again
blob
|
commitdiff
|
raw
|
diff to current
2004-11-09
Stefan Csomor
allow arbitrary positions for toplevel windows (also...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-23
Vadim Zeitlin
don't give focus to the window if it ate the left mouse...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-26
Ryan Norton
Fix some of vadim's compilation problems
blob
|
commitdiff
|
raw
|
diff to current
2004-09-25
Ryan Norton
wxDrawerWindow - [ 909351 ] Drawer window for OS X...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-13
Stefan Csomor
searching for wxToolBar parent only for kEventMouseMove...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-12
Stefan Csomor
toolbartool has to send events to parent for tooltips...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-31
Stefan Csomor
fix for not sending a native click to a control if...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-17
Stefan Csomor
setting the wx title as well
blob
|
commitdiff
|
raw
|
diff to current
2004-07-21
Stefan Csomor
first attempt for full screen implementation
blob
|
commitdiff
|
raw
|
diff to current
2004-07-21
Stefan Csomor
first attempt for full screen implementation
blob
|
commitdiff
|
raw
|
diff to current
2004-07-21
Stefan Csomor
only on mouse-down
blob
|
commitdiff
|
raw
|
diff to current
2004-07-20
Stefan Csomor
trying to support non-wx controls on a window
blob
|
commitdiff
|
raw
|
diff to current
2004-07-19
Stefan Csomor
switching to correct name as Tiger doesn't have the...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-11
Stefan Csomor
further separating implementation
blob
|
commitdiff
|
raw
|
diff to current
2004-06-25
Julian Smart
Added braces to remove initialisation error
blob
|
commitdiff
|
raw
|
diff to current
2004-06-25
Stefan Csomor
two-level switch statement for event types
blob
|
commitdiff
|
raw
|
diff to current
2004-06-25
Stefan Csomor
fix missing mouse-up events (eg when track control...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-11
Stefan Csomor
adding compatibility mode fallback for custom window...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-05
Stefan Csomor
synching down and up events for the synthetic right...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-05
Stefan Csomor
SetParam should be explicit
blob
|
commitdiff
|
raw
|
diff to current
2004-06-04
Dimitri Schoolwerth
fixed ambiguous call to wxMacCarbonEvent::SetParameter
blob
|
commitdiff
|
raw
|
diff to current
2004-06-04
Stefan Csomor
introduction of m_peer
blob
|
commitdiff
|
raw
|
diff to current
2004-05-31
Stefan Csomor
fixes for mouse handling on 10.2 systems
blob
|
commitdiff
|
raw
|
diff to current
2004-05-31
Stefan Csomor
LocalToGlobal/GlobalToLocal Conversions with Carbon...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
next