]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic
Test for KDE and GNOME using session manager vendor.
[wxWidgets.git] / include / wx / generic /
2006-03-27  Vadim Zeitlinuse wxLaunchDefaultBrowser by default if no browser...
2006-03-27  Vadim Zeitlinrenamed m_MapFile into m_helpDir because this is what...
2006-03-27  Vadim Zeitlinrewrote wxExtHelpController loading code to use wxFileN...
2006-03-27  Włodzimierz SkibaSource and warning cleaning after enabling wxUSE_DATAVI...
2006-03-24  Włodzimierz SkibaBack to unsigned int count in wxTreeCtrl.
2006-03-23  Robert Roebling Implement basic MVC logic (change an item in one
2006-03-23  Robert Roebling Make generic wxDataViewCtrl draw its contents.
2006-03-22  Robert Roebling In the generic version of wxDataViewCtrl, all
2006-03-21  Robert Roebling Added windowing and scrolling logic to generic
2006-03-20  Robert Roebling Compilation fixes.
2006-03-20  Robert Roebling Added (yet unfunctional) skeleton files fir
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-07  Włodzimierz SkibaDon't send dummy wxCommandEvent. Make members private...
2006-03-02  Julian SmartOn WinCE, generic font dialog didn't work because the...
2006-02-24  Vadim Zeitlinneed to include wx/treectrl.h to use CLASSINFO(wxTextCtrl)
2006-02-24  Vadim Zeitlinimplemented EditLabel() with custom text controls and...
2006-02-13  Vadim Zeitlinfix client to screen (and vice versa) conversion
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-02-06  Julian Smartm_border and accessors not used
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-01-31  Julian SmartAdded SetSheetStyle to property sheet dialog to allow...
2006-01-26  Włodzimierz Skiba#include moved to module.
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Włodzimierz SkibawxBusyInfo interface moved to generic to make space...
2006-01-26  Włodzimierz SkibaImproved preprocessor guards for numeric dialogs.
2006-01-25  Robin DunnPatch from Tim Kosse to add supoprt for wxListCtrl...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2006-01-10  Włodzimierz SkibawxCalendarCtrl: positioning fixes and colours following...
2006-01-05  Mart Raudseppinclude wx/event.h, as it is used by-value (parent...
2005-11-02  Włodzimierz SkibaBuild fix.
2005-11-02  Chris Elliottadd missing header to allow ../src/common/docview...
2005-11-01  Włodzimierz SkibawxMultiChoiceDialog uses now wxCheckListBox if possible...
2005-10-29  Włodzimierz SkibaPressing build-in joystick on WinCE phones fires wxEVT_...
2005-10-26  Julian SmartAdded parent window parameter to wxHelpController const...
2005-10-17  Vadim Zeitlinrenamed DoHitTest() to DoTreeHitTest() to avoid conflic...
2005-10-10  Vadim Zeitlinremoved hardcoded DoGetBestSize() implementation; added...
2005-10-10  Vadim Zeitlinintroduced a common base class for both MSW and generic...
2005-10-10  Vadim Zeitlinrefactored wxGTK scrolling: it has now fully-functionin...
2005-10-09  Vadim Zeitlindisable VC++ warning 4355 in wx/defs.h once and for...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-06  Włodzimierz SkibawxPalette unified. Source cleaning.
2005-09-26  Włodzimierz SkibaBetter fix for modal/modeless wizards.
2005-09-26  Vadim Zeitlinfixed warnings about truncating 64 bit integers
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-15  Włodzimierz SkibawxUSE_SPLINES markup and other cleanings.
2005-08-31  Vadim Zeitlininclude wx/defs.h before testing for wxUSE_TEXTDLG...
2005-08-28  Vadim Zeitlindirty hack to fix deprecation warning when building...
2005-08-28  Mattia Barbon Improve sizer support in generic wxNotebook. Fix...
2005-08-03  Michael WetherellAdd import/export attributes
2005-08-02  Michael WetherellAdd import/export attributes
2005-08-02  Michael WetherellAdd import/export macros
2005-07-22  Michael WetherellAdd wxListCtrl::Get/SetItemFont, patch 1236820 Francesc...
2005-07-22  Michael WetherellAdd wxABI_VERSION wrappers
2005-07-15  Włodzimierz SkibaPossibility of modeless wxWizard dialog (with presentat...
2005-06-21  Mattia Barbon Avoid warnings with MSVC 5.
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-06-07  Vadim Zeitlinuse pragma warning push/pop under MSVC instead of enabl...
2005-06-01  Robin DunnMerge the cell size attribute the same way that other...
2005-05-24  Michael WetherellHave the calendar control handle events from it's combo...
2005-05-17  Vadim Zeitlinadded wxSashEventFunction macro
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-16  Julian SmartAdded destructor to fix crash on Mac due to focus event...
2005-04-16  Julian SmartApplied patch [ 1178610 ] datectlg.cpp: wxDropdownButto...
2005-04-13  Vadim Zeitlinmade wxGridCellAttr dtor protected instead of private
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-04-06  Julian SmartAs yet unsuccessful attempt to set the focus to the...
2005-04-02  Julian SmartNo resize border on WinCE
2005-03-31  Julian SmartApplied patch [ 1174270 ] small fixes to wxGenericDirCtrl
2005-03-31  Stefan Csomorcontent clipping becomes a runtime attribute
2005-03-30  Stefan Csomorusing separate imaglist on mac
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2005-03-19  Mattia Barbon Use the correct WXDLLEXPORT declaration.
2005-03-19  Robin DunnFixed bug #1163384. Moved the code that handles activa...
2005-03-17  Julian SmartProvided GetBestVirtualSize and DoGetBestSize implement...
2005-03-14  Julian SmartAdded wxPropertySheetDialog for implementing settings...
2005-03-11  Włodzimierz SkibaBase for wxMessageDialog with common checks for style.
2005-03-11  Vadim Zeitlingave default value of wxID_ANY to id parameter of wxSta...
2005-03-09  Włodzimierz SkibaMissing casts to event handling functions.
2005-03-08  Vadim Zeitlininit member variables properly (patch 1156088)
2005-02-27  Vadim Zeitlinadded default ctor and fixed copying of wxFileData...
2005-02-27  Julian SmartFixes
2005-02-27  Julian SmartAdded GetBitmap, GetIcon to wxImageList
2005-02-14  Vadim Zeitlindefine wxFooHandler() macros for all wxFooEvents to...
2005-02-13  Vadim Zeitlinbug fixes for using wxTransientPopupWindow and wxDP_ALL...
2005-02-09  Vadim Zeitlinredraw the grid when it's enabled/disabled
2005-02-08  Włodzimierz SkibaSemicolon fixes.
2005-02-07  Julian SmartAdded validator to generic date picker control
2005-02-06  Vadim Zeitlinremoved trailing semicolons after DECLARE_DYNAMIC_CLASS...
2005-01-30  Robert Roebling Commited SetHilightDropEffect patch.
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2005-01-21  Vadim Zeitlinmore forward declarations (trying to fix bug 1106829)
2005-01-21  Vadim Zeitlinrenamed generic version to wxDatePickerCtrlGeneric...
2005-01-21  Vadim Zeitlindon't include wx/popupwin.h in the header, use forward...
2005-01-21  Vadim Zeitlinswitched to using wxPopupWindow
2005-01-20  Vadim Zeitlinadded and implemented for MSW wxDP_SHOWCENTURY flag
next