]> git.saurik.com Git - wxWidgets.git/history - src/generic
made printing to PS possible under wxMGL
[wxWidgets.git] / src / generic /
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 ...
2002-04-09  Václav Slavíkhidden root works in wxGenericDirCtrl again
2002-04-09  Vadim Zeitlinfixed the initial wxCalendarCtrl position and a minor...
2002-04-09  Václav Slavíkdon't allow expanding/collapsing hidden root node
2002-04-09  Julian SmartRemoved redundant project file
2002-04-08  Julian SmartAdded wxDIRCTRL_EDITABLE style so we can choose whether
2002-04-08  Julian SmartCanvas: added some DECLARE_CLASS macros to stop it...
2002-04-07  Václav Slavíkoops, forgot to implement Home button
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-04-07  Julian SmartVersion updates, manual date change, no change to dragi...
2002-04-07  Václav Slavík*DO* use wxTR_EDIT_LABELS, it is neccessary
2002-04-07  Robert Roebling Make wxFileDialog even smaller under X11.
2002-04-06  Julian SmartStrange sizing fix in DoResize() to workaround apparent
2002-04-04  Julian SmartRemoved wxTR_HIDE_ROOT under Windows, and removed wxTR_...
2002-04-03  Robin DunnAdded sending of column dragging events to the generic...
2002-04-03  Vadim Zeitlindon't reenable the disabled windows in OnShow(), it...
2002-04-02  Mattia BarbonwxCalendarCtrl::Destroy() now deletes year spin control and
2002-04-02  Mattia BarbonBlind fix for bug #529874 .
next