]> git.saurik.com Git - wxWidgets.git/history - src/generic
Documented wxMotif changes
[wxWidgets.git] / src / generic /
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...
2002-07-15  Václav SlavíkwxPrinting fix for wxMGL
2002-07-15  David WebsterNicer looking OS/2 Statusbar
2002-07-12  Vadim Zeitlintreat NULL extension properly in wxLoad/SaveFileSelecto...
2002-07-12  Vadim Zeitlinattempt to fix a rare crash which happens when changing...
2002-07-08  Vadim Zeitlinfixed handling of Ctrl-arrows movement which was unsele...
2002-07-08  Vadim Zeitlinapplied the same fix for crashing if the END_EDIT event...
2002-07-08  Vadim Zeitlinreally remove the selection when Unselect() is called
2002-07-08  Vadim Zeitlinfix crash when the user code refuses to validate the...
2002-07-03  Vadim Zeitlinfixed a compilation warning about signed/unsigned compa...
2002-07-03  Vadim Zeitlinremoved hardcoded 48 (number of standard colours) from...
2002-07-03  Vadim Zeitlinfixed off-by-few-pixels error in horz scrollbar calcula...
2002-07-01  Ron LeeFix for the irksome, 'Details' sizing bug. Or at least...
2002-07-01  Julian SmartCorrected scoping error for i
2002-06-30  Ron LeePreserve prior StatusBar contents when adding removing...
2002-06-30  Václav Slavíkfixed hidden root expansion in extreme usage case
2002-06-29  Vadim Zeitlinmade wxGenericFontDialog derive from wxFontDialogBase
2002-06-27  Robin DunnFixed compile error
2002-06-26  Vadim Zeitlinreact to the year being changed in the spin control...
2002-06-26  Vadim Zeitlinfixed warnings about printf format specifications ...
2002-06-24  Robin DunnDon't try to release the mouse unless we actually have...
2002-06-23  Julian SmartApplied patch [ 565012 ] Add wxTextValidator to wxTextE...
2002-06-21  Vadim Zeitlinrenamed wxWizard::Fit() to FitToPage() to avoid potenti...
2002-06-20  Vadim Zeitlindon't crash trying to dereference NULL m_selection...
2002-06-18  Vadim Zeitlinrelayout the window after adding/removing the columns...
2002-06-15  Vadim Zeitlinallow overriding the default button labels in wxWizard
2002-06-15  Vadim Zeitlingeneric log dialog resizing now works more reasonably...
2002-06-13  Vadim Zeitlinadded missing space before >> button label
2002-06-09  Robert Roebling Moved wxCharhookEvent so that it sends the same
2002-06-07  Vadim Zeitlinfixed wxScrolledWindow::SetScrollbars() which was broke...
2002-06-06  Vadim Zeitlinmake the incremental kbd search wrap to the beginning...
2002-06-06  Robin DunnFix for compilation error in Unicode mode
2002-06-04  Robin DunnFixed a strange MSVC compile error (C2253) It thought...
2002-06-04  Vadim Zeitlin(re)enable Cancel button in Resume()
2002-06-04  Vadim Zeitlinadded incremental keyboard search to wxTreeCtrl
2002-06-03  Vadim Zeitlinset focus to the page after showing it -- otherwise...
2002-05-28  Vadim Zeitlinadded consts to wxAcceleratorTable ctors from wxAcceler...
2002-05-28  Vadim Zeitlinfixed icon drawing when they have different sizes ...
2002-05-28  Vadim Zeitlinunselected the current item when unfocusing it in a...
2002-05-28  Vadim Zeitlinadded asserts to ensure that the splitter windows have...
2002-05-26  Vadim Zeitlinadded wxWizard::Fit()
2002-05-23  Robert Roebling wxSPinCtrl no longer set focus to its text field
2002-05-22  Vadim Zeitlinfixed propagating of EVT_WIZARD_XXX events to the parent
2002-05-20  Julian SmartApplied drag fix to row labels as well
2002-05-20  Julian SmartCaptured mouse in grid column label so the drag isn...
2002-05-19  Václav SlavíkCosmetic changes to wxSS::GetScreen:
2002-05-18  Julian SmartUpdated font dialog constructors to use a reference...
2002-05-15  Julian SmartDon't call a function that might do drawing when settin...
2002-05-14  Vadim Zeitlindon't send SPLITTER_POS_CHANGED events when the splitte...
2002-05-13  Julian Smarttextctrl.cpp: Removed assert from CanRedo/CanUndo since...
2002-05-12  Julian SmartAdded overloaded AddChild from contributor
2002-05-10  Robin DunnFixed a crash when GetMonthControl returns NULL
2002-05-09  Vadim Zeitlinno changes
2002-05-08  Stefan Csomorlayout improvement on mac
2002-05-08  Vadim Zeitlinadded missing wxListItem copy ctor to wxMSW, moved...
2002-05-08  Gilles Depeyrotimplemented missing copy constructor (needed for non...
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-06  Robert RoeblingFixed tree control redraw bug, which had nothing
2002-05-05  Václav Slavíkgcc pragmas fixes
2002-05-04  Robert Roebling Added screen design to system settings for
2002-05-04  Vadim Zeitlinreverted the header change to include the generic one...
2002-05-04  Vadim ZeitlinwxDirDialog now has the same ctor under all platforms...
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-03  Gilles DepeyrotwxTextCtrl bug related to \n handling is Carbon related...
2002-05-02  Mattia BarbonImplemented wxStatusBar::Push/PopStatusText.
2002-05-02  Vadim Zeitlinsmall code cleanup while looking for an inexistent...
2002-04-28  Vadim Zeitlindon't pass arrays by value (and also fixed signed/unsig...
2002-04-28  Stefan NeisReplaced internal calls to XToCol/YToRow added in 1...
2002-04-27  Stefan NeisFixes to my last commit.
2002-04-24  Ron LeeAdded {S,G}etItem{Text,Background}Colour methods.
2002-04-23  Stefan NeisSpeed-up for very large grids by more efficient search...
2002-04-22  Julian SmartAdded some missing wxTextCtrl features to to-do list...
2002-04-22  Julian SmartFixed drawing sample compilo for wxMotif (doesn't have...
2002-04-22  Julian SmartFixed wxMotif compilo
2002-04-21  Robert Roebling Bunch of GTK theme changes.
2002-04-21  Václav SlavíkwxWizardPage(Simple) can do two-phase creation now
2002-04-20  Vadim Zeitlinfixed huge memory leak in wxFileDialog (closes patch...
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-15  Vadim Zeitlincorrected const char * to char * conversions (patch...
2002-04-12  Vadim Zeitlinfixed the bug which resulted in not showing the grid...
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-04-10  Julian SmartwxScrolledWindow::GetVirtualSize now returns client...
2002-04-10  Julian SmartAdded a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
next