]> git.saurik.com Git - wxWidgets.git/history - src/generic
Applied some of patch [ 622660 ] consistent behaviour for docview.cpp
[wxWidgets.git] / src / generic /
2003-05-01  Vadim Zeitlincompilation fix when WXUNUSED(arg) == arg
2003-05-01  Vadim Zeitlinset the index for BEGIN_DRAG events (patch 726308)
2003-05-01  Julian SmartImplemented delayed selection (e.g. after adding the...
2003-04-28  Vadim Zeitlinfix for Unicode compilation
2003-04-27  Vadim Zeitlindon't hardcode wxCHOICEDLG_DIALOG_STYLE
2003-04-24  Mattia Barbon COmpilation fix.
2003-04-24  Jouk Jansen Committing in .
2003-04-24  Jouk Jansen Committing in .
2003-04-22  Chris Elliottupdate to make digitalmars compile/link image sample
2003-04-17  Julian SmartDisabling code that causes display glitch on Mac
2003-04-17  Julian SmartRemoved old files
2003-04-15  David WebsterOS/2 updates to catch the port up with the rest of...
2003-04-13  Mattia Barbon Compilation fix.
2003-04-12  Václav Slavíkcompilation fix
2003-04-08  Robin DunnTurn off all border styles for the inner window
2003-04-06  Julian SmartRemoved redundant fixme comment
2003-04-06  Julian SmartApplied [ 716064 ] Second part of wxFileCtrl & wxDirCtr...
2003-04-05  Julian SmartAPplied patch [ 705301 ] Don't send event for wxSplitte...
2003-04-03  Roger Gammans * rename maxOnOverflow parameter to CoordToRowOrCol...
2003-04-03  Julian SmartApplied patch [ 708582 ] wxGenericFileDialog & expose...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-31  Julian SmartMore deprecated class mods
2003-03-29  Stefan Csomorcursor event support for mac activated
2003-03-29  Stefan Csomormac unicode
2003-03-27  Václav Slavíkfixed DrawTextFormatted to work in O(n) instead of...
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-26  Mattia Barbon SetSelection must not send an event. Fixed an off
2003-03-24  Julian SmartApplied patch [ 705663 ] Fix capture mouse bug in wxGrid
2003-03-24  Vadim Zeitlinprint dialogs ignore user paper settings in non C local...
2003-03-24  Vadim ZeitlinUnicode compilation fix
2003-03-24  Julian SmartRemoved old grid code
2003-03-24  Julian SmartFix by Milan Babuskov <albis@eunet.yu> in MovePageUp
2003-03-24  David Elliott!defined(wxUSE_TOOLBAR_NATIVE) changed to !wxUSE_TOOLBA...
2003-03-21  Vadim Zeitlin(real) compilation fix after previous commit(s)
2003-03-21  Vadim Zeitlin(blind) compilation fix after last commit
2003-03-19  Vadim Zeitlinfixed bad overflow bug in wxX11 timer
2003-03-19  Robin DunnApplied a modification of Patch #704995 which changes...
2003-03-17  Vadim Zeitlinrespect Veto()ing the column resize events; added test...
2003-03-17  Julian SmartCorrected copyright
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-14  Mattia Barbon Add wxRTTI to generic wxDirDialog.
2003-03-11  Robin DunnThe statusbar should start with one field, not zero
2003-03-06  Mattia Barbon Work around wxNotebook or Motif or wxMotif bug.
2003-03-05  Mattia Barbon Fix warning.
2003-03-03  Stefan Csomoroverflow fix
2003-03-02  Vadim Zeitlinfixed memory leak (patch 696164)
2003-03-02  Vadim Zeitlinadded missing include (patch 690352)
2003-03-01  Stefan CsomorwxMac just using Update()
2003-03-01  Stefan Csomoradded wxMac to the branch using Update for refresh
2003-02-25  Stefan Csomorm_y of generic tree item was only a short, which unnece...
2003-02-23  Vadim Zeitlinremoved the extra offset in moveto in DrawRotatedText...
2003-02-18  Julian SmartFixed warning, reformatted some code
2003-02-18  Julian SmartApplied patch [ 608866 ] wxGrid: vertical column label...
2003-02-18  Julian SmartApplied patch [ 686843 ] File Dialog Wildcard Bug
2003-02-12  Vadim Zeitlinremoved redundant code
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-06  Robin DunnCheck the image height when calulating the line height...
2003-02-06  Vadim Zeitlinallow compilation with wxUSE_DATETIME == 0 (patch 679822)
2003-02-03  Mattia Barbon Do not #include an header where a forward declaration...
2003-02-01  Vadim Zeitlinimplemented wxFileSelectorEx() (this fixes docview...
2003-01-30  Robert Roebling Printing update for Pango (GTK2 and X11-Unicode).
2003-01-27  Ron LeeFixed bug in FlexGridSizer mods that prevented them...
2003-01-26  Václav Slavíkeliminate __WIN32__ only code
2003-01-25  Mattia Barbon Compilation fix for changed wxSizer::Remove() signature.
2003-01-24  Julian SmartOnly use patch from Otto Wyss on universal, for now.
2003-01-24  Julian SmartApplied patch [ 666379 ] CalCtrl doesn't use best sizes...
2003-01-19  Mattia Barbon Derive wxBitmap from wxBitmapBase in wxMotif, with...
2003-01-16  Stefan Csomoradapted wxSizer::Remove type to new header
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-12  Vadim Zeitlinremoved unneeded (and causing link errors) wxArrayPages...
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-12  Vadim Zeitlindon't call stat() *and* lstat() (as if the file dialog...
2003-01-12  Mattia Barbon Remove unneeded dependencies.
2003-01-12  Mattia Barbon Remove use of deprecated KeyCode accessor.
2003-01-10  Vadim Zeitlinremoved wxLog::HasPendingMessages() (it can't be made...
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-05  Vadim Zeitlincompilation warning fix
2003-01-04  Robin DunnWith the fix in gtk/font.cpp and switching to an wxplic...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2003-01-02  Vadim Zeitlinimplemented support for column label alignment (closes...
2003-01-01  Gilles Depeyrotuse MoreFilesX instead of MoreFiles when building with...
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-27  Julian SmartImproved SetScrollbars fix using client size and max...
2002-12-23  Julian SmartDon't pass zero width or height to SetVirtualSize or...
2002-12-19  Mattia Barbon Fix wxSingleChoiceDialog under wxMotif.
2002-12-18  Julian SmartFixed cell paint background refresh bug
2002-12-16  Julian SmartFixed missing checkbox alignment
2002-12-16  Julian SmartApplied [ 652962 ] wxProgressDialog::Show(FALSE) bug
2002-12-16  Julian SmartApplied part of patch [ 652965 ] Enables toolbar simple...
2002-12-15  Vadim Zeitlinprintf() format warning fixed
2002-12-14  Vadim Zeitlinfixed Unicode compilation
2002-12-13  Chris Elliottfix visual c bugs for wxUNIVRERSAL
2002-12-11  Chris Elliottfix for wxUniversal on win32 platforms
2002-12-11  Julian SmartApplied patch [ 651287 ] adds missing wxTreeCtrl::GetEd...
2002-12-10  Julian SmartApplied patch [ 651649 ] Scrollbar not updated without...
2002-12-09  Julian SmartApplied patches by Scott Pleiter:
2002-12-09  Julian SmartApplied patch [ 649590 ] fixes bug 611264: wxFileDialog...
2002-12-09  Julian SmartApplied patch [ 642162 ] restore wxWizard wxEVT_WIZARD_...
2002-12-06  Vadim Zeitlinavoid flicker when doing SetItem() in non report mode...
next