projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Fix a number of mingw compile errors.
[wxWidgets.git]
/
src
/
generic
/
2010-04-22
Stefan Csomor
switching to correct hit-testing
tree
|
commitdiff
2010-04-20
Vadim Zeitlin
Add wxProgressDialog::Was{Cancelled,Skipped}() convenie...
tree
|
commitdiff
2010-04-20
Stefan Csomor
if we have wxBG_STYLE_PAINT, we must clear the backgrou...
tree
|
commitdiff
2010-04-18
Vadim Zeitlin
Fix bug with using uninitialized flags in GetParentForM...
tree
|
commitdiff
2010-04-12
Vadim Zeitlin
Fix over aggressive clipping in generic wxListCtrl...
tree
|
commitdiff
2010-04-12
Vadim Zeitlin
Fix crash in wxListbook if image list is assigned after...
tree
|
commitdiff
2010-04-12
Vadim Zeitlin
Translate the label used by the font picker dialog.
tree
|
commitdiff
2010-04-08
Stefan Csomor
using statically allocated font objects for speedup
tree
|
commitdiff
2010-04-05
Václav Slavík
Fix text input and completion in wxComboCtrl and wxOwne...
tree
|
commitdiff
2010-04-05
Václav Slavík
wxOwnerDrawnComboBox: handle Home and End keys as nativ...
tree
|
commitdiff
2010-04-05
Václav Slavík
wxOwnerDrawnComboBox: handle numpad navigation keys.
tree
|
commitdiff
2010-04-05
Vadim Zeitlin
Add support for gradient stops to wxGraphicsContext.
tree
|
commitdiff
2010-03-28
Václav Slavík
Preserve m_skipped in wx[Var]ScrollHelperEvtHandler...
tree
|
commitdiff
2010-03-22
Vadim Zeitlin
Fix the selection validity check in wxSingleChoiceDialog.
tree
|
commitdiff
2010-03-21
Vadim Zeitlin
Add initial selection parameter to wxGetSingleChoice...
tree
|
commitdiff
2010-03-20
Vadim Zeitlin
Define wxGraphicsRenderer::GetDefaultRenderer() for...
tree
|
commitdiff
2010-03-12
Vadim Zeitlin
Revert unneeded fix for list control headers from r63177.
tree
|
commitdiff
2010-03-08
Vadim Zeitlin
Use correct style for the dialog shown by generic file...
tree
|
commitdiff
2010-03-06
Vadim Zeitlin
Don't store header height in generic wxListCtrl member...
tree
|
commitdiff
2010-03-06
Vadim Zeitlin
Fix toggling the header in the generic wxListCtrl.
tree
|
commitdiff
2010-03-05
Vadim Zeitlin
Don't stop dragging in the grid when the mouse leaves...
tree
|
commitdiff
2010-03-05
Vadim Zeitlin
Implement wxBookCtrlBase::CalcSizeFromPage() in the...
tree
|
commitdiff
2010-03-05
Vadim Zeitlin
No changes, just remove redundant GetControllerSize...
tree
|
commitdiff
2010-03-05
Vadim Zeitlin
Correct controller size determination in wxToolbook.
tree
|
commitdiff
2010-03-03
Robin Dunn
Layout the immediate parent of the info bar as describe...
tree
|
commitdiff
2010-02-28
Vadim Zeitlin
Remove unused NO_SORT constant.
tree
|
commitdiff
2010-02-28
Jaakko Salli
Sometimes change in varscrollable window's size can...
tree
|
commitdiff
2010-02-04
Vadim Zeitlin
Fix selection event sending for Ctrl-click in generic...
tree
|
commitdiff
2010-01-26
Vadim Zeitlin
Add wxTreeCtrl::SelectChildren() method.
tree
|
commitdiff
2010-01-26
Vadim Zeitlin
Don't pass logs at unknown levels to wxLog::DoLogRecord...
tree
|
commitdiff
2010-01-25
Julian Smart
Added EVT_WIZARD_PAGE_SHOWN event for wxWizard, to...
tree
|
commitdiff
2010-01-18
Stefan Csomor
applying patch, closes #11309
tree
|
commitdiff
2010-01-18
Vadim Zeitlin
Don't call base class version unnecessarily in wxLogWin...
tree
|
commitdiff
2010-01-18
Vadim Zeitlin
Add wxIsascii() function and use it instead of isascii...
tree
|
commitdiff
2010-01-06
Kevin Ollivier
Fix another line somehow missing from the wxGraphicsBit...
tree
|
commitdiff
2009-12-27
Vadim Zeitlin
Account for cells spanning multiple grid cells better...
tree
|
commitdiff
2009-12-27
Vadim Zeitlin
Return the kind of cells span from wxGrid::GetCellSize().
tree
|
commitdiff
2009-12-26
Jaakko Salli
Added wxComboCtrl::SetHint(), GetHint()
tree
|
commitdiff
2009-12-19
Vadim Zeitlin
Corrections to expander position calculations and drawi...
tree
|
commitdiff
2009-12-19
Vadim Zeitlin
Correct selection/drop highlight rectangles width in...
tree
|
commitdiff
2009-12-19
Vadim Zeitlin
Always draw standard-sized checkboxes in generic wxData...
tree
|
commitdiff
2009-12-18
Vadim Zeitlin
No changes, just minor cleanup.
tree
|
commitdiff
2009-12-15
Vadim Zeitlin
Remove asserts in wxChoicebook::Get/SetPageImage().
tree
|
commitdiff
2009-12-14
Vadim Zeitlin
Avoid painting generic wxDataViewCtrl if it has no...
tree
|
commitdiff
2009-12-09
Stefan Csomor
avoiding string conversions on 1st param of wxStat...
tree
|
commitdiff
2009-12-08
Vadim Zeitlin
Don't override DoGetBestSize() in wxGenericStaticText...
tree
|
commitdiff
2009-12-05
Paul Cornett
minor cleanup
tree
|
commitdiff
2009-12-02
Paul Cornett
make array data fully const
tree
|
commitdiff
2009-11-28
Vadim Zeitlin
Don't override msw.remap system option value in wxToolbook.
tree
|
commitdiff
2009-11-28
Vadim Zeitlin
Avoid infinite recursion in wxToolbook::OnSize() under...
tree
|
commitdiff
2009-11-27
Vadim Zeitlin
Compilation fix for wxUSE_CAIRO==0 after last commit.
tree
|
commitdiff
2009-11-27
Vadim Zeitlin
Define wxUSE_CAIRO in wx/chkconf.h to ensure that it...
tree
|
commitdiff
2009-11-27
Vadim Zeitlin
Use #ifdef to check for __WXMSW__ and __WXGTK__ and...
tree
|
commitdiff
2009-11-27
Vadim Zeitlin
Allow changing horizontal alignment of numeric cells...
tree
|
commitdiff
2009-11-18
Kevin Ollivier
Forward port of r60190 (wxMSW Cairo support) to trunk.
tree
|
commitdiff
2009-11-16
Robert Roebling
Always set focus to the item selected using Select()
tree
|
commitdiff
2009-11-13
Robert Roebling
Also update focus rect when changing selection in singl...
tree
|
commitdiff
2009-11-13
Robert Roebling
Reset m_underMouse anytime the display is changed progr...
tree
|
commitdiff
2009-11-10
Vadim Zeitlin
Allow custom wxDataViewCtrl renderers to easily use...
tree
|
commitdiff
2009-11-10
Vadim Zeitlin
Big wxDataViewCtrl renderer classes refactoring.
tree
|
commitdiff
2009-11-06
Vadim Zeitlin
Prefer to use standard selection colour in wxDataViewCu...
tree
|
commitdiff
2009-11-05
Vadim Zeitlin
Change wxLongLongFmtSpec to be a non-wide string.
tree
|
commitdiff
2009-10-23
Vadim Zeitlin
Add wxDataViewModel::ChangeValue() and use it in wxDVC...
tree
|
commitdiff
2009-10-22
Vadim Zeitlin
Merge SOC2009_FSWATCHER branch into trunk.
tree
|
commitdiff
2009-10-16
Vadim Zeitlin
Add ellipsization support to wxDataViewCtrl.
tree
|
commitdiff
2009-10-16
Vadim Zeitlin
Rename wxEllipsizeFlags elements to avoid confusion...
tree
|
commitdiff
2009-10-16
Vadim Zeitlin
Improve wxCollapsiblePane appearance under OS X.
tree
|
commitdiff
2009-10-16
Vadim Zeitlin
Don't use sunken border for the list control in log...
tree
|
commitdiff
2009-10-15
Vadim Zeitlin
Correct cell alignment computation for too small column...
tree
|
commitdiff
2009-10-15
Vadim Zeitlin
Use correct colour for selected items in generic wxDVC.
tree
|
commitdiff
2009-10-12
Vadim Zeitlin
Implement attributes support in generic wxDataViewIconT...
tree
|
commitdiff
2009-10-12
Vadim Zeitlin
Make generic wxDataViewProgressRenderer fill the entire...
tree
|
commitdiff
2009-10-12
Vadim Zeitlin
Handle cell alignment in the renderer itself in generic...
tree
|
commitdiff
2009-10-12
Vadim Zeitlin
Remove wxDataViewTextRendererAttr by merging it with...
tree
|
commitdiff
2009-10-12
Jouk Jansen
add more samples to the compile cascade for OpenVMS
tree
|
commitdiff
2009-10-08
Vadim Zeitlin
Fix mismatched new/free in generic Region code.
tree
|
commitdiff
2009-10-08
Jouk Jansen
OpenVMS : add compile support for debugrpt sample
tree
|
commitdiff
2009-10-07
Vadim Zeitlin
Compilation fix for PCH-less in wxInfoBar.
tree
|
commitdiff
2009-10-06
Jouk Jansen
adding dataview sample to OpenVMS make cascade
tree
|
commitdiff
2009-10-06
Jouk Jansen
OpenVMS compile support : adding more samples for wxGTK
tree
|
commitdiff
2009-10-06
Vadim Zeitlin
Compilation fix for VC6 in wxInfoBarGeneric code.
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Determine the appropriate show effect automatically...
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Remove the hack with changing the parent background...
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Use wxART_BUTTON instead of wxART_MENU for info bar...
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Make info bar buttons smaller.
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Use wxRendererNative::DrawTitleBarBitmap() for info...
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Added wxRendererNative::DrawTitleBarBitmap().
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Added wxInfoBar::Dismiss().
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Use more native appearance in the generic wxInfoBar...
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Only show the default close button in wxInfoBar if...
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Use event tables instead of Connect() in wxInfoBarGeneric.
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Add wxInfoBar::RemoveButton() method.
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Added native wxInfoBar implementation for wxGTK.
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Added wxInfoBar::AddButton().
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Made wxInfoBar::SetFont() change the text message font.
tree
|
commitdiff
2009-10-05
Vadim Zeitlin
Initial wxInfoBar implementation.
tree
|
commitdiff
2009-10-02
Stefan Csomor
adding construction from native bitmaps
tree
|
commitdiff
2009-09-29
Julian Smart
#11259: Correction for bad help button on OSX
tree
|
commitdiff
2009-09-26
Vadim Zeitlin
Don't hard code white background colour in generic...
tree
|
commitdiff
2009-09-25
Julian Smart
Applied #8804 ([wxMac] wxSpinCtrl behaviour)
tree
|
commitdiff
next