2007-11-02 |
Paul Cornett | build fixes |
tree | commitdiff |
2007-11-02 |
Vadim Zeitlin | fixes for DLL build |
tree | commitdiff |
2007-11-01 |
Vadim Zeitlin | also assert in generic GetSelection() if the control... |
tree | commitdiff |
2007-10-26 |
Paul Cornett | make access for virtuals match base |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Added wxDataViewCustomRenderer::RenderText() for render... |
tree | commitdiff |
2007-10-19 |
Robert Roebling | Use wxPointList instead of wxList in wxDC code |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Added PrependColumn methods and short cuts. Added test... |
tree | commitdiff |
2007-10-08 |
Vadim Zeitlin | removed extra const in DoGetFilenames() declaration |
tree | commitdiff |
2007-10-05 |
Vadim Zeitlin | fix wxGenericFileDialog::Get{Path,Directory,Filename... |
tree | commitdiff |
2007-09-26 |
Robert Roebling | Forgot to commit |
tree | commitdiff |
2007-09-26 |
Julian Smart | Added forward declaration for wxWindow |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Remove several hack from PS code, use high resolution... |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | use update UI handler for the up and new directory... |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | fix warning about int->bool conversion; wrap long lines... |
tree | commitdiff |
2007-09-17 |
Paul Cornett | various small cleanups |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | rename wxFileList to wxFileListCtrl |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | don't access m_clientDataItemsType directly |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetColumnPosition() stubs |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetSortingColumn() stubs |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | declare wxEVT_GRID_COL_MOVE event (which was defined... |
tree | commitdiff |
2007-08-29 |
Robert Roebling | Patch from Bo, implements mouse hover, default sort |
tree | commitdiff |
2007-08-28 |
Robert Roebling | Applied patch from Bo, WIP |
tree | commitdiff |
2007-08-26 |
Robert Roebling | Patch from Bo for recent API changes |
tree | commitdiff |
2007-08-24 |
Robert Roebling | Correct signature of HitTest() |
tree | commitdiff |
2007-08-24 |
Robert Roebling | Minor API changes |
tree | commitdiff |
2007-08-20 |
Robert Roebling | Patch from Bo, adapt generic code to new API, add GetIt... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Change EnsureVisble() to including column parameter... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Bo's patch adding Selection API and some more changes... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | include wx/datetime.h, it's not always included from... |
tree | commitdiff |
2007-08-08 |
Julian Smart | Made wxBORDER_THEME the same as wxBORDER_DEFAULT |
tree | commitdiff |
2007-07-28 |
Vadim Zeitlin | removed unused wxUSE_XXX options (patch 1759328) |
tree | commitdiff |
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 |
next |