2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
tree | commitdiff |
2007-07-16 |
Robert Roebling | Patch from Bo for generic wxDataViewCtrl |
tree | commitdiff |
2007-07-12 |
Robert Roebling | Bo's patch for generic code, more sorting code, WIP |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | check for wxUSE_TIMER in headers, not the files includi... |
tree | commitdiff |
2007-07-09 |
Robert Roebling | Bo'd patch to make wxDataViewCtrl compile again (4th... |
tree | commitdiff |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
tree | commitdiff |
2007-07-02 |
Julian Smart | Added SetBitmap, GetBitmap to wxWizard |
tree | commitdiff |
2007-06-28 |
Václav Slavík | dont use wxChar* arguments in wxDatePickerCtrlGeneric API |
tree | commitdiff |
2007-06-28 |
Václav Slavík | don't use wxChar* arguments in wxLogWindow API |
tree | commitdiff |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | suppress virtual function hiding warnings due to the... |
tree | commitdiff |
2007-06-16 |
Václav Slavík | wxUSE_STL compilation fixes for wxGenericFontDialog |
tree | commitdiff |
2007-06-04 |
Václav Slavík | changed wxLog::OnLog(String) to take wxString instead... |
tree | commitdiff |
2007-06-01 |
Vadim Zeitlin | extract setting max length in wxGridCellTextEditor... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | 1. Derive wxMessageDialogBase from wxDialog (why did... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just... |
tree | commitdiff |
2007-05-10 |
Vadim Zeitlin | added wxListCtrl::SetItemPtrData() |
tree | commitdiff |
2007-05-06 |
Václav Slavík | fix compation with Watcom after latest vararg templates... |
tree | commitdiff |
2007-05-05 |
Vadim Zeitlin | fix compilation in wxUSE_MENUS==0 case |
tree | commitdiff |
2007-05-04 |
Václav Slavík | use wxFormatString helper class for 'vararg' functions... |
tree | commitdiff |
2007-05-03 |
Václav Slavík | fixed vararg functions with format argument to not... |
tree | commitdiff |
2007-05-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
tree | commitdiff |
2007-04-30 |
Vadim Zeitlin | fix m_sizerPage memory leak for the wizards not using... |
tree | commitdiff |
2007-04-26 |
Václav Slavík | use UTF8-encoded char* strings in UTF8 build instead... |
tree | commitdiff |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to... |
tree | commitdiff |
2007-04-22 |
Vadim Zeitlin | add m_ prefix to the member variables and remove unneed... |
tree | commitdiff |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
tree | commitdiff |
2007-04-18 |
Robert Roebling | Corrected/implemented sorting (by way of clicking on |
tree | commitdiff |
2007-04-17 |
Robert Roebling | Implemented the same simple API for creating customized |
tree | commitdiff |
2007-04-16 |
Robert Roebling | Rewritten in-place editing for generic wxDataViewCtrl |
tree | commitdiff |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
tree | commitdiff |
2007-04-05 |
Václav Slavík | provide both const char* and const wchar_t* implicit... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | fix unused parameter warning when wxHAS_NATIVE_OVERLAY... |
tree | commitdiff |
2007-03-20 |
Vadim Zeitlin | removed extraneous comma at the end of wxGridDirection... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac... |
tree | commitdiff |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | added support for wxGRID_AUTOSIZE in wxGrid::SetRow... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | added wxGridUpdateLocker helper class wrapping Begin... |
tree | commitdiff |
2007-03-08 |
Paul Cornett | use full repaint style instead of size event |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | native wxHyperlinkCtrl implementation for GTK+ 2.10... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
tree | commitdiff |
2007-03-04 |
Vadim Zeitlin | handle mouse capture lost event in grid windows and... |
tree | commitdiff |
2007-02-23 |
Robert Roebling | [ 1665996 ] Fixes/extensions to wxDataViewCtrl |
tree | commitdiff |
2007-02-17 |
Robert Roebling | Most of FM's wxDataViewCtrl patch. |
tree | commitdiff |
2007-02-05 |
Vadim Zeitlin | made (many) more wxGrid methods const |
tree | commitdiff |
2007-01-31 |
Vadim Zeitlin | removed wxABI_TESTS, they're irrelvant in 2.9 |
tree | commitdiff |
2007-01-19 |
Robin Dunn | Added wxSearchCtrl::[Get|Set]DescriptiveText |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | disable wxCollapsiblePane compilation in wx/chkconf... |
tree | commitdiff |
2007-01-01 |
Paul Cornett | remove inline from declaration of functions which are... |
tree | commitdiff |
2006-12-12 |
Robin Dunn | Also do LayoutControls from EVT_SIZE handler |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | added $Id$ to the header |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | 1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi... |
tree | commitdiff |
2006-12-11 |
Robin Dunn | include bitmap.h |
tree | commitdiff |
2006-12-11 |
Robin Dunn | Modified form of Patch #1611222, adds wxSearchCtrl... |
tree | commitdiff |
2006-12-10 |
Vadim Zeitlin | replaced size_t with unsigned int in wxAnimation and... |
tree | commitdiff |
2006-12-09 |
Vadim Zeitlin | default name of wxStaticLine should be wxStaticLineName... |
tree | commitdiff |
2006-12-07 |
Paul Cornett | correct access for virtuals |
tree | commitdiff |
2006-12-01 |
Kevin Ollivier | Allow wxGenericListCtrl to correctly handle Get/SetScro... |
tree | commitdiff |
2006-11-25 |
Vadim Zeitlin | corrected wxTreeCtrl::GetBestSize() for a control with... |
tree | commitdiff |
2006-11-19 |
Vadim Zeitlin | assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is... |
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-12 |
Vadim Zeitlin | put #if wxUSE_COLLPANE around AddCollapsiblePane()... |
tree | commitdiff |
2006-11-12 |
Vadim Zeitlin | show all available information in the dialog (somewhat... |
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-04 |
Vadim Zeitlin | moved wxCollapsiblePane to core from adv |
tree | commitdiff |
2006-11-03 |
Vadim Zeitlin | use wxNullFont instead of *wxNORMAL_FONT as default... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | Various wxCollapsiblePane enhancements (re-patch 1577412): |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | COW cleanup patch (1583966): |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | use explicit virtual keyword with overridden virtual... |
tree | commitdiff |
2006-10-28 |
Vadim Zeitlin | no real changes, just renamed the header guard to stand... |
tree | commitdiff |
2006-10-28 |
Vadim Zeitlin | allow customizing the string values returned by wxGridC... |
tree | commitdiff |
2006-10-27 |
Robert Roebling | [ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtr... |
tree | commitdiff |
2006-10-27 |
Václav Slavík | compilation fix: wxGenericCollapsiblePane needs wxButto... |
tree | commitdiff |
2006-10-25 |
Václav Slavík | changed wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVER... |
tree | commitdiff |
2006-10-24 |
Julian Smart | Must define a symbol to test its value |
tree | commitdiff |
2006-10-24 |
Václav Slavík | moved wxOverlay into overlay.* files and out of dc... |
tree | commitdiff |
2006-10-24 |
Włodzimierz Skiba | ADV export 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 | initial draft of wxCollapsiblePane (patch 1577412 by... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | small refactoring to avoid code duplication; renamed... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | use wxComboCtrl instead of custom popup window (patch... |
tree | commitdiff |
2006-10-21 |
Robert Roebling | [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap |
tree | commitdiff |
2006-10-16 |
Włodzimierz Skiba | CVS tags cleaning (with other minor cleaning). |
tree | commitdiff |
2006-10-15 |
Robert Roebling | I don't think anylonger that DrawHeaderButton() should |
tree | commitdiff |
2006-10-11 |
Robert Roebling | Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv... |
tree | commitdiff |
2006-10-11 |
Paul Cornett | build fix |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | adding overlay implementation for core graphics |
tree | commitdiff |
2006-10-10 |
Paul Cornett | correct DLL attributes |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | overlay implementation |
tree | commitdiff |
2006-10-10 |
Paul Cornett | wxAnimationCtrl cleanup |
tree | commitdiff |
2006-10-09 |
Robin Dunn | DLL build fixes |
tree | commitdiff |
2006-10-09 |
Robert Roebling | [ 1573855 ] Improved appearance of wxComboCtrl's... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxAnimationCtrl (patch 1570325) |
tree | commitdiff |
2006-10-09 |
Robin Dunn | DLL build fixes |
tree | commitdiff |
2006-10-09 |
Paul Cornett | non-pch build fixes |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
tree | commitdiff |
next |