2007-12-26 |
Robert Roebling | Patch from Hartwig and me for implementing reorderable... |
tree | commitdiff |
2007-12-22 |
Robert Roebling | Add HideCol/RowLabels |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_... |
tree | commitdiff |
2007-12-20 |
Robert Roebling | Playing with wxgrid, adding optionnally native columns... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
tree | commitdiff |
2007-12-12 |
Vadim Zeitlin | replace wrong WXDLLEXPORT declarations with correct... |
tree | commitdiff |
2007-12-09 |
Stefan Csomor | missing forward decl |
tree | commitdiff |
2007-12-08 |
Robert Roebling | Use native DisclosureTriangle control for wxCollapsible... |
tree | commitdiff |
2007-12-08 |
Robert Roebling | Compilo |
tree | commitdiff |
2007-12-08 |
Robert Roebling | Make wxGenericColourButton derive from wxBitmapButton |
tree | commitdiff |
2007-12-03 |
Vadim Zeitlin | don't use 8 bit characters in sources, this results... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | added support for icon flags to wxGenericNotificationMe... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | implemented wxNotificationMessage for wxMSW using wxTas... |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | compilation fix after removing default wxDC ctor |
tree | commitdiff |
2007-11-30 |
Robert Roebling | DC reorganization |
tree | commitdiff |
2007-11-27 |
Václav Slavík | fixed linking with visibility enabled on Ubuntu and... |
tree | commitdiff |
2007-11-26 |
Stefan Csomor | universal fixes |
tree | commitdiff |
2007-11-24 |
Vadim Zeitlin | added wxNotificationMessage and implemented it generica... |
tree | commitdiff |
2007-11-23 |
Vadim Zeitlin | use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut) |
tree | commitdiff |
2007-11-22 |
Paul Cornett | make DoSetSizeHints protected, remove parameter defaults |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | don't show size grip if the window the status bar is... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | forward SetFocus() to the directory tree (replaces... |
tree | commitdiff |
2007-11-14 |
Robert Roebling | Further wxDC changes |
tree | commitdiff |
2007-11-13 |
Julian Smart | Getting borders working |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | make various control names constants of type char,... |
tree | commitdiff |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
tree | commitdiff |
2007-11-05 |
Vadim Zeitlin | removed all compile- and run-time checks for GTK+ ... |
tree | commitdiff |
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 |
next |