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 |
2006-10-27 |
Robin Dunn | fix some compile/link errors |
tree | commitdiff |
2006-10-27 |
Robin Dunn | fix compile errors |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | switching to new renderer API |
tree | commitdiff |
2006-10-26 |
Włodzimierz Skiba | Blind fix for Tinderbox build error. |
tree | commitdiff |
2006-10-26 |
Robin Dunn | SetTextColor --> SetTextColour, to be consistent with... |
tree | commitdiff |
2006-10-25 |
Robin Dunn | Don't override DoGetSize, just let the default return... |
tree | commitdiff |
2006-10-25 |
Robert Roebling | Add m_fsStyle next to m_windowStyle |
tree | commitdiff |
2006-10-25 |
Václav Slavík | changed wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVER... |
tree | commitdiff |
2006-10-25 |
Robert Roebling | Fix test for wxFD_MULTIPLE. |
tree | commitdiff |
2006-10-24 |
Václav Slavík | moved wxOverlay into overlay.* files and out of dc... |
tree | commitdiff |
2006-10-24 |
Paul Cornett | non-pch build fixes |
tree | commitdiff |
2006-10-24 |
Kevin Ollivier | Use the same selection highlight and text colors as... |
tree | commitdiff |
2006-10-23 |
Vadim Zeitlin | don't update the size of a maximized TLW, whatever... |
tree | commitdiff |
2006-10-23 |
Vadim Zeitlin | don't show licence pane if there is no licence text |
tree | commitdiff |
2006-10-23 |
Robin Dunn | Used wxConstCast where needed, fixed other compile... |
tree | commitdiff |
2006-10-23 |
Włodzimierz Skiba | PCH build fix. |
tree | commitdiff |
2006-10-23 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | avoid code duplication between the generic and GTK... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | 1. We don't need GetTopLevelParent() here, we already... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | cleanup (mainly wrapping lines to be < 80 chars); added... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | initial draft of wxCollapsiblePane (patch 1577412 by... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | added wxSimpleHtmlListBox (patch 1576109 by Francesco) |
tree | commitdiff |
next |