]> git.saurik.com Git - wxWidgets.git/history - src/generic
Regenerate Makefile.in, configure and the VC++ project files after adding rcdefs.h
[wxWidgets.git] / src / generic /
2005-11-08  Julian SmartForce linking of gprint.cpp, otherwise Gnome printing...
2005-11-07  Włodzimierz SkibawxGetWorkingDirectory() deprecated. Fixed #1338966.
2005-11-02  Chris Elliottadd missing header
2005-11-01  Włodzimierz SkibawxMultiChoiceDialog uses now wxCheckListBox if possible...
2005-10-31  Włodzimierz SkibawxMGL revitalised with OpenWatcom.
2005-10-29  Włodzimierz SkibaPressing build-in joystick on WinCE phones fires wxEVT_...
2005-10-26  Chris ElliottSF bug 1327872
2005-10-26  Julian SmartAdded parent window parameter to wxHelpController const...
2005-10-21  Włodzimierz SkibaUnified flags for orienting wxBookCtrls (with backward...
2005-10-18  Włodzimierz SkibaSet/get for internal border in book based controls.
2005-10-18  Jouk Jansen Committing in .
2005-10-17  Michael WetherellWarning fixes for win64
2005-10-17  Vadim Zeitlinrenamed DoHitTest() to DoTreeHitTest() to avoid conflic...
2005-10-10  Vadim Zeitlininvalidate tree size after adding/removing pages; use...
2005-10-10  Vadim Zeitlinremoved hardcoded DoGetBestSize() implementation; added...
2005-10-10  Vadim ZeitlinWindows compilation fixes after wxTreeCtrl refactoring
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 ZeitlinAdded wxTreebook:
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-08  Vadim Zeitlinfixed unused parameter warnings in non-debug build
2005-10-08  Vadim Zeitlinextra semicolons removed
2005-10-06  Włodzimierz SkibawxPalette unified. Source cleaning.
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-10-01  Kevin HockCode formatting cleanup from OSAF [ patch 1307563 ]
2005-09-26  Włodzimierz SkibaDefault serting by name.
2005-09-26  Włodzimierz SkibaBetter fix for modal/modeless wizards.
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-25  Vadim Zeitlinfixed warnings about truncating 64 bit integers
2005-09-25  Vadim Zeitlinfixed warnings about pointer to integer cast
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-25  Vadim Zeitlinremoved #errors in 2.7 compilation
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-20  Julian SmartRemoved unnecessary IsModal call
2005-09-19  Julian SmartFix for modal/modeless wizards
2005-09-18  Julian SmartCorrected behaviour for modeless wizards -- can't detec...
2005-09-17  Vadim Zeitlinuse unsgined int instead of int for 1 bit bitfields...
2005-09-17  Vadim Zeitlinchecking whether a size_t page index is >= 0 is unneces...
2005-09-17  Vadim ZeitlincolourSize was probably supposed to be used and not...
2005-09-15  Włodzimierz SkibawxUSE_SPLINES markup and other cleanings.
2005-09-13  Vadim Zeitlinmade XPM data const
2005-09-12  Mattia Barbon Honous initial position for wxSpinCtrl.
2005-09-11  Vadim ZeitlinRespect wxListItem::m_mask in general list control...
2005-09-01  Włodzimierz SkibaSizing fixes for wxListbook and wxChoicebook.
2005-08-28  Vadim Zeitlinfixed wxRegionRefData copy ctor (patch 1274403)
2005-08-28  Mattia Barbon Improve sizer support in generic wxNotebook. Fix...
2005-08-25  Chris Elliottfix gpf in mdi sample with motif when child is closed
2005-08-16  Włodzimierz SkibaReuse functionality of wxGetStockLabel().
2005-08-12  Michael WetherellTranslate '&Help' to '&' for italian Windows only
2005-08-12  Julian SmartAdaptations for PDA-sized screens
2005-08-06  Vadim Zeitlindon't crash in GetTextExtent() under Windows where...
2005-08-05  Vadim Zeitlindon't allow negative splitter position
2005-08-04  Vadim Zeitlincorrected test for __WXGTK__ (but should it be there...
2005-08-04  Vadim Zeitlincheck that wxUSE_DATEPICKCTRL_GENERIC is defined before...
2005-07-29  Kevin HockDo not try to expand the root node in SetWindowStyle...
2005-07-22  Michael WetherellAdd wxListCtrl::Get/SetItemFont, patch 1236820 Francesc...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-07-21  Vadim Zeitlinreverted last change with setting the focus only if...
2005-07-15  Vadim Zeitlinuse wxEventLoop::SetCriticalWindow() to ensure that...
2005-07-15  Włodzimierz SkibaPossibility of modeless wxWizard dialog (with presentat...
2005-07-08  Michael WetherellCorrection to previous commit
2005-07-08  Michael WetherellCompilation fix for unix builds with cygwin
2005-07-06  Vadim Zeitlinavoid moving the list control unnecessarily
2005-07-02  Vadim Zeitlinfixed bug with showing unneeded scrollbar in the list...
2005-07-02  Vadim Zeitlinonly set focus to the grid window in wxGrid::HideCellEd...
2005-07-01  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-06-26  Stefan NeisFixed compilation error for Motif.
2005-06-25  Michael WetherellHandler when the cases when the MGL timer wraps
2005-06-21  Julian SmartApplied [ 1223134 ] [wxMSW] Proper repainting when...
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_LOGWINDOW==0
2005-06-19  Vadim ZeitlinWinCE does support strftime() now, no need to #ifdef...
2005-06-12  Stefan NeisAdditional imageId values for specific drive types...
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-06-09  Vadim Zeitlinanother compilation fix for wxUSE_MIMETYPE==0
2005-06-09  Julian SmartWorked around problem with kill focus event being sent...
2005-06-08  Robin DunnDon't deselect all others when SelectItem is called...
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-06-02  Vadim Zeitlinhide the cell editor if the grid loses focus
2005-06-01  Robin DunnMerge the cell size attribute the same way that other...
2005-05-31  Robin DunnSwitch to using wxArtProvider::GetBitmap instead of...
2005-05-31  Julian SmartReplaced embedded images
2005-05-31  Włodzimierz SkibaWarning fix.
2005-05-31  Julian SmartApplied patch [ 1210352 ] Fix editing in generic wxList...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-30  Robin DunnAllow wxGridCellNumberEditor::StartingKey to work when...
2005-05-30  Julian SmartApplied patch [ 1207531 ] Fix for wxCalendarCtrl being...
2005-05-26  Robin DunnPatch from Ricardo Pedroso that fixes a segfault when the
2005-05-24  Michael WetherellHave the calendar control handle events from it's combo...
2005-05-23  Julian SmartUse wxCLIP_CHILDREN in case we've disabled clipping...
2005-05-22  Vadim Zeitlinfix assert when leaving control with wxDP_ALLOWNONE...
2005-05-22  Julian SmartApplied patch 1190445: CalCtrl sizing issues
2005-05-22  Julian SmartApplied patch [ 1192917 ] Grids with no row or col...
2005-05-21  Julian SmartApplied modified version of patch in bug report [ 11959...
2005-05-21  Robert Roebling Don't check for wildcards if wxSAVE is given.
2005-05-21  Kevin HockInclude the location of the item in the ITEM_MENU event...
next