]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2001-04-29  Václav Slavíkcleanup and reformatting to match indentation style...
2001-04-29  Václav Slavíkindentation fixes; virtual dtor for all platforms,...
2001-04-29  Václav Slavíkmakefile.unx's now default to OpenGL, not Mesa
2001-04-29  Robert Roebling wxScrolledWindow is now a native widget under GTK.
2001-04-29  Julian SmartUpdated version numbers
2001-04-29  Julian SmartUpdated distribution scripts
2001-04-28  Václav Slavíkadded xpmdecod.cpp
2001-04-28  Václav Slavíkfixed gcc pragmas in fs_*.h,cpp
2001-04-28  Václav Slavíkadded imagxpm.h and xpmdecod
2001-04-28  Václav Slavíkdocumented XPM support and updated status of TIFF handler
2001-04-28  Václav Slavíkadded wxXPMDecoder
2001-04-28  Václav Slavíkadded XPM demo to samples/image
2001-04-28  Robert Roeblingadd #define wxUSE_SPINCTRL
2001-04-28  Robert RoeblingImplement wxRB_GROUP
2001-04-28  Gilles Depeyrotadded common imagxpm files
2001-04-28  Gilles Depeyrotcorrections for Mac OS X
2001-04-28  Gilles Depeyrotcorrections for modifications made to common mimetype...
2001-04-27  Václav Slavíkoops, forgot to check in change that adds WX_ICONV_TAKE...
2001-04-27  Robin DunnMade wxSplitterWindow conform to the docs with respect...
2001-04-27  Robert Roebling Maybe compilation works now.
2001-04-27  Julian SmartAdded showing the default URL in DisplayContents and...
2001-04-27  George TaskerThere was no icon file in this example, causing compila...
2001-04-27  George TaskerFixes problem where child window does not appear immedi...
2001-04-27  Vadim Zeitlincompilation fix (sorry)
2001-04-27  Robin Dunngenerated source updates
2001-04-27  Robin DunnNow that XPMs can be written in wxGTK, updated my conve...
2001-04-27  Vadim Zeitlintranslate MDI menu items
2001-04-26  Václav Slavíkfixed SIZEOF_WCHAR_T detection
2001-04-26  Václav Slavíkremoved duplicities in HTML entities tables
2001-04-26  Kendall BennettUpdates to OS/2 makefiles.
2001-04-26  Julian SmartFixed Simple Toolbar bug; removed 2 pixel kludge in...
2001-04-26  Robert Roebling Added Greg's wxBitmapButton patch, take 2.
2001-04-26  Vadim Zeitlinapplied patch 417699 (remove WXDLLEXPORT from inline...
2001-04-26  Vadim Zeitlinapplied patch 419155 (OLE x-compilation with mingw)
2001-04-26  Vadim Zeitlinfixed wxUSE_MAC not being defined under Unix => -D_REEN...
2001-04-26  George Tasker$(EXTRAINC) moved to the beginning of INC= line so...
2001-04-26  Julian SmartMinor mods
2001-04-26  Stefan Csomoradjusted for vaseks addition of USE_IMAGE and USE_XMP
2001-04-26  Robin Dunntest for replacing menus
2001-04-26  George TaskerFixed BCC compilation warning if wxUSE_HELP was 1
2001-04-26  George TaskerChanged ::Fit() to only fit the sizer if the window...
2001-04-25  Václav Slavíkadded fool-proof test for sizeof(wchar_t) that works...
2001-04-25  George TaskerFixes ::Fit() and ::SetSizeHints() to keep the dialog...
2001-04-25  Julian SmartAdded MS Word template file to be applied to manual...
2001-04-25  Julian SmartSome doc corrections
2001-04-25  Julian SmartAdded .emacs tip to coding standards; fixed doc bugs
2001-04-24  Václav Slavíkadded check for iconv() version; fixed strconv.cpp...
2001-04-24  Václav Slavíkimplemented (more) correct <pre> handling
2001-04-24  Julian SmartCorrected include/wx/palette.h; added wxGenericTreeCtrl...
2001-04-24  Vadim Zeitlinregenerated
2001-04-24  Vadim Zeitlinopenbsd support added
2001-04-24  Vadim ZeitlinUnix compilation fixes for new MIME code
2001-04-23  Vadim Zeitlinapplied MIME patch(es) from Chris Elliott
2001-04-23  Vadim Zeitlinfir for Sun CC 6.0 compilation of wxGTK
2001-04-23  Vadim Zeitlinno changes
2001-04-23  Vadim Zeitlinsome ifdef's - now it might compile without wxUSE_IMAGE...
2001-04-23  David Websteradd wxUSE_IMAGE to setup.h and GetHFONT to wxFont.
2001-04-23  David Websternew y position transforms in dc. Def updates and add...
2001-04-23  David WebsterMoving y pos transofrmation code to wxOS2::wxDC elimian...
2001-04-23  Julian SmartAdded support for more special characters
2001-04-23  Julian SmartAdded imagxpm.cpp
2001-04-22  Stefan NeisAdded include file for non-precompiled headers.
2001-04-22  Václav Slavíkadded wxXPMHandler
2001-04-22  Václav Slavíkadded wxUSE_IMAGE; added write-only wxXPMHandler
2001-04-22  Václav Slavíkadded test for XPM writing; ConvertToBitmap, ConvertToI...
2001-04-22  Václav Slavíkmoved gtk/palette.cpp to generic/paletteg.cpp
2001-04-22  Václav Slavíkmoved gtk/palette.h to generic/paletteg.h
2001-04-22  Václav Slavíkadded wxUSE_IMAGE, wxUSE_XPM
2001-04-22  Václav Slavíkadded wxXPMHandler and paletteg.cpp/h
2001-04-22  Václav Slavíkadded wxUSE_IMAGE; added write-only wxXPMHandler
2001-04-22  Stefan NeisAdded define missing in EMX headers.
2001-04-22  Stefan NeisAdded missing include for non-precompiled headers.
2001-04-22  Stefan NeisAdapted SetData function to common API (taking a reference
2001-04-22  Stefan NeisAdded missing includes for non-precompiled headers.
2001-04-22  Vadim Zeitlindon't include unnecessary headers in the distribution
2001-04-22  Robert Roebling Toplevel windows now send both activate and focus
2001-04-22  Robert Roebling My iconv (GLIBC 2.2) uses char** as the second
2001-04-22  Vadim Zeitlindetabified
2001-04-22  Vadim Zeitlinfixing mngw32 (cross)compilation
2001-04-22  Robert Roebling Applied BMP patch.
2001-04-21  Václav Slavíksynced wxImage,wxBitmap docs with my changes
2001-04-21  George TaskerFixed a possible double deletion of 'file'
2001-04-21  George TaskerRemoved a duplicate "ADD_STYLE(wxLC_REPORT);" line
2001-04-21  Václav Slavíkadded check for wxUSE_WCHAR_T
2001-04-21  Vadim Zeitlinmerged wxFont related fix (operator==) and optimization...
2001-04-21  George TaskerSpelling typo fixed in a comment
2001-04-21  George TaskerMinor code tweeks to stop BCC compiler warnings
2001-04-21  George TaskerMoved the declaration of wxEVT_NULL to event.cpp and...
2001-04-21  Václav Slavíkapplied BCC fixes for wxXML
2001-04-21  Vadim Zeitlinoops... conflict removed
2001-04-21  Vadim Zeitlinmerged optimizations from 2.2
2001-04-20  Stefan NeisCommited updated list of files to compile.
2001-04-20  Stefan NeisAdded wxGetEnv and wxPutEnv.
2001-04-20  Stefan NeisHopefully fixed bug #233492 (SelectAll crashed on empty...
2001-04-20  David Websternew Def file supporting const changes in wxObject....
2001-04-20  David WebsterFixed the deleteion of VisualAge stuff
2001-04-20  David WebsterGot rid of some wierd VisualAge debug nonsense that...
2001-04-20  David WebsterConst casting fix for Vis C.
2001-04-20  George TaskerChanged code to get rid of a compiler warning about...
2001-04-20  George TaskerMinor grammatical/formatting changes
next