2006-10-06 |
Robert Roebling | Implemended column header mouse clicks. |
tree | commitdiff |
2006-10-05 |
Robert Roebling | Added sort order and alignement for column headers. |
tree | commitdiff |
2006-10-05 |
Robert Roebling | Add support for bitmaps in headers. |
tree | commitdiff |
2006-10-05 |
Włodzimierz Skiba | Warning fixes and TODO markup for easier finding by... |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | corrected date in header; removed extra wx/wxprec.h... |
tree | commitdiff |
2006-10-03 |
Robin Dunn | Wrap module in #if wxUSE_GRAPHICS_CONTEXT |
tree | commitdiff |
2006-10-03 |
Paul Cornett | univ build fix |
tree | commitdiff |
2006-10-03 |
Robert Roebling | More selection work in GTK+ version. |
tree | commitdiff |
2006-10-03 |
Stefan Csomor | cairo implementation |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Renamed wxDataViewCell to wxDataViewRenderer since the |
tree | commitdiff |
2006-10-03 |
Paul Cornett | header cleanup |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Added selection API. |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Replaces size_t with unsigned int in wxDataViewCtrl... |
tree | commitdiff |
2006-10-02 |
Paul Cornett | listctrl header cleanup |
tree | commitdiff |
2006-10-02 |
Paul Cornett | build fix |
tree | commitdiff |
2006-10-02 |
Vadim Zeitlin | fix VC warning about incorrect dll linkage of wxDataVie... |
tree | commitdiff |
2006-10-02 |
Paul Cornett | put grid string in generic/grid.cpp, not common/datacmn.cpp |
tree | commitdiff |
2006-10-01 |
Robert Roebling | Removed some irritating flags. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Several wxBitmapDataCell changes. |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | The Lesser wxMask Refactoring: merged wxMGL and wxDFB... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | compilation fixes after recent changes |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | rename OnResize() to OnSize() to avoid conflict with... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | The Great wxRegion Refactoring: |
tree | commitdiff |
2006-09-24 |
Robert Roebling | [ 1563875 ] wxTreeCtrl::FindItem asserts when item... |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1564062 ] wxComboCtrl popup height fix |
tree | commitdiff |
2006-09-23 |
Robert Roebling | Implememt GetColoursCount() in the generic wxPalette. |
tree | commitdiff |
2006-09-23 |
Robert Roebling | Compilo. |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1559479 ] wxImageComboBox |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1560860 ] wxComboCtrl EVT_TEXT filtering. |
tree | commitdiff |
2006-09-22 |
Kevin Hock | When autosizing a row or column (AutoSize____), use... |
tree | commitdiff |
2006-09-20 |
Kevin Ollivier | Remove instances where wxGenericImageList is included... |
tree | commitdiff |
2006-09-19 |
Robert Roebling | Fixed [ 1558015 ] No deselection event from wxGeneric... |
tree | commitdiff |
2006-09-19 |
Robert Roebling | [ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl |
tree | commitdiff |
2006-09-19 |
Robert Roebling | 1552971 ] Add flag for wxODComboBox::OnDrawItem... |
tree | commitdiff |
2006-09-19 |
Jouk Jansen | Include "xrc" support properly for OpenVMS |
tree | commitdiff |
2006-09-19 |
Robert Roebling | Another RTL fix. |
tree | commitdiff |
2006-09-18 |
Vadim Zeitlin | use native wxImageList for wxUniv, it's a low level... |
tree | commitdiff |
2006-09-18 |
Robert Roebling | More wxGrid RTL things. |
tree | commitdiff |
2006-09-18 |
Robert Roebling | More RTL work. Now transform m_updateRegion and |
tree | commitdiff |
2006-09-18 |
Kevin Ollivier | Remove duplication in wxImageList defines and always... |
tree | commitdiff |
2006-09-17 |
Robert Roebling | Remove debug code. |
tree | commitdiff |
2006-09-17 |
Kevin Ollivier | Initial commit of native OS X list ctrl support. Compil... |
tree | commitdiff |
2006-09-16 |
Robert Roebling | Next round of RTL fixes. This change greatly simplifes |
tree | commitdiff |
2006-09-14 |
Robin Dunn | Oops, file wasn't saved before last commit |
tree | commitdiff |
2006-09-14 |
Robin Dunn | As per wx-dev, split the sort arrow options out to... |
tree | commitdiff |
2006-09-14 |
Robert Roebling | More RTL fixes. |
tree | commitdiff |
2006-09-14 |
Julian Smart | Fixes bug whereby directory control foreground colour... |
tree | commitdiff |
2006-09-13 |
Robert Roebling | More RTL work. |
tree | commitdiff |
2006-09-13 |
Robert Roebling | Add GetScrollHelper() to wxWindow. |
tree | commitdiff |
2006-09-13 |
Robin Dunn | More support for drawing native column headers, adds... |
tree | commitdiff |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... |
tree | commitdiff |
2006-09-13 |
Robert Roebling | Make wxGTK's wxScrolledWindow set m_x/xScrollLines... |
tree | commitdiff |
2006-09-12 |
Robert Roebling | Reverse Left and Right meaning of keys. |
tree | commitdiff |
2006-09-12 |
Robert Roebling | More RTL fixes. |
tree | commitdiff |
2006-09-11 |
Robert Roebling | Implement dc mirroring for RTL. |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | added hyperlink alignment flags (patch 1537043) |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | removed overloaded virtual InitWith() methods, keep... |
tree | commitdiff |
2006-09-09 |
Robert Roebling | Applied wxGauge:Pulse() patch. |
tree | commitdiff |
2006-09-09 |
Paul Cornett | don't set negative window size |
tree | commitdiff |
2006-09-08 |
Václav Slavík | added newline to the end of the file to prevent gcc... |
tree | commitdiff |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
tree | commitdiff |
2006-09-06 |
Paul Cornett | Always use wxFULL_REPAINT_ON_RESIZE for generic status... |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
tree | commitdiff |
2006-09-04 |
Vadim Zeitlin | use (new) wxAcceleratorEntry::Create() instead of recen... |
tree | commitdiff |
2006-09-04 |
Michael Wetherell | Missing headers. |
tree | commitdiff |
2006-09-04 |
Václav Slavík | added alpha support to generic wxColour |
tree | commitdiff |
2006-09-03 |
Robert Roebling | Commit wxComboCtrl clipping patch from J. Salli |
tree | commitdiff |
2006-09-01 |
Robert Roebling | Commit ODCombo delete selection fix. |
tree | commitdiff |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
tree | commitdiff |
2006-08-30 |
Stefan Neis | Only support detection of "near the edge" coordinates... |
tree | commitdiff |
2006-08-29 |
Michael Wetherell | Warning fixes for VC5. |
tree | commitdiff |
2006-08-27 |
Vadim Zeitlin | call Update() from SetStatusText() to ensure that the... |
tree | commitdiff |
2006-08-25 |
Jouk Jansen | Patches for OpenVMS port |
tree | commitdiff |
2006-08-24 |
Vadim Zeitlin | don't reset the selection after event was vetoed if... |
tree | commitdiff |
2006-08-20 |
Vadim Zeitlin | set wxID_CLOSE as affirmative id, not cancel id, this... |
tree | commitdiff |
2006-08-19 |
Vadim Zeitlin | don't use the hack with handling wxID_CLOSE button... |
tree | commitdiff |
2006-08-19 |
Vadim Zeitlin | update the item width when making it bold, otherwise... |
tree | commitdiff |
2006-08-17 |
Paul Cornett | build fixes |
tree | commitdiff |
2006-08-16 |
Michael Wetherell | Avoid warnings from VC++ 5.0 |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | fixed crash if the control is moved while the popup... |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | fixed SetSelection(-1) for controls with multiple selec... |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | better key handling for MSW and GTK (patch 1526666) |
tree | commitdiff |
2006-08-10 |
Václav Slavík | moved mgl/colour.{cpp,h} to generic so that it can... |
tree | commitdiff |
2006-08-09 |
Václav Slavík | moved wxIcon implementation for ports where it's identi... |
tree | commitdiff |
2006-07-27 |
Włodzimierz Skiba | Include wx/dataobj.h according to precompiled headers... |
tree | commitdiff |
2006-07-27 |
Mart Raudsepp | Don't mark "." and ".." for translation when they are... |
tree | commitdiff |
2006-07-27 |
Mart Raudsepp | Use wxPLURAL to allow for singular "%ld bytes" version... |
tree | commitdiff |
2006-07-26 |
Vadim Zeitlin | remove debugging printf() from wxGridCellFloatEditor... |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | [ 1528248 ] Fix to the width of the wxGenericColourButton |
tree | commitdiff |
2006-07-25 |
Jamie Gadd | Make wxTreebook use wxControlContainer. |
tree | commitdiff |
2006-07-25 |
Jamie Gadd | Warning fix for the warning fix. |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContain... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | generate middle click events (patch 1521314) |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | optionally count repeating wxLog messages instead of... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | allow customization of individual grid lines appearance... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | fixed typos in last check in |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | do nothing in Refresh() if the control is frozen |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | call DoDirtyProcessing() from OnIdle() instead of using... |
tree | commitdiff |
2006-07-24 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-07-21 |
Alex Bligh | Fix typo |
tree | commitdiff |
next |