projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
adapted Julian's new speed improved version
[wxWidgets.git]
/
src
/
generic
/
2008-04-25
Robert Roebling
Made wxCairo graphics code compile again, wxGraphicsBit...
tree
|
commitdiff
2008-04-19
Robert Roebling
Fixed wxDatePickerCtrl under OS X
tree
|
commitdiff
2008-04-18
Robert Roebling
Layout improvements for CalendarCtrl
tree
|
commitdiff
2008-04-14
Robert Roebling
Support bitmaps and text and header columns using wxIma...
tree
|
commitdiff
2008-04-14
Robert Roebling
Added bitmap support to column header
tree
|
commitdiff
2008-04-11
Jouk Jansen
Updates for VMS : new Makefiles, proper type casts
tree
|
commitdiff
2008-04-08
Robert Roebling
Adapt MSW's renderer's alignment to use column header...
tree
|
commitdiff
2008-04-07
Robert Roebling
Split wxDataViewVirtualModel fork wxDataViewIndexModel...
tree
|
commitdiff
2008-04-07
Vadim Zeitlin
correct positioning of the control and removed workarou...
tree
|
commitdiff
2008-04-06
Vadim Zeitlin
no changes, just fix typo in variable name
tree
|
commitdiff
2008-04-06
Vadim Zeitlin
reset m_selection in DeleteAllPages() (patch 1922215...
tree
|
commitdiff
2008-04-05
Robert Roebling
Fixed bug that made adding a child to a branch (that...
tree
|
commitdiff
2008-04-05
Robert Roebling
Probable fix for [ 1933745 ] Crash in wxDataViewHeaderW...
tree
|
commitdiff
2008-04-05
Robert Roebling
[ 1922123 ] Generic wxDataViewCtrl leaks
tree
|
commitdiff
2008-04-05
Robert Roebling
Support renderer::LeftClick() in generic code, removed...
tree
|
commitdiff
2008-04-04
Vadim Zeitlin
set focus to the control when it's clicked
tree
|
commitdiff
2008-04-04
Vadim Zeitlin
generate the correct events in the native MSW version...
tree
|
commitdiff
2008-04-04
Vadim Zeitlin
initial native implementation of wxCalendarCtrl for MSW
tree
|
commitdiff
2008-04-01
Václav Slavík
compilation fix for wxMSW and r52961
tree
|
commitdiff
2008-04-01
Václav Slavík
Generalized wxScrolledWindow into wxScrolled<T> that...
tree
|
commitdiff
2008-04-01
Robin Dunn
Don't force wxBORDER_SUNKEN so the programmer can speci...
tree
|
commitdiff
2008-03-31
Vadim Zeitlin
throw away the now invalid items in wxSelectionStore...
tree
|
commitdiff
2008-03-31
Vadim Zeitlin
store selected indices as unsigned int, not size_t...
tree
|
commitdiff
2008-03-28
Vadim Zeitlin
added native GTK implementation of wxCalendarCtrl ...
tree
|
commitdiff
2008-03-26
Julian Smart
Added GetId() to Connect calls to ensure only the relev...
tree
|
commitdiff
2008-03-24
Václav Slavík
no need to export private list/arrays of generic contro...
tree
|
commitdiff
2008-03-24
Francesco Montorsi
fix for built with compat 2.8 off
tree
|
commitdiff
2008-03-23
Vadim Zeitlin
fix crash when pressing Up key in empty combobox
tree
|
commitdiff
2008-03-22
Francesco Montorsi
use wx-style header and commets; fix indentation to...
tree
|
commitdiff
2008-03-22
Vadim Zeitlin
rename classes use by generic wxSpinCtrl implementation...
tree
|
commitdiff
2008-03-22
Vadim Zeitlin
don't pass unnecessary arguments to FindOrCreateBrush...
tree
|
commitdiff
2008-03-18
Vadim Zeitlin
added wxSpinCtrlDouble (slightly modified patch 1835864)
tree
|
commitdiff
2008-03-17
Vadim Zeitlin
don't provide unnecessary (as default) arguments to...
tree
|
commitdiff
2008-03-17
Paul Cornett
fix a huge number of build errors
tree
|
commitdiff
2008-03-16
Francesco Montorsi
introduce wxBrushStyle enum and replace 'int style...
tree
|
commitdiff
2008-03-15
Vadim Zeitlin
implement wxSpinCtrl::Reparent() to properly reparent...
tree
|
commitdiff
2008-03-15
Vadim Zeitlin
don't assign the returned value in wxMDIParentFrame...
tree
|
commitdiff
2008-03-15
Vadim Zeitlin
use wxTE_PROCESS_{ENTER,TAB} with the wxGridCellChoiceE...
tree
|
commitdiff
2008-03-10
Vadim Zeitlin
further simplifiy USE_NATIVE_HEADER_WINDOW checks
tree
|
commitdiff
2008-03-09
Vadim Zeitlin
don't use native headers in wxUniv build (this doesn...
tree
|
commitdiff
2008-03-04
Václav Slavík
fixed wxGenericTreeCtrl::DoThaw to call base class...
tree
|
commitdiff
2008-03-04
Václav Slavík
removed IsFrozen() from paint handler, no need for...
tree
|
commitdiff
2008-03-03
Vadim Zeitlin
use the selection background colour set using SetSelect...
tree
|
commitdiff
2008-03-03
Václav Slavík
made Freeze/Thaw recursively (un)freeze child windows too
tree
|
commitdiff
2008-03-02
Vadim Zeitlin
use custom selection colours in wxHtmlListBox again...
tree
|
commitdiff
2008-03-02
Vadim Zeitlin
decouple item index from string value (patch 1905702)
tree
|
commitdiff
2008-03-02
Vadim Zeitlin
add support for custom controls in file dialog in wxGTK...
tree
|
commitdiff
2008-03-02
Vadim Zeitlin
use generic dialogs under Palm (generic.diff part of...
tree
|
commitdiff
2008-03-01
Julian Smart
Image size fix
tree
|
commitdiff
2008-03-01
Robert Roebling
Patch for context menu event for generic/Windows code
tree
|
commitdiff
2008-02-27
Vadim Zeitlin
clip the text in report mode to prevent it from overflo...
tree
|
commitdiff
2008-02-27
Vadim Zeitlin
translate "Copy URL" string in the popup menu (feature...
tree
|
commitdiff
2008-02-27
Vadim Zeitlin
override SetDropTarget() in wxGrid to associate it...
tree
|
commitdiff
2008-02-26
Vadim Zeitlin
check whether the grid is fully created in Refresh...
tree
|
commitdiff
2008-02-22
Václav Slavík
fixed strange focus order in wxTipDialog and set initia...
tree
|
commitdiff
2008-02-16
Vadim Zeitlin
fix redundant storage of current date both in wxCalenda...
tree
|
commitdiff
2008-02-14
Václav Slavík
greatly simplified wxGenericCollapsiblePane::OnStateCha...
tree
|
commitdiff
2008-02-12
Vadim Zeitlin
use platform-specific styles in xTR_DEFAULT_STYLE but...
tree
|
commitdiff
2008-02-12
Václav Slavík
added wxWindow::HandleAsNavigationKey() helper for...
tree
|
commitdiff
2008-02-11
Vadim Zeitlin
make wxGenericCollapsiblePane a wxControlContainer...
tree
|
commitdiff
2008-02-09
Vadim Zeitlin
don't hardcode grey/white colours for non-MSW/Mac in...
tree
|
commitdiff
2008-02-07
Julian Smart
Avoid scrolling parts of the screen that don't belong...
tree
|
commitdiff
2008-02-03
Vadim Zeitlin
another correction to indices used in StringToLines()
tree
|
commitdiff
2008-02-03
Vadim Zeitlin
wxFontData doesn't need to be static in wxGenericFontBu...
tree
|
commitdiff
2008-02-03
Vadim Zeitlin
correct indices used in StringToLines() (modified patch...
tree
|
commitdiff
2008-02-03
Vadim Zeitlin
don't use negative sizes for row/column labels subwindo...
tree
|
commitdiff
2008-01-31
Václav Slavík
added InitRGBA to generic wxColour to fix linking ...
tree
|
commitdiff
2008-01-21
Václav Slavík
call Create from wxGrid non-default ctor instead to...
tree
|
commitdiff
2008-01-21
Václav Slavík
wxGrid focus handling fixes:
tree
|
commitdiff
2008-01-19
Stefan Neis
Fixed OS/2 compilation after wxDC changes
tree
|
commitdiff
2008-01-16
Julian Smart
Correction for cursor setting when moving out of a...
tree
|
commitdiff
2008-01-16
Robert Roebling
[ 1635287 ] wrong cursor when dragging an image
tree
|
commitdiff
2008-01-14
Vadim Zeitlin
rename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxTool...
tree
|
commitdiff
2008-01-14
Vadim Zeitlin
added wxTBK_HORZ_LAYOUT (heavily modified patch 1855678)
tree
|
commitdiff
2008-01-14
Paul Cornett
make XPM data pointer parameter fully const
tree
|
commitdiff
2008-01-14
Robert Roebling
Partial impl of auto resizing columns
tree
|
commitdiff
2008-01-11
Jouk Jansen
updates for OpenVMS compile support
tree
|
commitdiff
2008-01-10
Robert Roebling
Use SetFocusIgnoringChildren()
tree
|
commitdiff
2008-01-10
Robert Roebling
Applied [ 1867939 ] fixes for wxTreeCtrl crashes when...
tree
|
commitdiff
2008-01-10
Robert Roebling
Simplified code and applied [ 1867939 ] fixes for wxTre...
tree
|
commitdiff
2008-01-10
Julian Smart
Corrections to bitmap handling
tree
|
commitdiff
2008-01-08
Vadim Zeitlin
resolve ambiguity between 2 inherited versions of Clear...
tree
|
commitdiff
2008-01-07
Vadim Zeitlin
compilation fix after wxDateTime::ParseFormat() changes
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
use wxFlexGridSizer for layout of the labels in the...
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
use wxWindowIDRef to transparently implement auto-gener...
tree
|
commitdiff
2008-01-05
Vadim Zeitlin
move Freeze() and Thaw() to wxWindowBase to ensure...
tree
|
commitdiff
2008-01-05
Vadim Zeitlin
compilation fix (remove default ctor already implemente...
tree
|
commitdiff
2008-01-03
Vadim Zeitlin
also scroll vertically if necessary in MoveToItem(...
tree
|
commitdiff
2008-01-02
Julian Smart
Suppressed the themed border by defining GetDefaultBorder
tree
|
commitdiff
2008-01-02
Vadim Zeitlin
don't lock the gs_prevCS critical section recursively...
tree
|
commitdiff
2008-01-01
Vadim Zeitlin
do VMS-specific X symbols redefinitions only once in...
tree
|
commitdiff
2007-12-29
Julian Smart
Added missing includes
tree
|
commitdiff
2007-12-29
Julian Smart
Added automatic dialog scrolling ability
tree
|
commitdiff
2007-12-28
Robert Roebling
Implement rest of MSW's wxDataViewCtrl's native column...
tree
|
commitdiff
2007-12-28
Robert Roebling
Restore MSW's colour picker, II
tree
|
commitdiff
2007-12-28
Robert Roebling
Restore MSW's colour picker
tree
|
commitdiff
2007-12-28
Robin Dunn
It is possible for a scrolled window to get focus event...
tree
|
commitdiff
2007-12-27
Robert Roebling
Also get header button height right
tree
|
commitdiff
2007-12-27
Robert Roebling
Remove (wrong) theme border from header control
tree
|
commitdiff
2007-12-26
Robert Roebling
Some reorder code for MSW's dataviewctrl
tree
|
commitdiff
next