projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
build fix (part of r59673, r59656)
[wxWidgets.git]
/
src
/
common
/
wincmn.cpp
2009-02-26
Vadim Zeitlin
deprecate the old TryValidator/Parent() and replace...
blob
|
commitdiff
|
raw
2009-02-19
Paul Cornett
remove unused gtk includes
blob
|
commitdiff
|
raw
|
diff to current
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-06
Vadim Zeitlin
remove incorrect cast of wxString to char* (unnecessary...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Francesco Montorsi
add code for debugging sizers/window sizes; it may...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-04
Francesco Montorsi
in debug mode when clicking with the middle mouse butto...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-30
Robert Roebling
Remove debug code
blob
|
commitdiff
|
raw
|
diff to current
2009-01-30
Robert Roebling
Don't use a cached best size if the window has a sizer
blob
|
commitdiff
|
raw
|
diff to current
2009-01-30
Robert Roebling
Move body of SetMinSize and SetMaxSize from header...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-22
Francesco Montorsi
fix wxWindow::PushEventHandler and related wxWindow...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-21
Vadim Zeitlin
send destroy events for children before they're fully...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-20
Vadim Zeitlin
set m_isBeingDeleted to true (only) in SendDestroyEvent...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-15
Vadim Zeitlin
disable UI updating during GetPopupMenuSelectionFromUse...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-13
Václav Slavík
implement wxWindow::DragAcceptFiles() on all platforms
blob
|
commitdiff
|
raw
|
diff to current
2008-11-02
Vadim Zeitlin
replace wx_{const,static,reinterpret}_cast with their...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-17
Paul Cornett
pass window parameter to wxSystemSettings::GetMetric...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Vadim Zeitlin
use ProcessEventHere() instead of ProcessEvent() in...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-12
Vadim Zeitlin
return true from IsBeingDeleted() if any of the parent...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-13
Václav Slavík
add assert checking that GetCapture() and ms_winCapture...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-05
Vadim Zeitlin
fix an assert failure when a child TLW was created...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-29
Vadim Zeitlin
add PostSizeEvent() and use it in wxMSW status bar...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-29
Vadim Zeitlin
move SendSizeEvent() down to wxWindow from wxFrame...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-13
Vadim Zeitlin
use HandleWindowEvent() in Close() as it can be called...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
Francesco Montorsi
further wxPenStyle/wxBrushStyle fixes for builds with...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-17
Paul Cornett
fix a huge number of build errors
blob
|
commitdiff
|
raw
|
diff to current
2008-03-06
Václav Slavík
deprecated wxWindow::SetHelpTextForId()
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Václav Slavík
made Freeze/Thaw recursively (un)freeze child windows too
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Vadim Zeitlin
position help windows shown when Shift-F1 is pressed...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-29
Václav Slavík
fixed ~wxWindowBase to remove associated context help...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-12
Václav Slavík
added wxWindow::HandleAsNavigationKey() helper for...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-12
Václav Slavík
added wxWindow::ClientToWindowSize and WindowToClientSi...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-31
Václav Slavík
compilation fix for wxUSE_MENUS=0
blob
|
commitdiff
|
raw
|
diff to current
2008-01-21
Václav Slavík
added wxWindow::HasFocus() for more convenient way...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-06
Vadim Zeitlin
use wxWindowIDRef to transparently implement auto-gener...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-05
Vadim Zeitlin
move Freeze() and Thaw() to wxWindowBase to ensure...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-30
Vadim Zeitlin
define wxCurrentPoppuMenu for wxUniv too
blob
|
commitdiff
|
raw
|
diff to current
2007-12-22
Paul Cornett
non-pch build fix
blob
|
commitdiff
|
raw
|
diff to current
2007-12-22
Vadim Zeitlin
unset the window as invoking window of wxCurrentPopupMe...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-21
Václav Slavík
toplevel window is shown on screen even if its parent...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-18
Robert Roebling
Correct background colourin wxDataViewCtrl, Use IsOk...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-15
Václav Slavík
removed SetVirtualSizeHints() and related code
blob
|
commitdiff
|
raw
|
diff to current
2007-11-29
Václav Slavík
1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-23
Vadim Zeitlin
compilation fix for wxUSE_STL==1 in DoGetSibling()
blob
|
commitdiff
|
raw
|
diff to current
2007-11-20
Vadim Zeitlin
added wxWindow::GetPrev/NextSibling()
blob
|
commitdiff
|
raw
|
diff to current
2007-11-18
Vadim Zeitlin
added public wxInfoMessageBox() (slightly modified...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-16
Vadim Zeitlin
added logic to manage automatically allocated ids in...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-23
Vadim Zeitlin
removed a wrong WXUNUSED() from DoNavigateIn()
blob
|
commitdiff
|
raw
|
diff to current
2007-10-23
Vadim Zeitlin
use -Wunused-parameter with gcc for consistency with...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-23
Vadim Zeitlin
added wxWindow::GetPopupMenuSelectionFromUser() (modifi...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-22
Paul Cornett
unused variables, useless assert
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Julian Smart
wxBORDER_THEME now means 'use an appropriate themed...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-11
Vadim Zeitlin
compilation fixes for wxUSE_MSGDLG==0
blob
|
commitdiff
|
raw
|
diff to current
2007-05-07
Vadim Zeitlin
just return the min size needed by the sizer for the...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-06
Vadim Zeitlin
handle child destruction notifications in wxTLW itself...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-26
Vadim Zeitlin
added wxWindow::NavigateIn(); provide wxGTK implementat...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-23
Vadim Zeitlin
make IsEnabled() return false even if the window parent...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-22
Julian Smart
Fixed a confusion between window and client size that...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-07
Vadim Zeitlin
changed copyright year to 2007
blob
|
commitdiff
|
raw
|
diff to current
2006-12-28
Václav Slavík
added comment with pointers to wxEVT_MOUSE_CAPTURE_LOST...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-04
Vadim Zeitlin
added a small helper ToggleWindowStyle() function
blob
|
commitdiff
|
raw
|
diff to current
2006-12-03
Vadim Zeitlin
don't use SetWindowStyleFlag() in wxWindowBase::CreateB...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-25
Chris Elliott
fix missing int return type
blob
|
commitdiff
|
raw
|
diff to current
2006-11-25
Vadim Zeitlin
added wxWindow::GetWindowBorderSize()
blob
|
commitdiff
|
raw
|
diff to current
2006-11-19
Vadim Zeitlin
no changes, just some minor modifications of comments...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-03
Julian Smart
Removed a warning
blob
|
commitdiff
|
raw
|
diff to current
2006-10-31
Robert Roebling
Return SetSizeHints() in wxWindow to its former
blob
|
commitdiff
|
raw
|
diff to current
2006-10-31
Robin Dunn
GetBestFittingSize --> GetEffectiveMinSize
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Vadim Zeitlin
renamed IsRefTo() to IsSameAs() (do complain if this...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Vadim Zeitlin
COW cleanup patch (1583966):
blob
|
commitdiff
|
raw
|
diff to current
2006-10-29
Robert Roebling
Make wxWindow::SetSizeHints() do nothing.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
Vadim Zeitlin
added static wxPlatformInfo::Get() and use it (patch...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-26
Robin Dunn
If a TLW's default item is not an immediate child then...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-24
Vadim Zeitlin
Added wxUSE_VARIANT and the related checks, also added...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-14
Václav Slavík
renamed wxWindow::IsVisible() to IsShownOnScreen()...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-13
Robert Roebling
Add GetScrollHelper() to wxWindow.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-11
Robin Dunn
Use DoIsExposed for the virtual version of the method...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-10
Václav Slavík
added wxWindow::IsVisible() method
blob
|
commitdiff
|
raw
|
diff to current
2006-09-04
Vadim Zeitlin
merge of RTL changes (with many modifications) from...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-04
Vadim Zeitlin
added wxSizer::Get/SetContainingWindow()
blob
|
commitdiff
|
raw
|
diff to current
2006-08-13
Vadim Zeitlin
wxPlatformInfo (patch 1532064)
blob
|
commitdiff
|
raw
|
diff to current
2006-08-07
Robin Dunn
Change Fit() back to using SetSize, not SetClientSize.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-31
Vadim Zeitlin
release build unused variable warning fix
blob
|
commitdiff
|
raw
|
diff to current
2006-07-31
Václav Slavík
don't pass window argument to NotifyCaptureLost, it...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-31
Václav Slavík
added wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-25
Vadim Zeitlin
move default button handling code from wxControlContain...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Vadim Zeitlin
added static casts to void * for pointers used with...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-16
Vadim Zeitlin
don't add 7 and 14 pixel horz/vertical padding in DoGet...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-11
Vadim Zeitlin
made it possible to associate context help to a region...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-08
Włodzimierz Skiba
Include wx/sizer.h and wx/layout.h according to precomp...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-30
Włodzimierz Skiba
Include wx/scrolbar.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-29
Paul Cornett
revert removal of gtk1 code from common file
blob
|
commitdiff
|
raw
|
diff to current
2006-05-26
Paul Cornett
move some data definitions to more appropriate places
blob
|
commitdiff
|
raw
|
diff to current
2006-05-12
Vadim Zeitlin
don't delete the exiting tooltip if SetToolTip() is...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-18
Włodzimierz Skiba
wx/wxprec.h already includes wx/defs.h (with other...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-15
Mart Raudsepp
Don't return a void value here - VC6 doesn't like it
blob
|
commitdiff
|
raw
|
diff to current
2006-03-14
Robin Dunn
m_windowReserved was removed
blob
|
commitdiff
|
raw
|
diff to current
2006-03-14
Vadim Zeitlin
added GetScreenPosition/Rect() which always return...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-04
Włodzimierz Skiba
More informative comment about previous commit.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-03
Włodzimierz Skiba
Stop invalidating size on wxTLW
blob
|
commitdiff
|
raw
|
diff to current
next