]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic
removed support for Salford compiler (which was almost certainly broken anyhow) ...
[wxWidgets.git] / include / wx / generic /
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-28  Robert RoeblingImplement rest of MSW's wxDataViewCtrl's native column...
2007-12-27  Julian SmartReturn type correction
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-22  Robert RoeblingAdd HideCol/RowLabels
2007-12-22  Vadim Zeitlinadded wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_...
2007-12-20  Robert RoeblingPlaying with wxgrid, adding optionnally native columns...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-12-09  Stefan Csomormissing forward decl
2007-12-08  Robert RoeblingUse native DisclosureTriangle control for wxCollapsible...
2007-12-08  Robert RoeblingCompilo
2007-12-08  Robert RoeblingMake wxGenericColourButton derive from wxBitmapButton
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-12-02  Vadim Zeitlinadded support for icon flags to wxGenericNotificationMe...
2007-12-02  Vadim Zeitlinimplemented wxNotificationMessage for wxMSW using wxTas...
2007-11-30  Vadim Zeitlincompilation fix after removing default wxDC ctor
2007-11-30  Robert RoeblingDC reorganization
2007-11-27  Václav Slavíkfixed linking with visibility enabled on Ubuntu and...
2007-11-26  Stefan Csomoruniversal fixes
2007-11-24  Vadim Zeitlinadded wxNotificationMessage and implemented it generica...
2007-11-23  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
2007-11-22  Paul Cornettmake DoSetSizeHints protected, remove parameter defaults
2007-11-18  Vadim Zeitlindon't show size grip if the window the status bar is...
2007-11-17  Vadim Zeitlinforward SetFocus() to the directory tree (replaces...
2007-11-14  Robert RoeblingFurther wxDC changes
2007-11-13  Julian SmartGetting borders working
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-02  Paul Cornettbuild fixes
2007-11-02  Vadim Zeitlinfixes for DLL build
2007-11-01  Vadim Zeitlinalso assert in generic GetSelection() if the control...
2007-10-26  Paul Cornettmake access for virtuals match base
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-08  Vadim Zeitlinremoved extra const in DoGetFilenames() declaration
2007-10-05  Vadim Zeitlinfix wxGenericFileDialog::Get{Path,Directory,Filename...
2007-09-26  Robert RoeblingForgot to commit
2007-09-26  Julian SmartAdded forward declaration for wxWindow
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-24  Robert RoeblingRemove several hack from PS code, use high resolution...
2007-09-19  Vadim Zeitlinuse update UI handler for the up and new directory...
2007-09-19  Vadim Zeitlinfix warning about int->bool conversion; wrap long lines...
2007-09-17  Paul Cornettvarious small cleanups
2007-09-17  Vadim Zeitlinrename wxFileList to wxFileListCtrl
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-17  Vadim Zeitlindon't access m_clientDataItemsType directly
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-09-09  Vadim Zeitlindeclare wxEVT_GRID_COL_MOVE event (which was defined...
2007-08-29  Robert RoeblingPatch from Bo, implements mouse hover, default sort
2007-08-28  Robert RoeblingApplied patch from Bo, WIP
2007-08-26  Robert RoeblingPatch from Bo for recent API changes
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingMinor API changes
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-15  Vadim Zeitlininclude wx/datetime.h, it's not always included from...
2007-08-08  Julian SmartMade wxBORDER_THEME the same as wxBORDER_DEFAULT
2007-07-28  Vadim Zeitlinremoved unused wxUSE_XXX options (patch 1759328)
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-16  Robert RoeblingPatch from Bo for generic wxDataViewCtrl
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-07-09  Robert RoeblingBo'd patch to make wxDataViewCtrl compile again (4th...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-02  Julian SmartAdded SetBitmap, GetBitmap to wxWizard
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxDatePickerCtrlGeneric API
2007-06-28  Václav Slavíkdon't use wxChar* arguments in wxLogWindow API
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-22  Vadim Zeitlinsuppress virtual function hiding warnings due to the...
2007-06-16  Václav SlavíkwxUSE_STL compilation fixes for wxGenericFontDialog
2007-06-04  Václav Slavíkchanged wxLog::OnLog(String) to take wxString instead...
2007-06-01  Vadim Zeitlinextract setting max length in wxGridCellTextEditor...
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-24  Vadim Zeitlindeprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-05-06  Václav Slavíkfix compation with Watcom after latest vararg templates...
2007-05-05  Vadim Zeitlinfix compilation in wxUSE_MENUS==0 case
2007-05-04  Václav Slavíkuse wxFormatString helper class for 'vararg' functions...
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-04-30  Vadim Zeitlinfix m_sizerPage memory leak for the wizards not using...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-22  Vadim Zeitlinadd m_ prefix to the member variables and remove unneed...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-18  Robert Roebling Corrected/implemented sorting (by way of clicking on
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-16  Robert Roebling Rewritten in-place editing for generic wxDataViewCtrl
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-04-01  Vadim Zeitlinfix unused parameter warning when wxHAS_NATIVE_OVERLAY...
2007-03-20  Vadim Zeitlinremoved extraneous comma at the end of wxGridDirection...
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
next