projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cleanup - reformat (take 2)
[wxWidgets.git]
/
src
/
mac
/
carbon
/
toplevel.cpp
2006-01-04
Stefan Csomor
remove sizing controls when being in fullscreen mode
blob
|
commitdiff
|
raw
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
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2004-05-20
Stefan Csomor
correcting system version compare
blob
|
commitdiff
|
raw
|
diff to current
2004-05-11
Stefan Csomor
added correct (structure instead of content) bounds...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-04
Stefan Csomor
allowing shaped windows again
blob
|
commitdiff
|
raw
|
diff to current
2004-04-29
Stefan Csomor
workaround for incorrect find control results because...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-24
Stefan Csomor
gcc warnings
blob
|
commitdiff
|
raw
|
diff to current
2004-04-13
Stefan Csomor
fixing right click
blob
|
commitdiff
|
raw
|
diff to current
2004-04-04
Stefan Csomor
corrected content vs structure calculation
blob
|
commitdiff
|
raw
|
diff to current
2004-04-03
Stefan Csomor
concentrating content and structure region calculations
blob
|
commitdiff
|
raw
|
diff to current
2004-04-01
David Elliott
#include "wx/settings.h" for wxSystemSettings
blob
|
commitdiff
|
raw
|
diff to current
2004-04-01
Stefan Csomor
default to striped background
blob
|
commitdiff
|
raw
|
diff to current
2004-04-01
Stefan Csomor
fixing shape windows, as we now use the structure regio...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-30
Stefan Csomor
mixed height and width
blob
|
commitdiff
|
raw
|
diff to current
2004-03-29
Stefan Csomor
cleanup in toplevel activation, and switching to native...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-29
Stefan Csomor
added hilite change notification
blob
|
commitdiff
|
raw
|
diff to current
2004-03-29
Stefan Csomor
expose metal appearance
blob
|
commitdiff
|
raw
|
diff to current
2004-03-28
Stefan Csomor
toplevel event handler exposed
blob
|
commitdiff
|
raw
|
diff to current
2004-03-27
Stefan Csomor
new control based view architecture
blob
|
commitdiff
|
raw
|
diff to current
2004-03-07
Stefan Csomor
OS Header includes corrected
blob
|
commitdiff
|
raw
|
diff to current
2004-03-05
Robin Dunn
Use WidthDefault and HeightDefault
blob
|
commitdiff
|
raw
|
diff to current
2004-02-08
Stefan Csomor
font encodings and refresh upon show (after a hide...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-07
Dimitri Schoolwerth
Live resizing is OS X only.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-06
Stefan Csomor
conditional compilation for compositing
blob
|
commitdiff
|
raw
|
diff to current
2004-01-25
Stefan Csomor
compositing and transition changes
blob
|
commitdiff
|
raw
|
diff to current
2004-01-16
Robin Dunn
Send window create events
blob
|
commitdiff
|
raw
|
diff to current
2003-12-23
Julian Smart
MOre wxUSE_... fixes
blob
|
commitdiff
|
raw
|
diff to current
2003-11-23
Gilles Depeyrot
applied SF patch #846738 mousewheel support
blob
|
commitdiff
|
raw
|
diff to current
2003-09-24
Vadim Zeitlin
made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
blob
|
commitdiff
|
raw
|
diff to current
next