projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
build fix
[wxWidgets.git]
/
src
/
generic
/
2006-12-20
Vadim Zeitlin
unused parameter warning
tree
|
commitdiff
2006-12-17
Vadim Zeitlin
forcefully get rid of the scrollbars in CalcWindowSizes...
tree
|
commitdiff
2006-12-15
Vadim Zeitlin
correct GetBestSize() to return correct best size,...
tree
|
commitdiff
2006-12-12
Robert Roebling
Made wxSearchCtrl look like other text controls under...
tree
|
commitdiff
2006-12-12
Robin Dunn
Also do LayoutControls from EVT_SIZE handler
tree
|
commitdiff
2006-12-11
Robin Dunn
Fix compile error
tree
|
commitdiff
2006-12-11
Kevin Ollivier
Change event names to clarify that they are only fired...
tree
|
commitdiff
2006-12-11
Paul Cornett
cleanup:
tree
|
commitdiff
2006-12-11
Vadim Zeitlin
added $Id$ to the header
tree
|
commitdiff
2006-12-11
Vadim Zeitlin
added wx prefix to wxUSE_NATIVE_SEARCH_CONTROL
tree
|
commitdiff
2006-12-11
Vadim Zeitlin
1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
tree
|
commitdiff
2006-12-11
Chris Elliott
fix watcom problem (thanks ABX)
tree
|
commitdiff
2006-12-11
Chris Elliott
fix missing includessrc/generic/srchctlg.cpp
tree
|
commitdiff
2006-12-11
Robin Dunn
Modified form of Patch #1611222, adds wxSearchCtrl...
tree
|
commitdiff
2006-12-10
Vadim Zeitlin
set wxDATAVIEW_CELL_SELECTED in flags passed to Render...
tree
|
commitdiff
2006-12-10
Vadim Zeitlin
replaced size_t with unsigned int in wxAnimation and...
tree
|
commitdiff
2006-12-05
Robin Dunn
Add wxGraphicsMatrix::Get
tree
|
commitdiff
2006-12-04
Vadim Zeitlin
fix a problem with (sometimes) editing an invalid item...
tree
|
commitdiff
2006-12-04
Vadim Zeitlin
added the missing parameter to SetScrollbars() call...
tree
|
commitdiff
2006-12-04
Julian Smart
Use font encoding
tree
|
commitdiff
2006-12-04
Julian Smart
Added SetEncoding
tree
|
commitdiff
2006-12-03
Vadim Zeitlin
removed the workaround for our SetWindowStyleFlag(...
tree
|
commitdiff
2006-12-03
Vadim Zeitlin
fixed long standing bug with Fit() still showing the...
tree
|
commitdiff
2006-12-03
Vadim Zeitlin
stop the rename timer when the current item changes...
tree
|
commitdiff
2006-12-02
Vadim Zeitlin
more woodoo in DoGetBestSize() to get rid of tree borde...
tree
|
commitdiff
2006-12-01
Robin Dunn
Ensure that the listctrl takes the focus on left-click
tree
|
commitdiff
2006-12-01
Kevin Ollivier
Allow wxGenericListCtrl to correctly handle Get/SetScro...
tree
|
commitdiff
2006-11-30
Robin Dunn
Return optimal label width from DrawHeaderButton
tree
|
commitdiff
2006-11-29
Robert Roebling
Simpler version of [ 1604590 ] wxListCtrl::FindItem...
tree
|
commitdiff
2006-11-28
Robin Dunn
Make room for the focus ring to be visible on Mac.
tree
|
commitdiff
2006-11-28
Kevin Ollivier
Propagate key up events to the wxGenericListCtrl parent...
tree
|
commitdiff
2006-11-27
Vadim Zeitlin
cache the best size in overridden DoGetBestSize()
tree
|
commitdiff
2006-11-26
Mattia Barbon
Use 1 as true and "" as false, not the opposite.
tree
|
commitdiff
2006-11-26
Robin Dunn
More layout tweaks for wxComboCtrl on Mac
tree
|
commitdiff
2006-11-25
Vadim Zeitlin
corrected wxTreeCtrl::GetBestSize() for a control with...
tree
|
commitdiff
2006-11-24
Vadim Zeitlin
Fixed bug in wxCalendarCtrl::HitTest() when clicking...
tree
|
commitdiff
2006-07-25
Vadim Zeitlin
update from suzumizaki (patch 1522241)
tree
|
commitdiff
2006-11-19
Vadim Zeitlin
delete controls which are part of the calendar (even...
tree
|
commitdiff
2006-11-19
Vadim Zeitlin
avoid assert when creating the control with wxCAL_SEQUE...
tree
|
commitdiff
2006-11-19
Vadim Zeitlin
assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is...
tree
|
commitdiff
2006-11-19
Kevin Ollivier
Have wxGenericListCtrl record and store the selection...
tree
|
commitdiff
2006-11-19
Kevin Ollivier
Implement wxRendererMac::DrawItemSelectionRect and...
tree
|
commitdiff
2006-11-18
Robert Roebling
[ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap...
tree
|
commitdiff
2006-11-17
Vadim Zeitlin
- fix wxAnimationCtrl::SetBackgroundColour both for...
tree
|
commitdiff
2006-11-17
Vadim Zeitlin
use correct bitmap dimension in DetermineIndent()
tree
|
commitdiff
2006-11-14
Robert Roebling
Just use the already existing wxRenderer::DrawItemSel...
tree
|
commitdiff
2006-11-13
Robin Dunn
Don't use wxLB_EXTENDED with the checklistbox
tree
|
commitdiff
2006-11-13
Julian Smart
Corrected wxMultiChoiceDialog if wxCheckListBox is...
tree
|
commitdiff
2006-11-12
Vadim Zeitlin
changed last DrawButton() parameter from bool to int...
tree
|
commitdiff
2006-11-12
Vadim Zeitlin
call SetAnimation() from the ctor instead of just assig...
tree
|
commitdiff
2006-11-12
Vadim Zeitlin
show all available information in the dialog (somewhat...
tree
|
commitdiff
2006-11-12
Vadim Zeitlin
in addition to wxWinCE, also set background colour...
tree
|
commitdiff
2006-11-12
Robert Roebling
Send delete item event just before the item is actually
tree
|
commitdiff
2006-11-12
Julian Smart
GTK+1 fix
tree
|
commitdiff
2006-11-12
Julian Smart
Fix for GTK+1
tree
|
commitdiff
2006-11-11
Julian Smart
Added missing include
tree
|
commitdiff
2006-11-11
Robin Dunn
Some wxCollapsiblePane tweaks:
tree
|
commitdiff
2006-11-11
Robert Roebling
Added native selection rectangle drawing.
tree
|
commitdiff
2006-11-10
Włodzimierz Skiba
WinCE background fix. Perhaps not only WinCE problem???.
tree
|
commitdiff
2006-11-09
Kevin Ollivier
On Mac, when selection is drawn in grey (i.e. unfocused...
tree
|
commitdiff
2006-11-08
Václav Slavík
more efficient version of the wxUniv scrolling fix...
tree
|
commitdiff
2006-11-08
Robin Dunn
ensure m_table is not NULL before trying to access...
tree
|
commitdiff
2006-11-07
Robin Dunn
The "small optimization" causes asserts if Play is...
tree
|
commitdiff
2006-11-06
Julian Smart
Improved highlight drawing on wxMac/Core Graphics by...
tree
|
commitdiff
2006-11-06
Stefan Csomor
adapting to new inheritance of wxMemoryDC (under MSW...
tree
|
commitdiff
2006-11-06
Stefan Csomor
fixing region clipping
tree
|
commitdiff
2006-11-06
Vadim Zeitlin
update window before changing the scrolling position...
tree
|
commitdiff
2006-11-04
Vadim Zeitlin
include wx/datetime.h and test for wxUSE_DATETIME befor...
tree
|
commitdiff
2006-11-04
Vadim Zeitlin
use wxLocaltime_r() instead of localtime(): this is...
tree
|
commitdiff
2006-11-04
Julian Smart
Generic fix for full row highlight
tree
|
commitdiff
2006-11-04
Vadim Zeitlin
don't leave tables non-owned by the grid with dangling...
tree
|
commitdiff
2006-11-04
Vadim Zeitlin
capture mouse to be notified when it exists the popup...
tree
|
commitdiff
2006-11-04
Vadim Zeitlin
grid lines were incorrectly drawn over multicell cells...
tree
|
commitdiff
2006-11-04
Vadim Zeitlin
invalidate best size of the book controller too when...
tree
|
commitdiff
2006-11-04
Vadim Zeitlin
removed out of date FIXME (part of patch 1590194)
tree
|
commitdiff
2006-11-04
Stefan Csomor
removing additional offset - why did this ever work ?
tree
|
commitdiff
2006-11-04
Stefan Csomor
stub implementations
tree
|
commitdiff
2006-11-03
Vadim Zeitlin
wxAnimationCtrl fix to display inactive bitmap at start...
tree
|
commitdiff
2006-11-03
Vadim Zeitlin
use wxNullFont instead of *wxNORMAL_FONT as default...
tree
|
commitdiff
2006-11-02
Jouk Jansen
Committing in .
tree
|
commitdiff
2006-10-31
Vadim Zeitlin
SetBestSize() is now deprecated, don't use it
tree
|
commitdiff
2006-10-31
Robin Dunn
GetBestFittingSize --> GetEffectiveMinSize
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
renamed IsRefTo() to IsSameAs() (do complain if this...
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
use wxUSE_COLLPANE around usage of wxCollapsiblePane
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
Various wxCollapsiblePane enhancements (re-patch 1577412):
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
Added wxMemoryDC::SelectObjectAsSource() and make Selec...
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
COW cleanup patch (1583966):
tree
|
commitdiff
2006-10-30
Robert Roebling
Removed GetAdjustedBestSize().
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
check that the cell using bool editor has a valid value...
tree
|
commitdiff
2006-10-29
Stefan Neis
Renamed m_clientData member variable to avoid clash...
tree
|
commitdiff
2006-10-29
Václav Slavík
add events API to wxHtmlWindow (patch #1504493 by Franc...
tree
|
commitdiff
2006-10-29
Robin Dunn
update the Cairo version to match recent changes in...
tree
|
commitdiff
2006-10-28
Vadim Zeitlin
remove unneeded WXDLLEXPORTs for the classes only used...
tree
|
commitdiff
2006-10-28
Vadim Zeitlin
allow customizing the string values returned by wxGridC...
tree
|
commitdiff
2006-10-28
Robin Dunn
Ensure that the pen and bush are properly initialized
tree
|
commitdiff
2006-10-27
Robert Roebling
[ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtr...
tree
|
commitdiff
2006-10-27
Stefan Csomor
changing graphics pen, brushes and fonts to be refcount...
tree
|
commitdiff
2006-10-27
Václav Slavík
compilation fix: wxGenericCollapsiblePane needs wxButto...
tree
|
commitdiff
2006-10-27
Julian Smart
Robert Lang's patch [ 1583183 ] Fixes printing/print...
tree
|
commitdiff
2006-10-27
Robert Roebling
Don't overwrite wxFD_ styles in m_windowStyle.
tree
|
commitdiff
next