projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
prefix symbols with wx_ to reduce risk of collision
[wxWidgets.git]
/
src
/
mac
/
window.cpp
2004-01-25
Stefan Csomor
rendering adjustments for OSX
blob
|
commitdiff
|
raw
2004-01-16
Robin Dunn
Send window create events
blob
|
commitdiff
|
raw
|
diff to current
2003-10-30
Vadim Zeitlin
removed calls to wxWindowBase::InitBase(), it is called...
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
2003-09-15
Vadim Zeitlin
call RemoveChild() in ~wxWindowBase instead of doing...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-09
Stefan Csomor
fixing Update, attempt to speed redrawing by making...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-30
Stefan Csomor
made Update be window local (before was updating the...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-17
Václav Slavík
removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
blob
|
commitdiff
|
raw
|
diff to current
2003-08-13
Vadim Zeitlin
renamed wxWindow::Clear() to ClearBackground() (fixes...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Julian Smart
- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-07
Julian Smart
Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-04
Stefan Csomor
trying to avoid unneccessary redraws by not invalidatin...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-13
Vadim Zeitlin
send wxEVT_SCROLLWIN_THUMBRELEASE events
blob
|
commitdiff
|
raw
|
diff to current
2003-05-09
Stefan Csomor
reintroduced m_isBeingDeleted
blob
|
commitdiff
|
raw
|
diff to current
2003-04-30
Stefan Csomor
removing unused flags
blob
|
commitdiff
|
raw
|
diff to current
2003-04-19
Gilles Depeyrot
removed superfluous casts
blob
|
commitdiff
|
raw
|
diff to current
2003-04-15
Stefan Csomor
Skipping Right_down event if generated context menu...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-27
Stefan Csomor
wxMac Unicode support
blob
|
commitdiff
|
raw
|
diff to current
2003-03-10
Stefan Csomor
submenu preparation in two methods encapsulated
blob
|
commitdiff
|
raw
|
diff to current
2003-03-06
Stefan Csomor
added OnMouse which will trigger context menu events...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-02
Stefan Csomor
destroy event support
blob
|
commitdiff
|
raw
|
diff to current
2003-02-28
Julian Smart
Tidied space and tabs in wxMac files
blob
|
commitdiff
|
raw
|
diff to current
2003-02-28
Julian Smart
Tidied copyright and date for wxMac files
blob
|
commitdiff
|
raw
|
diff to current
2003-02-19
Robin Dunn
Send the wxWindowDestroyEvent for all ports
blob
|
commitdiff
|
raw
|
diff to current
2003-01-28
Stefan Csomor
static box parent warning added
blob
|
commitdiff
|
raw
|
diff to current
2003-01-26
Julian Smart
Fixed problem with kill focus event getting sent to...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-14
Gilles Depeyrot
updated source to not use deprecated wxList methods
blob
|
commitdiff
|
raw
|
diff to current
2003-01-13
Stefan Csomor
cursor cleanup
blob
|
commitdiff
|
raw
|
diff to current
2003-01-05
Stefan Csomor
region calculation for windows with borders too small
blob
|
commitdiff
|
raw
|
diff to current
2003-01-03
Stefan Csomor
made static box only a frame region in all calculations...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-30
Julian Smart
Corrected accidental pointer arithmetic in ClientToScre...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-04
Vadim Zeitlin
merged 2.4 branch into the trunk
blob
|
commitdiff
|
raw
|
diff to current
2002-08-23
Stefan Csomor
make sure we don't keep a focus pointer to a window...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-13
Stefan Csomor
all controls use 32 bit values now
blob
|
commitdiff
|
raw
|
diff to current
2002-08-04
Stefan Csomor
added border clipping
blob
|
commitdiff
|
raw
|
diff to current
2002-08-03
Stefan Csomor
added option for getting visible region w/o children...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-02
Stefan Csomor
corrected scrolling problems for controls, switched...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-06
Robin Dunn
Allow wxSTC to have scrollbars
blob
|
commitdiff
|
raw
|
diff to current
2002-05-26
Stefan Csomor
make sure we are removing ourselves from the focus...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-23
Robert Roebling
wxButtons no longer leave junk on dialogs when moved.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-20
Stefan Csomor
changing the focus part code
blob
|
commitdiff
|
raw
|
diff to current
2002-05-11
Stefan Csomor
native window disposal is moved to deferred delete...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-08
Stefan Csomor
added spinctrl to be ignored when clicked (otherwise...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-07
Gilles Depeyrot
corrected warnings when compiling with -Wall -W
blob
|
commitdiff
|
raw
|
diff to current
2002-05-05
Robert Roebling
Corrected double clicks (always on the same window).
blob
|
commitdiff
|
raw
|
diff to current
2002-04-24
Stefan Csomor
corrected eventobject setting for mouse events and...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-11
Stefan Csomor
RemoveChild added for correct disposal of scrollbar
blob
|
commitdiff
|
raw
|
diff to current
2002-01-20
Stefan Csomor
added proper bracketing of QDflushing for carbon only
blob
|
commitdiff
|
raw
|
diff to current
2002-01-19
Vadim Zeitlin
Capture/ReleaseMouse() prefixed with Do for the other...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-14
Robert Roebling
Fix wxClipboard.
blob
|
commitdiff
|
raw
|
diff to current
2002-01-14
Stefan Csomor
since DoScreenToClient and ClientToScreen in toplvlcmn...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-14
Stefan Csomor
added flushing for MacOS X buffered window immediatly...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-11
Stefan Csomor
fixes for using non opaque structs under debug classic...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-08
Václav Slavík
use the new wxSystemSettings API everywhere
blob
|
commitdiff
|
raw
|
diff to current
2002-01-04
Stefan Csomor
removing dependancy on mac headers from public wx heade...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-31
Stefan Csomor
drag and drop implementation
blob
|
commitdiff
|
raw
|
diff to current
2001-12-30
Stefan Csomor
drawing methods cleanup
blob
|
commitdiff
|
raw
|
diff to current
2001-12-29
Stefan Csomor
corrections for theme brush alignments under X (no...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-28
Stefan Csomor
new redrawing code
blob
|
commitdiff
|
raw
|
diff to current
2001-12-20
Stefan Csomor
MacOS conforming activate/deactivate
blob
|
commitdiff
|
raw
|
diff to current
2001-12-20
Stefan Csomor
corrected bug in MacRedraw
blob
|
commitdiff
|
raw
|
diff to current
2001-12-19
Stefan Csomor
Adaptions for new redrawing
blob
|
commitdiff
|
raw
|
diff to current
2001-11-25
Robert Roebling
Correct wxTimer bug in wxGTK.
blob
|
commitdiff
|
raw
|
diff to current
2001-11-23
Robert Roebling
Fixed mouse move bug. No idea why it has to be fixed,
blob
|
commitdiff
|
raw
|
diff to current
2001-11-19
Stefan Csomor
applied Paul A. Thiessen's patches for correcting coord...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-04
Stefan Csomor
added internal callback when toplevel windows move...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-28
Stefan Csomor
added conversion routines to CIconHandle, removing...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-07
Gilles Depeyrot
include wxWindows headers using "..." instead of <...>
blob
|
commitdiff
|
raw
|
diff to current
2001-08-06
Stefan Csomor
corrected mac src due to new api changes
blob
|
commitdiff
|
raw
|
diff to current
2001-07-15
Stefan Csomor
no message
blob
|
commitdiff
|
raw
|
diff to current
2001-07-14
Robert Roebling
Corrected wxScrolledWindow's OnSize behaviour.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-11
Stefan Csomor
several mac fixes (Mark Newsams patches)
blob
|
commitdiff
|
raw
|
diff to current
2001-07-07
Stefan Csomor
corrected log error after initialize when in release...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-04
Stefan Csomor
wxMac: wxUniversal integration steps
blob
|
commitdiff
|
raw
|
diff to current
2001-07-02
Stefan Csomor
changed Refresh to take Rect as client coordinates...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-01
Stefan Csomor
refresh during window delete (if root window deleted...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-29
Stefan Csomor
post wxUniv merge fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-06-23
Gilles Depeyrot
corrected for compilation under Mac OS X with -cpp...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-22
Stefan Csomor
Raise and Lower implemented
blob
|
commitdiff
|
raw
|
diff to current
2001-06-05
Stefan Csomor
unnecessary ClipRects
blob
|
commitdiff
|
raw
|
diff to current
2001-06-05
Stefan Csomor
reverted some redrawing optimizations due to redraw...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-31
Stefan Csomor
removed unnecessary ClipRect calls, refresh on MacActiv...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-30
Stefan Csomor
rewrite to avoid unnecessary redraws
blob
|
commitdiff
|
raw
|
diff to current
2001-05-29
Stefan Csomor
corrected update upon activate
blob
|
commitdiff
|
raw
|
diff to current
2001-05-23
Stefan Csomor
scrollbar fixes and workaround for redraw problems...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-23
Stefan Csomor
scrollbar fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-05-17
Stefan Csomor
fixed wxWindow::SetCursor( wxNullCursor) for mac
blob
|
commitdiff
|
raw
|
diff to current
2001-05-16
Stefan Csomor
workaround for notebook/tabctrl redraw bug, it is now...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-16
Stefan Csomor
corrected loop for calculating the proper updatergn...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-08
Stefan Csomor
changed port handling
blob
|
commitdiff
|
raw
|
diff to current
2001-05-08
Gilles Depeyrot
added definition/initialisation of static class member
blob
|
commitdiff
|
raw
|
diff to current
2001-05-08
Stefan Csomor
mac fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-04-01
Gilles Depeyrot
corrections for final release of Mac OS X
blob
|
commitdiff
|
raw
|
diff to current
2001-03-04
Stefan Csomor
corrected redraw problems with native controls
blob
|
commitdiff
|
raw
|
diff to current
2001-03-04
Stefan Csomor
correct window class attribution (was wrong in carbon)
blob
|
commitdiff
|
raw
|
diff to current
2001-02-28
Stefan Csomor
added new focus behaviour (like MSW) and toolbar fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-02-28
Stefan Csomor
default window creation algorithm for mac platform...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-28
Stefan Csomor
corrected hiding/showing of native mac controls
blob
|
commitdiff
|
raw
|
diff to current
2001-02-27
Stefan Csomor
corrected the invalidation when resizing windows (was...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-27
Stefan Csomor
added calls for invalidating the dc setup on mac explic...
blob
|
commitdiff
|
raw
|
diff to current
next