projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Allow creating wxGraphicsFont without using wxFont.
[wxWidgets.git]
/
src
/
common
/
wincmn.cpp
2011-10-02
Vadim Zeitlin
Add wxWindowBase::CopyToolTip() method.
blob
|
commitdiff
|
raw
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
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
next