projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Ensure that the default wxWebView backends are registered.
[wxWidgets.git]
/
src
/
common
/
wincmn.cpp
2013-05-31
Vadim Zeitlin
Use deferred window positioning in wxWindow::Layout...
blob
|
commitdiff
|
raw
2013-04-30
Vadim Zeitlin
Add a trivial virtual dtor to suppress g++ warnings.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-25
Vadim Zeitlin
Provide shorter synonyms for wxEVT_XXX constants.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-31
Vadim Zeitlin
Remove wxTextCtrl::OnEnabled() hack from wxGTK.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-06
Vadim Zeitlin
Don't recurse into top level children when validating...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-06
Vadim Zeitlin
Refactor children traversal in wxWindow::TransferData...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-08
Vadim Zeitlin
Fix copy/paste error in UnsetConstraints().
blob
|
commitdiff
|
raw
|
diff to current
2012-12-08
Vadim Zeitlin
Catch attempts to create a window with itself as parent.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-19
Vadim Zeitlin
Let wxWindow::Fit[Inside]() work even for windows witho...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-15
Vadim Zeitlin
Honour window min and max sizes in wxWindow::GetBestSize().
blob
|
commitdiff
|
raw
|
diff to current
2012-06-12
Vadim Zeitlin
No real changes, just add a wxCHECK to GetDlgUnitBase().
blob
|
commitdiff
|
raw
|
diff to current
2012-06-08
Vadim Zeitlin
Fix wxWindow::IsDescendant() to work with argument...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-01
Vadim Zeitlin
Use wxDynamicCast() instead of IsKindOf() checks.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-01
Vadim Zeitlin
Don't reset previous window event handler in PopEventHa...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-09
Vadim Zeitlin
Add wxWindow::GetBest{Height,Width}().
blob
|
commitdiff
|
raw
|
diff to current
2012-03-27
Vadim Zeitlin
Added wxWindow::IsDescendant() helper.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-07
Vadim Zeitlin
Deprecate wxWindow::MakeModal().
blob
|
commitdiff
|
raw
|
diff to current
2012-03-05
Vadim Zeitlin
Override AdjustForParentClientOrigin() in wxNonOwnedWin...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-04
Vadim Zeitlin
Use __WINDOWS__ for OS checks and __WXMSW__ for GUI...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-11
Vadim Zeitlin
Implement wxBG_STYLE_TRANSPARENT support for wxGTK.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-28
Vadim Zeitlin
Correct HasFocus() to work with subwindows of a composi...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-18
Vadim Zeitlin
Fix HasFocus() for composite controls.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-02
Vadim Zeitlin
Add wxWindowBase::CopyToolTip() method.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Steve Lamerton
Merge in from trunk r67662 to r64801
blob
|
commitdiff
|
raw
|
diff to current
2011-05-03
Dimitri Schoolwerth
Replaced Ok() occurrences with IsOk() throughout trunk.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-18
Vadim Zeitlin
Do send wxEVT_UPDATE_UI events to hidden windows.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-18
Vadim Zeitlin
Don't send wxWindowDestroyEvent if we hadn't sent wxWin...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-30
Vadim Zeitlin
Add wxUSE_STD_CONTAINERS and turn it on by default.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-22
Vadim Zeitlin
Post size events to the event handler and not window...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-20
Dimitri Schoolwerth
No changes, synchronised source names that appear comme...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-08
Vadim Zeitlin
Fix wxWrapSizer minimal size calculation.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-08
Paul Cornett
Move SendIdleEvents() from wxApp to wxWindow.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-07
Paul Cornett
move default OnInternalIdle processing to wxWindowBase
blob
|
commitdiff
|
raw
|
diff to current
2011-01-07
Stefan Csomor
xti changes
blob
|
commitdiff
|
raw
|
diff to current
2011-01-05
Paul Cornett
move variable definitions to more appropriate places...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Stefan Csomor
merging back XTI branch part 2
blob
|
commitdiff
|
raw
|
diff to current
2010-11-10
Vadim Zeitlin
Add #if checks fixing minimal wxGTK build.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Vadim Zeitlin
wxUniv/MSW compilation fix in wxWindowBase::GetDlgUnitB...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-22
Vadim Zeitlin
Fixes for calling Enable() on children of a disabled...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-28
Václav Slavík
Scale sizes more accurately in generic SetWindowVariant().
blob
|
commitdiff
|
raw
|
diff to current
2010-07-11
Vadim Zeitlin
Don't set negative size when using constraints for...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-11
Vadim Zeitlin
Implement wxWindow::DoGetBorderSize() for all ports.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-20
Vadim Zeitlin
Use wxDELETE() and wxDELETEA() when possible.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-09
Vadim Zeitlin
Replace public wxEvtHandler::ProcessEventHere() with...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-26
Vadim Zeitlin
Set popup menu invoking window in wxWindowBase and...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-30
Robin Dunn
Apply patch (plus some additional changes) upgrading...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-24
Václav Slavík
Fixed dialog units <-> pixels conversion.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-19
Václav Slavík
Make ConvertPixelsToDialog() and ConvertDialogToPixels...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-19
Václav Slavík
Don't query metrics that won't be used.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-14
Vadim Zeitlin
No real changes, just fix a typo in comments and docume...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-04
Vadim Zeitlin
Add assert checking that window has no event handlers...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-27
Vadim Zeitlin
Don't call SetMinSize() when creating the window if...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-09
Vadim Zeitlin
STL build compilation fix.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-08
Vadim Zeitlin
Implement wxWindow::DoGetBorderSize() in the trivial...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-08
Vadim Zeitlin
Fix unused parameter warning after last commit (r62818).
blob
|
commitdiff
|
raw
|
diff to current
2009-12-08
Vadim Zeitlin
Fix event object in wxSysColourChangedEvent.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-08
Vadim Zeitlin
Don't set the initial size as minimal size for top...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-07
Vadim Zeitlin
Set initial window size as its minimal size.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
Vadim Zeitlin
Refactor initialization code in wxTopLevelWindowMSW...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
Vadim Zeitlin
Don't use the current size in DoGetBestSize() by default.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-12
Vadim Zeitlin
Use wxDEBUG_LEVEL instead of __WXDEBUG__ in wxInfoMessa...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-10
Vadim Zeitlin
Made wxWindow::HasScrollbar() do what it says.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-25
Vadim Zeitlin
Implement wxWindow::GetToolTipText().
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Stefan Csomor
guarding for scrollbar use
blob
|
commitdiff
|
raw
|
diff to current
2009-06-22
Vadim Zeitlin
Added DoGetClientBestSize() and use it for a couple...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-16
Vadim Zeitlin
introduce wxBG_STYLE_{ERASE,PAINT} and implement their...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-23
Vadim Zeitlin
make wxWindow::SetAutoLayout() now works for all window...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-25
Francesco Montorsi
allow windows which are placed inside wxStaticBoxes...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-29
Stefan Csomor
special casing mac code
blob
|
commitdiff
|
raw
|
diff to current
2009-03-22
Vadim Zeitlin
replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
blob
|
commitdiff
|
raw
|
diff to current
2009-02-26
Vadim Zeitlin
deprecate the old TryValidator/Parent() and replace...
blob
|
commitdiff
|
raw
|
diff to current
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
next