]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic
Need include so user code can access book control
[wxWidgets.git] / include / wx / generic /
2006-08-10  Julian SmartNeed include so user code can access book control
2006-08-10  Václav Slavíkmoved mgl/colour.{cpp,h} to generic so that it can...
2006-08-09  Václav Slavíkmoved wxIcon implementation for ports where it's identi...
2006-07-25  Włodzimierz Skiba[ 1528248 ] Fix to the width of the wxGenericColourButton
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-07-24  Vadim Zeitlindo nothing in Refresh() if the control is frozen
2006-07-24  Vadim Zeitlincall DoDirtyProcessing() from OnIdle() instead of using...
2006-07-24  Vadim Zeitlinadded wxID_ANY default value for the id parameter of...
2006-07-15  Václav Slavíkfixed crashes in wxFile/DirPickerCtrl::GetPath() due...
2006-07-03  Robin DunnExpandAll and ExpandAllChildren are in wxTreeCtrlBase...
2006-06-27  Julian SmartAdded wxPROPSHEET_TREEBOOK option
2006-06-21  Włodzimierz SkibaFix for dir dialog in dir picker appearing without...
2006-06-14  Vadim Zeitlinmade wxTree/ListCtrl::HitTest() const
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaImprovements for building minimal builds and new ports...
2006-06-08  Robert Roebling Correct compilation for GTK < 2.4.
2006-06-03  Paul Cornettcorrect access for virtuals, unneeded includes
2006-06-02  Michael WetherellCommit pickers-fixes.patch added to 1472329 (Francesco...
2006-06-02  Michael WetherellLazy creation of the picker dialogs (Francesco).
2006-06-01  Robin DunnDLL compilation fix
2006-06-01  Włodzimierz SkibaBuild fix for OW regarding & operator needing full...
2006-06-01  Włodzimierz SkibaBuild fix based on wxOS2 night build log.
2006-06-01  Vadim Zeitlinadded possibility to reorder columns by dragging them...
2006-05-31  Vadim Zeitlinadded wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...
2006-05-28  Vadim Zeitlinadded CollapsePath() (patch 1494638)
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-05-28  Vadim Zeitlinadded wxListCtrl::GetSubItemRect() and subitem hit...
2006-05-28  Vadim Zeitlinwizards not using sizers for the page layout now work...
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-23  Julian SmartApplied patch [ 1489638 ] Trivial bugfix - missing...
2006-05-19  Paul Cornettnon-pch universal build fix: combo.h should not include...
2006-05-18  Robin DunnUse correct DLL import/export specifier for multi-lib...
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-08  Vadim ZeitlinwxComboControl and wxOwnerDrawnComboBox (patch 1479938)
2006-05-06  Vadim Zeitlinmisc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
2006-04-30  Robert Roebling Blindly added wxImageList::replace( int, bitmap,...
2006-04-30  Robert Roebling Trying to commit wxDirDialog patch.
2006-04-25  Włodzimierz SkibaBuild fix.
2006-04-18  Robert Roebling Added some column width contrl code.
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-04-14  Julian SmartSimulated text labels and toggle highlights under buttons
2006-04-14  Julian SmartImplemented Mac-style button toggling within wxButtonTo...
2006-04-14  Julian SmartAllow specification of border spacing
2006-04-14  Julian SmartCompilation fix
2006-04-14  Julian SmartSteps towards implementing native-style, non-top-level...
2006-04-09  Robin DunnUse CmdDown in mouse events instead of ControlDown...
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-03-28  Włodzimierz SkibaLine-up deprecated interface of wxTreeCtrl between...
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...
next