projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Replace wxValidator::SetBellOnError() with SuppressBellOnError().
[wxWidgets.git]
/
src
/
aui
/
2009-09-21
Stefan Csomor
moving themeing include to private.h
tree
|
commitdiff
2009-09-18
Vadim Zeitlin
Fix recurring typo in "theming".
tree
|
commitdiff
2009-08-21
Vadim Zeitlin
No changes, just removed hard tabs and trailing white...
tree
|
commitdiff
2009-08-05
Vadim Zeitlin
Removed commented out code.
tree
|
commitdiff
2009-08-05
Vadim Zeitlin
Added #if wxUSE_TOOLBAR around use of wxToolBar.
tree
|
commitdiff
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
tree
|
commitdiff
2009-06-18
Vadim Zeitlin
fix a couple of harmless warnings during wxOSX build
tree
|
commitdiff
2009-06-04
Vadim Zeitlin
use wxAutoBufferedPaintDC to avoid needlessly double...
tree
|
commitdiff
2009-05-14
Benjamin Williams
in wxAuiToolBar, make certain that IsChecked() returns...
tree
|
commitdiff
2009-05-02
Benjamin Williams
fix for crash when undocking AUI toolbars (same as...
tree
|
commitdiff
2009-04-30
Vadim Zeitlin
compilation fix after wxMouseState changes (closes...
tree
|
commitdiff
2009-04-16
Benjamin Williams
implement default width for toolbar labels
tree
|
commitdiff
2009-04-15
Julian Smart
Fixed a bug whereby setting one element size set all...
tree
|
commitdiff
2009-03-31
Benjamin Williams
undock/float toolbar if it's dragged right or south...
tree
|
commitdiff
2009-03-30
Benjamin Williams
missing header fixed
tree
|
commitdiff
2009-03-30
Benjamin Williams
don't allow docks to be resized such that panes overlap
tree
|
commitdiff
2009-03-27
Benjamin Williams
corrections for inner-dock pane sizing for 2.9
tree
|
commitdiff
2009-03-27
Benjamin Williams
don't draw resize sash if it's dragged outside of manag...
tree
|
commitdiff
2009-03-27
Benjamin Williams
pane sizes within a dock are not allowed to exceed...
tree
|
commitdiff
2009-03-27
Benjamin Williams
applied patch fixing border problem (#10171)
tree
|
commitdiff
2009-03-25
Benjamin Williams
added ability to set tool alignment (#10174)
tree
|
commitdiff
2009-03-25
Benjamin Williams
added missing getters to wxAuiToolBar (#10182)
tree
|
commitdiff
2009-03-25
Benjamin Williams
fix incorrect application of styles (#10171)
tree
|
commitdiff
2009-03-25
Benjamin Williams
wxAuiToolbar properly handles items with wxID_ANY ...
tree
|
commitdiff
2009-03-18
Benjamin Williams
added wxITEM_RADIO support to wxAuiToolbar (applied...
tree
|
commitdiff
2009-02-24
Benjamin Williams
focus fixes for wxAUINotebook (fixes #4361)
tree
|
commitdiff
2009-02-12
Benjamin Williams
maximize pane should ignore floating windows (#4066)
tree
|
commitdiff
2009-02-07
Vadim Zeitlin
require semicolon after wxDECLARE/DEFINE_EVENT() (close...
tree
|
commitdiff
2009-01-27
Francesco Montorsi
include wx/mdi.h also for non-PCH builds
tree
|
commitdiff
2009-01-25
Francesco Montorsi
Change in wxWindow the access specifier of the wxEvtHan...
tree
|
commitdiff
2009-01-20
Vadim Zeitlin
set m_isBeingDeleted to true (only) in SendDestroyEvent...
tree
|
commitdiff
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
tree
|
commitdiff
2009-01-15
Bryan Petty
Initialize m_action_window to NULL in wxAuiManager...
tree
|
commitdiff
2009-01-12
Vadim Zeitlin
add more flexible and safer template Connect() overload...
tree
|
commitdiff
2009-01-07
Julian Smart
Added wxAUI_MGR_LIVE_RESIZE flag for live sash sizing...
tree
|
commitdiff
2008-11-14
Vadim Zeitlin
consistently use wxAuiPaneInfo::Has/SetFlag() instead...
tree
|
commitdiff
2008-11-07
Bryan Petty
Prevent activation of the AUI hint window (mini frame...
tree
|
commitdiff
2008-10-06
Vadim Zeitlin
set svn properties correctly
tree
|
commitdiff
2008-10-01
Benjamin Williams
applied patch from ticket 10015; wxToolBar compatibility
tree
|
commitdiff
2008-09-19
Vadim Zeitlin
cancel the current operation if mouse capture is lost...
tree
|
commitdiff
2008-09-11
Jouk Jansen
update OpenVMS compile support
tree
|
commitdiff
2008-09-05
Stefan Csomor
making things build under osx-cocoa as well
tree
|
commitdiff
2008-09-03
Benjamin Williams
fix small logic error
tree
|
commitdiff
2008-09-03
Benjamin Williams
fixed a problem in the aui toolbar flags
tree
|
commitdiff
2008-09-03
Benjamin Williams
make members private in various wxAuiToolBar helper...
tree
|
commitdiff
2008-09-02
Vadim Zeitlin
use {short,long}_help_string parameters of AddTool...
tree
|
commitdiff
2008-09-02
Stefan Csomor
adaptions to new osx ouside the main trees
tree
|
commitdiff
2008-08-28
Paul Cornett
add wxPseudoTransparentFrame to parent, so it doesn...
tree
|
commitdiff
2008-08-25
Vadim Zeitlin
use UnsetToolTip() instead of SetToolTip(NULL) to fix...
tree
|
commitdiff
2008-08-25
Vadim Zeitlin
don't use deprecated wxMenuItem ctor and don't use...
tree
|
commitdiff
2008-08-25
Vadim Zeitlin
changed wxAuiBlendColour() to work with unsigned chars...
tree
|
commitdiff
2008-08-24
Benjamin Williams
fix undefined variable color to colour
tree
|
commitdiff
2008-08-24
Benjamin Williams
don't use MacSetTheme()
tree
|
commitdiff
2008-08-24
Benjamin Williams
fixed include problem
tree
|
commitdiff
2008-08-24
Benjamin Williams
added wxAuiToolBar
tree
|
commitdiff
2008-08-03
Benjamin Williams
fix mouse capture lost assert when dialog shown in...
tree
|
commitdiff
2008-08-03
Benjamin Williams
fix segfault when Update() is called inbetween mouse...
tree
|
commitdiff
2008-08-01
Benjamin Williams
added a number of NULL ptr asserts (#4145)
tree
|
commitdiff
2008-08-01
Benjamin Williams
fix for defect #4827
tree
|
commitdiff
2008-08-01
Benjamin Williams
fix for ticket #4505, Floatable(false) wasn't working...
tree
|
commitdiff
2008-08-01
Benjamin Williams
floating pane now respects IsFixed pane status; indirec...
tree
|
commitdiff
2008-07-29
Stefan Csomor
OSX regrouping
tree
|
commitdiff
2008-06-20
Vadim Zeitlin
don't pass negative height to wxWindow::SetSize(),...
tree
|
commitdiff
2008-06-12
Stefan Csomor
fixing file paths after renaming
tree
|
commitdiff
2008-06-09
Vadim Zeitlin
don't use deprecate SetClippingRegion(wxRegion)
tree
|
commitdiff
2008-06-03
Benjamin Williams
prevent memory leak
tree
|
commitdiff
2008-05-27
Robert Roebling
Reapply wxWeakRef patch again
tree
|
commitdiff
2008-05-09
Benjamin Williams
applied patch 1908782 wxAuiMDIChildFrame not removed...
tree
|
commitdiff
2008-04-01
Vadim Zeitlin
suppress VC++ /Wp64 warnings
tree
|
commitdiff
2008-03-15
Vadim Zeitlin
don't assign the returned value in wxMDIParentFrame...
tree
|
commitdiff
2008-02-18
Vadim Zeitlin
reverted r51340: don't use wxWeakRef in the library...
tree
|
commitdiff
2008-02-08
Benjamin Williams
maximize bug fixed
tree
|
commitdiff
2008-01-23
Bryan Petty
Reverted wxAuiFloatingFrame dtor crash fix (r51324...
tree
|
commitdiff
2008-01-22
Bryan Petty
Fixed a rare wxAuiFloatingFrame dtor crash on MSW using...
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
small tweak to the close icon (patch 1674689)
tree
|
commitdiff
2008-01-05
Vadim Zeitlin
meaning of left/right keys should be inversed in RTL...
tree
|
commitdiff
2007-12-20
Vadim Zeitlin
set up the correct layout direction for memory dc in...
tree
|
commitdiff
2007-11-30
Robert Roebling
DC reorganization
tree
|
commitdiff
2007-11-25
Paul Cornett
remove unused/unneeded stuff from gtk/private.h
tree
|
commitdiff
2007-11-23
Stefan Csomor
mac cleanup, cgcolor changes
tree
|
commitdiff
2007-11-13
Benjamin Williams
added null pointer check and assert
tree
|
commitdiff
2007-11-09
Julian Smart
Fix from wxAUI forum (http://www.kirix.com/forums/viewt...
tree
|
commitdiff
2007-11-09
Julian Smart
Don't delete dangling pointers in destructor (ported...
tree
|
commitdiff
2007-11-07
Robert Roebling
Upport hint window improvement using custom GTK+ code
tree
|
commitdiff
2007-11-06
Paul Cornett
New "pizza" widget implementation. Window border widths...
tree
|
commitdiff
2007-11-06
Benjamin Williams
don't renumber dock rows to remove gaps
tree
|
commitdiff
2007-11-06
Benjamin Williams
aui dock renumbering fix
tree
|
commitdiff
2007-11-05
Vadim Zeitlin
more unused parameters warnings (should have been part...
tree
|
commitdiff
2007-10-16
Benjamin Williams
check if pane still exists before closing
tree
|
commitdiff
2007-10-10
Benjamin Williams
added DockFixed() pane option; doc updates
tree
|
commitdiff
2007-10-09
Benjamin Williams
in LoadPerspective, if pane wasn't found, just skip...
tree
|
commitdiff
2007-10-06
Julian Smart
Fixed dangling pointer bug
tree
|
commitdiff
2007-10-01
Benjamin Williams
better child focus
tree
|
commitdiff
2007-09-21
Julian Smart
Reverted unnecessary fix
tree
|
commitdiff
2007-09-21
Julian Smart
Make SetFont actually do something
tree
|
commitdiff
2007-09-17
Julian Smart
Removed restriction that multiple centre panes can...
tree
|
commitdiff
2007-08-21
Julian Smart
Avoid selecting/updating in destructor
tree
|
commitdiff
2007-08-21
Julian Smart
Applied patch [ 1736135 ] AUI: Clicking caption ignored...
tree
|
commitdiff
2007-08-21
Julian Smart
Applied [ 1708971 ] Make a virtual function to enable...
tree
|
commitdiff
2007-08-21
Julian Smart
Applied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_B...
tree
|
commitdiff
next