]> git.saurik.com Git - wxWidgets.git/history - src/generic
OS/2 fix
[wxWidgets.git] / src / generic /
2002-09-16  David WebsterOS/2 fix
2002-09-15  Stefan NeisApplied revised patch 606235 (Cell overflow refresh...
2002-09-14  David WebsterOS/2 update
2002-09-14  Ron Leedefine the undefined wxThePrintSetup global.
2002-09-13  Robert Roebling Backward comp. fix.
2002-09-11  Stefan NeisApplied patch 606235 (Cell overflow refresh fixed).
2002-09-11  Robert Roebling Readded deprec. constructor.
2002-09-11  Stefan NeisFixed CoordToRowOrCol according to Patch 607387.
2002-09-11  Julian SmartTypo fixed
2002-09-11  Robin DunnFixed some off-by-one and other issues with drawing...
2002-09-11  Julian SmartAnother try at committing this
2002-09-11  Julian SmartReverted previous 'fixes' now that the array bug has...
2002-09-10  Julian SmartNow cleared array elements of arrays before calling...
2002-09-10  Julian SmartApplied patch [ 607261 ] Fix: wxGrid: row and cell...
2002-09-08  Vadim Zeitlinfixed Printf() format spec warnings
2002-09-08  Julian SmartRenamed duplicate style variable
2002-09-07  Stefan NeisFixed Refresh to use a "const wxRect *" parameter.
2002-09-07  Vadim Zeitlinmade SetDirectory() work, minor code cleanup (much...
2002-09-07  Stefan NeisTried to fix bug 603906 by modifying GetModelValues...
2002-09-07  Stefan NeisCommited John Labenski's patch giving access to the...
2002-09-07  Stefan NeisFixed bug in CoordToRowOrCol.
2002-09-07  Stefan NeisSome refresh optimizations.
2002-09-07  Julian SmartFixed overlapping buttons in wizard on MacOS X
2002-09-07  Stefan Csomoryet another code for wxMac properly resetting the cursor
2002-09-07  Stefan Csomoradded code for wxMac properly resetting the cursor
2002-09-06  Julian SmartRemoved #ifdef __WXMAC__ around dialog initialisation.
2002-09-06  Julian SmartApplied patch [ 605592 ] Unicode patch for dirctrlg.cpp
2002-09-05  Julian SmartEliminated unreachable code warning in VC++
2002-09-05  Julian SmartApplied patch [ 605189 ] add edit cancel notify to...
2002-09-04  Vadim Zeitlingeneric status bar now:
2002-09-02  Vadim Zeitlinno changes
2002-09-02  Vadim Zeitlingenerate key events for Space/Enter in addition to...
2002-09-01  Stefan NeisFixed apparent typo in wxGridCellAttr::MergeWith, hopef...
2002-09-01  Julian SmartRemoved warnings from ipcbase.cpp
2002-09-01  Stefan NeisClear attribute cache in Redimension to fix Bug 508407.
2002-09-01  Stefan NeisAdded some const qualifiers.
2002-09-01  Stefan NeisApplied AutoWrap Renderer Bugfix by Roger Gammans ...
2002-08-31  Vadim Zeitlinfix for losing focus under Windows after showing the...
2002-08-31  Vadim Zeitlincompilation fix
2002-08-31  Vadim ZeitlinSetSelection() for generic wxSpinCtrl (forgot to commit...
2002-08-31  Stefan NeisMake use of new array functions.
2002-08-31  Julian SmartApplied patch [ 600500 ] Tip-of-day: comments, translatable
2002-08-31  Julian SmartApplied patch [ 601957 ] wxGrid: Start editing with...
2002-08-30  Julian SmartMods for Wine compilation
2002-08-30  Chris Elliottlost log.h fixed
2002-08-30  David WebsterFix to allow proper positioning of child windows under...
2002-08-28  Julian SmartUsing wxImageListType instead of wxGenericImageList
2002-08-28  Julian SmartDitribution script mods;
2002-08-27  Vadim Zeitlindeprecated static wxWizard::Create()
2002-08-25  Robert Roebling Compile fix for prop.
2002-08-25  Robert Roebling More work on Printing. It prints Kanji now using
2002-08-25  Stefan NeisEMX (OS/2) compilation fix. The implemented logic for...
2002-08-24  Robin DunnAll editors that derive from wxGridCellTextEditor will...
2002-08-24  Robin DunnIf the number or float editor is being used but the...
2002-08-24  Robin DunnFixed wxGridCellFloatEditor::Clone
2002-08-24  Gilles Depeyrotimproved conditional compilation since generic grid...
2002-08-23  Vadim Zeitlinfixed crash when calling Delete(root) and also when...
2002-08-23  Julian SmartMisc mods for feedback from Marcin Wojdyr <wojdyr@if...
2002-08-21  David WebsterOS/2 update to get Tip icon created correctly.
2002-08-20  Julian SmartAdded generic MDI files
2002-08-19  Stefan CsomorwxMac needs same cursor setup for cursor as GTK and MSW
2002-08-19  Julian SmartSet the selection under Motif in wxChoiceDialog
2002-08-17  Robert Roebling Printing paper sizes, file printing, print metrics..
2002-08-17  Robert Roebling Typos.
2002-08-17  Robin DunnPut the page in the event for all event types
2002-08-17  Robert Roebling Printing things.
2002-08-17  Robert Roebling Removed all deprecated printing code.
2002-08-14  Vadim Zeitlinsmall fix to reduce flicker slightly while dragging...
2002-08-14  Stefan Csomoradded creation of dialog - perhaps needed for all platforms
2002-08-14  Stefan Csomoradded creation of dialog - perhaps needed for all platforms
2002-08-14  Stefan Csomorcleanup code
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-10  Stefan CsomorwxMac removed debugging code
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2002-08-08  Robert Roebling Adapted to Unicode compilation.
2002-08-08  Julian SmartApplied patch [ 590247 ] Fix bad calculation of listctr...
2002-08-08  Julian SmartApplied patch [ 592063 ] generic notebook does not...
2002-08-07  Robert Roebling Added support for outlines printing under wxGTK....
2002-08-06  Robert Roebling Small fix for Pango printing with bitmaps.
2002-08-06  Robert Roebling Further code for Pango fonts (work now) and
2002-08-06  David WebsterSome OS/2 Updates
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-08-05  David WebsterOS/2 VA needs to include time.h to get the time calls.
2002-08-05  David WebsterFALSE, not false
2002-07-30  Julian SmartAdded wx/listbase.h with wxListCtrl types, so we can
2002-07-30  Julian SmartMust include wx/listctrl.h unfortunately, for now
2002-07-30  Julian SmartMore tweaks so wxGenericListCtrl only uses generic
2002-07-29  Mattia BarbonFixed my utnpaste error (thanks to Marcin Wojdyr
2002-07-29  Mattia BarbonGenerate EVT_SPINCTRL_UPDATED for wxMotif, too
2002-07-29  Vadim Zeitlinfixed bug due to which all items in a virtual control...
2002-07-28  Mattia BarbonImplemented wxSpinButton for wxMotif.
2002-07-28  Robert Roebling IMplement SetFilterINdex()
2002-07-27  Mattia BarbonAdded DoSetSize and DoMoveWindow to generic wxStaticLine.
2002-07-27  Mattia BarbonRename wxGenericImageList to wxImageList in generic...
2002-07-22  David WebsterOS/2 tweaks.
2002-07-22  Julian SmartAdded wxListCtrl to derive from wxGenericListCtrl,
2002-07-22  Julian SmartApplied patch [ 583922 ] Make generic/wxListCtrl avail...
2002-07-22  David WebsterOS/2 Update
2002-07-19  Robin DunnMoved the check for page scrolling with the wheel into...
2002-07-19  Robin DunnFix for mousewheel events when it is set to page mode...
next