projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add implicit conversion, remove conversion to bool
[wxWidgets.git]
/
docs
/
latex
/
wx
/
window.tex
2008-01-16
Vadim Zeitlin
documentation for window ids allocation and wxIdManager...
blob
|
commitdiff
|
raw
2008-01-12
Vadim Zeitlin
better documentation for wxWindow::SetSizerAndFit()
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
2008-01-01
Vadim Zeitlin
CentreOnScreen() is in wxTLW, not wxWindow (bug 1861670)
blob
|
commitdiff
|
raw
|
diff to current
2007-12-20
Vadim Zeitlin
document HideWithEffect() too
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-24
Vadim Zeitlin
added Show/HideWithEffect() and implemented them using...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-20
Vadim Zeitlin
added wxWindow::GetPrev/NextSibling()
blob
|
commitdiff
|
raw
|
diff to current
2007-11-03
Vadim Zeitlin
added wxWindow::AlwaysShowScrollbars() and its wxMac...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-22
Vadim Zeitlin
added wxBG_STYLE_TRANSPARENT and implemented it for...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-23
Vadim Zeitlin
added wxWindow::GetPopupMenuSelectionFromUser() (modifi...
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-09-17
Robert Roebling
Always make wxWindow::SetFocus() focus the window,...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-18
Julian Smart
Added documentation for wxNavigationKeyEvent
blob
|
commitdiff
|
raw
|
diff to current
2007-08-14
Julian Smart
Added documentation for wxBORDER_THEME
blob
|
commitdiff
|
raw
|
diff to current
2007-08-05
Julian Smart
Updated border style names
blob
|
commitdiff
|
raw
|
diff to current
2007-07-28
Vadim Zeitlin
added the mention of library in which each class is...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-21
Paul Cornett
fix typo
blob
|
commitdiff
|
raw
|
diff to current
2007-06-21
Vadim Zeitlin
document that wx[HV]SCROLL don't work with native contr...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-22
Vadim Zeitlin
added HasExtraStyle()
blob
|
commitdiff
|
raw
|
diff to current
2007-04-22
Vadim Zeitlin
updated SetFont() documentation: it returns bool, not...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Robert Roebling
Document wxWindow::Navigate() instead of generation
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-25
Vadim Zeitlin
don't check whether the window is shown and enabled...
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-03-10
Vadim Zeitlin
added GetTextExtent() overload returning wxSize (patch...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-11
Vadim Zeitlin
miscellaneous minor corrections (patch 1652327)
blob
|
commitdiff
|
raw
|
diff to current
2007-02-11
Vadim Zeitlin
wxTopLevelWindow::GetClientSize() returns 0x0 when...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-11
Vadim Zeitlin
return the restored window size from GetSize() when...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-01
Vadim Zeitlin
document Next/PrevControlId
blob
|
commitdiff
|
raw
|
diff to current
2006-12-04
Vadim Zeitlin
added documentation of return value of ToggleWindowStyle()
blob
|
commitdiff
|
raw
|
diff to current
2006-12-04
Vadim Zeitlin
added a small helper ToggleWindowStyle() function
blob
|
commitdiff
|
raw
|
diff to current
2006-11-25
Vadim Zeitlin
added wxWindow::GetWindowBorderSize()
blob
|
commitdiff
|
raw
|
diff to current
2006-10-11
Robin Dunn
Add wxOverlay
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
Add a topc overview about window sizing
blob
|
commitdiff
|
raw
|
diff to current
2006-10-31
Robin Dunn
GetBestFittingSize --> GetEffectiveMinSize
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Robert Roebling
Mark GetMinSize() as virtual and explain why.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-29
Robert Roebling
Make wxWindow::SetSizeHints() do nothing.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-23
Robert Roebling
Mention that GTK now supports wxALWAYS_SHOW_SB.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-16
Robert Roebling
Made wxWindow::Update() a little clearer.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Julian Smart
Added some missing newlines to ends of files (necessary...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
Vadim Zeitlin
added wxWindow::IsDoubleBuffered() and improve wxBuffer...
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
Vadim Zeitlin
added wxWindow::IsFrozen() (only existed in wxMSW and...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-10
Václav Slavík
added wxWindow::IsVisible() method
blob
|
commitdiff
|
raw
|
diff to current
2006-08-06
Vadim Zeitlin
unified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH...
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-28
Vadim Zeitlin
added HasMultiplePages()
blob
|
commitdiff
|
raw
|
diff to current
2006-06-18
Vadim Zeitlin
fixed incorrect reference to wxhelpeventorigin
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-05
Vadim Zeitlin
Reparent() is available under Mac as well (bug 1500782)
blob
|
commitdiff
|
raw
|
diff to current
2006-05-28
Vadim Zeitlin
spelling fixes (patch 1495562)
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-07
Vadim Zeitlin
added a tiny class to call Freeze/Thaw in ctor/dtor
blob
|
commitdiff
|
raw
|
diff to current
2006-02-13
Vadim Zeitlin
minor docs corrections and improvements from Andreas...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-11
Vadim Zeitlin
note that SetAutoLayout() doesn't work for all windows
blob
|
commitdiff
|
raw
|
diff to current
2006-02-09
Vadim Zeitlin
implemented ScrollLines/Pages() for all classes in...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-22
Mart Raudsepp
Add a "see also" note for wxScrollWinEvent for wxWindow...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-12
Kevin Hock
Change reference from GetForce to CanVeto
blob
|
commitdiff
|
raw
|
diff to current
2006-01-02
Vadim Zeitlin
document that font set with SetFont() is not automatica...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-30
Vadim Zeitlin
corrected GetChildren() docs
blob
|
commitdiff
|
raw
|
diff to current
2005-11-21
Vadim Zeitlin
documented HasFlag()
blob
|
commitdiff
|
raw
|
diff to current
2005-11-16
Włodzimierz Skiba
Finally removes occurences of OnMenuCommand and closes...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-03
Włodzimierz Skiba
Get/SetTitle only for wxTopLevelWindow.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-25
Mart Raudsepp
Alphabetize wxWindow members list
blob
|
commitdiff
|
raw
|
diff to current
2005-10-12
Vadim Zeitlin
clarified ScrollWindow() docs
blob
|
commitdiff
|
raw
|
diff to current
2005-08-31
Vadim Zeitlin
Raise() and Lower() work for any windows
blob
|
commitdiff
|
raw
|
diff to current
2005-08-11
Vadim Zeitlin
added wxSIZE_FORCE flag for SetSize()
blob
|
commitdiff
|
raw
|
diff to current
2005-07-03
Mart Raudsepp
No default args in headers for SetSizeHints minimal...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-23
Julian Smart
Clarified wx[NO_]FULL_REPAINT_ON_RESIZE docs
blob
|
commitdiff
|
raw
|
diff to current
2005-04-08
Michael Wetherell
Documentation fixes, patch 1179223 by Andreas Mohr
blob
|
commitdiff
|
raw
|
diff to current
2005-03-27
Vadim Zeitlin
made Update() recursive under wxGTK2 (doesn't work...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-26
Vadim Zeitlin
changed wxWindow::Refresh() to refresh the window child...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-18
Julian Smart
Added WXK_SPECIAL... keycodes for special hardware...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-22
Włodzimierz Skiba
Licence name correction.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-22
Włodzimierz Skiba
More connections between wxWindow and wxRadioBox.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-14
Włodzimierz Skiba
Inversed slider and wrapper for datepicker control...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-12
Robert Roebling
Reapplied patch to change the two scrolled window...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-12
Robert Roebling
Added GetPureVitualSize() returning just m_virtualSize.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-06
Ryan Norton
Doc fixes N-Z edition. Thanks to Arnout for pointing...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-30
Vadim Zeitlin
added eraseBg argument to RefreshRect() too
blob
|
commitdiff
|
raw
|
diff to current
2005-01-10
Włodzimierz Skiba
Bug 1099143 and more occurences of the same set vs...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-07
Vadim Zeitlin
made FindWindow() member functions const (this makes...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-07
Vadim Zeitlin
moved HasTransparentBackground() from wxUniv to common...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-11
Robert Roebling
Whole bunch of minor doc updates from an external...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-11
Robert Roebling
Add SetFocusIgnoringChildren() to wxControlContainer...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-06
Włodzimierz Skiba
Further decorations in changes chapter. Missed methods...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-05
Kevin Hock
Updating wording in Freeze to more accurately describe...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-01
Włodzimierz Skiba
Missing wxWindow member, manual decorations to pure...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-16
Julian Smart
Doc tweaks
blob
|
commitdiff
|
raw
|
diff to current
2004-10-22
Kevin Hock
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
2004-10-14
Julian Smart
Doc tweaks
blob
|
commitdiff
|
raw
|
diff to current
2004-09-21
Włodzimierz Skiba
Missed labels to replace number of 'topicNNN' in anchors.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-14
George Tasker
Grammtical correction in commented out documentation...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-13
Vadim Zeitlin
replaced wxControl with wxWindow in 2 methods
blob
|
commitdiff
|
raw
|
diff to current
2004-08-29
Julian Smart
First step in background erase optimization
blob
|
commitdiff
|
raw
|
diff to current
2004-07-12
Václav Slavík
documented wxWindow::GetFont change
blob
|
commitdiff
|
raw
|
diff to current
2004-07-04
Vadim Zeitlin
typo/spelling fixes (patch 983448)
blob
|
commitdiff
|
raw
|
diff to current
2004-07-01
Vadim Zeitlin
added and documented wxWindow::MoveBefore/AfterInTabOrder()
blob
|
commitdiff
|
raw
|
diff to current
next