projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove identic implementations of wxDir::Exists from platform-specific files and...
[wxWidgets.git]
/
include
/
wx
/
window.h
2010-05-09
Vadim Zeitlin
Add wxWindow::ProcessWindowEventLocally() and use it...
blob
|
commitdiff
|
raw
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
2009-12-08
Vadim Zeitlin
Implement wxWindow::DoGetBorderSize() in the trivial...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-03
Paul Cornett
make access for virtuals match base
blob
|
commitdiff
|
raw
|
diff to current
2009-11-05
Vadim Zeitlin
No real changes, just correct "synonim" typo in comments.
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
Added wxSHOW_EFFECT_NONE.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-22
Vadim Zeitlin
Implement wxWindow::DoGetBorderSize() in wxUniv.
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-21
Vadim Zeitlin
Support delayed destruction in console applications...
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-06-10
Vadim Zeitlin
add virtual DoGetTextExtent() to allow calling the...
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-05-02
Vadim Zeitlin
don't use access declarations with Watcom which doesn...
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-18
Paul Cornett
build fixes for wxUSE_THREADS==0
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-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-30
Robert Roebling
Make GetEffectiveMinSize virtual as not being able...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Vadim Zeitlin
fix remaining cases of wxWindow::ProcessEvent() calls...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-25
Vadim Zeitlin
fix MSVC warning C4516 about using deprecated access...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-25
Francesco Montorsi
Change in wxWindow the access specifier of the wxEvtHan...
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-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-09-12
Vadim Zeitlin
return true from IsBeingDeleted() if any of the parent...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-25
Vadim Zeitlin
added UnsetToolTip() which is also provided (as empty...
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-11
Stefan Csomor
fixing file paths after renaming
blob
|
commitdiff
|
raw
|
diff to current
2008-05-08
Václav Slavík
changed ShowWithEffects() to use directional wxSHOW_EFF...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-26
Francesco Montorsi
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
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-02-14
Václav Slavík
added wxWindow::Set/GetMin/MaxClientSize convenience...
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-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-22
Vadim Zeitlin
unset the window as invoking window of wxCurrentPopupMe...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-21
Václav Slavík
fixed wxScrolledWindow best size calculation: compute...
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-12-12
Vadim Zeitlin
corrected/removed forward declarations
blob
|
commitdiff
|
raw
|
diff to current
2007-12-08
Robert Roebling
Added wxWrapSizer (modified patch: [1826950] Wrapping...
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-22
Paul Cornett
make DoSetSizeHints protected, remove parameter defaults
blob
|
commitdiff
|
raw
|
diff to current
2007-11-20
Vadim Zeitlin
added wxWindow::GetPrev/NextSibling()
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-11-13
Julian Smart
More border rationalisation. GetDefaultBorder is now...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-03
Vadim Zeitlin
added wxWindow::AlwaysShowScrollbars() and its wxMac...
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-08-07
Julian Smart
Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-09
Václav Slavík
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-28
Vadim Zeitlin
CanAcceptFocus() now returns true if either the window...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-13
Václav Slavík
make wxFrame a wxControlContainer too, so that it behav...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-22
Vadim Zeitlin
added HasExtraStyle()
blob
|
commitdiff
|
raw
|
diff to current
2007-04-14
Václav Slavík
removed extra semicolons (patch #1700459; fixes compila...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-05
Vadim Zeitlin
make wxControlContainer accept focus depending on wheth...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-30
Vadim Zeitlin
define wxHAS_NATIVE_TAB_TRAVERSAL in wx/features.h...
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-01-22
Václav Slavík
wxDFB: fix rendering artefacts when scrolling wxScrolle...
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
GetBestFittingSize --> GetEffectiveMinSize
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Robert Roebling
Removed GetAdjustedBestSize().
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Robert Roebling
Make SetMinSize() and SetMaxSize() virtual so they
blob
|
commitdiff
|
raw
|
diff to current
2006-10-29
Vadim Zeitlin
return the results of GetMin/MaxSize() from GetMin...
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 wxWindow::IsDoubleBuffered() and improve wxBuffer...
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-23
Václav Slavík
added comment clarifying the meaning of DoMoveWindow...
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-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-11
Robert Roebling
Make IsExposed virtual.
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
Włodzimierz Skiba
Build fix.
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-08-27
Václav Slavík
initial (not yet working) code for DirectFB port
blob
|
commitdiff
|
raw
|
diff to current
2006-08-21
Robin Dunn
Move CanSetTransparent and SetTransparent up to wxWindo...
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-28
Vadim Zeitlin
added HasMultiplePages()
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-16
Vadim Zeitlin
unset the button as temporary default item when it...
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
next