]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2002-01-26  Vadim Zeitlinimplemented IsFixedWidth() correctly for MSW
2002-01-26  Vadim Zeitlinuse DEFAULT_CHARSET instead of ANSI_CHARSET
2002-01-26  Julian SmartChanged test for INT32 to work with latest Cygwin....
2002-01-26  Gilles Depeyrotadded missing return values
2002-01-26  Gilles Depeyrottweaked conditional compilation
2002-01-26  Vadim Zeitlincompilation fixes after previous check in (sorry)
2002-01-26  Gilles Depeyrotadded include needed for ProjectBuilder
2002-01-26  Gilles Depeyrotcorrected conditional compilation to take wxUSE_POSTSCR...
2002-01-26  Gilles Depeyrotadded missing public in declaration of wxMacToolTipTime...
2002-01-26  Gilles Depeyrotcorrected includes when wxUSE_CMDLINE_PARSER is 0
2002-01-26  Vadim ZeitlinWin16 compilation fixes
2002-01-26  Julian SmartSmall doc changes and added missing files.lst to contri...
2002-01-26  Vadim Zeitlinpatch to fix various filename-related functions for...
2002-01-26  Vadim Zeitlinfixed handling of "a:\" command line arguments, added...
2002-01-26  Vadim Zeitlinfixed crash in wxGetCharacterSet when not using iconv
2002-01-26  Julian SmartMoved setup.h out of the way
2002-01-26  Vadim Zeitlinfixed bug in wxGrid dimensions calculation (Staffan...
2002-01-26  Vadim Zeitlinfixed typo in dtor docs
2002-01-26  Václav SlavíkwxFileCtrl::Update was hiding wxWindow::Update
2002-01-26  Václav Slavíkworkaround for MGL's weirdness: won't render rectangles...
2002-01-26  Václav Slavíkhide mouse when using wxScreenDC in wxMGL
2002-01-26  Václav Slavíkdon't use GTK specific code in wxListCtrl when building...
2002-01-26  Václav Slavíkfix for wxSYS_COLOUR_LISTBOX representation
2002-01-26  Václav Slavíkdon't check for libjpeg,libtiff and libpng when buildin...
2002-01-26  Václav Slavíkmodified wxPNGHandler to not use png_struct.jmpbuf
2002-01-26  Václav Slavíkcompilation fix
2002-01-25  David WebsterFix to properly find OS/2 wx.rc
2002-01-25  David WebsterNew module def file.
2002-01-25  David WebsterResource file updates and setup to configure for generi...
2002-01-25  David WebsterOS/2 does not have a native dirdlg, use generic
2002-01-25  Vadim Zeitlininstall wxUniv headers in make install and include...
2002-01-25  Vadim Zeitlinfix a crash when dismissing the popup window because...
2002-01-25  Vadim Zeitlinreplaced DeleteEvtHandler with a call to RemoveEventHandler
2002-01-25  Vadim Zeitlinadded and documented wxWindow::RemoveEventHandler()
2002-01-25  Vadim Zeitlincompilation fix
2002-01-25  Julian SmartRe-added a minimal setup.h file that includes wx/msw...
2002-01-25  Julian SmartSome doc tweaks
2002-01-25  Vadim Zeitlinhandle 646 charset under Solaris as US-ASCII
2002-01-25  Vadim Zeitlindon't crash, even if used incorrectly
2002-01-25  Vadim Zeitlinfixes to handling of the 7 bit ASCII encoding
2002-01-25  Vadim Zeitlinoops, fixed typo breaking iconv constness detection...
2002-01-25  Vadim Zeitlinchanges to allow making samples/demos with non GNU...
2002-01-25  Vadim Zeitlindon't output the entire iconv() declaration in configur...
2002-01-25  Vadim Zeitlininserted @IF_GNU_MAKE@ to allow building with other...
2002-01-25  Jouk Jansen Committing in .
2002-01-25  David WebsterChild positioning fixes and font adjustments
2002-01-25  Vadim Zeitlincommented out many OnXXX() functions
2002-01-25  Vadim Zeitlincorrected a few bugs in OnGetItemXXX() docs
2002-01-25  Vadim Zeitlinremoved inexisting Index() version
2002-01-25  Václav Slavíkreverted from wxStrdup back to strdup -- sorry SC,...
2002-01-24  David WebsterFixing font utilities
2002-01-24  David WebsterRemoved a conflict indicator...
2002-01-24  David WebsterFinal OS/2 Native Font implementation changes
2002-01-24  Robin DunnEnsure that endPos > startPos in a couple methods
2002-01-24  Václav Slavíkupdates to XRC resources compiler
2002-01-24  Václav Slavík1. added encodings handling to XRC, so that it is possible
2002-01-24  Václav Slavíkadded encodings handling to XRC, so that it is possible...
2002-01-24  Václav Slavíkiconv-based conversion works again, after being broken...
2002-01-24  Václav Slavíkadded dummy <style> handler in order to hide CSS code
2002-01-24  Václav Slavíkfixes to
2002-01-24  Vadim Zeitlinfixed typo in EVT_WIZARD_HELP definition (patch from...
2002-01-24  David WebsterChange up font selection process
2002-01-24  David WebsterRevert back to standard point size for fonts in OS/2
2002-01-24  Robin DunnDemo cleanup and path issues.
2002-01-23  David WebsterLots of fixes for OS/2
2002-01-23  Julian SmartCommented out deprecated classes: wxProp and wxTab...
2002-01-23  Julian SmartAdded missing 'break' which caused spurious </FONT...
2002-01-23  Vadim Zeitlindon't test for VPATH support for GNU make - this is...
2002-01-23  Vadim Zeitlincache the results of checks for make VPATH support...
2002-01-23  Vadim Zeitlinallow building wxWin with non-GNU make (which doesn...
2002-01-23  Vadim Zeitlinreplaced non existing wxTE_HSCROLL style with wxHSCROLL
2002-01-23  Vadim Zeitlinadded 2nd wxEvent ctor argument
2002-01-23  Julian SmartAdded first cut at XRC docs; added font spec for wxWind...
2002-01-23  Julian SmartAdded #include "wx/utils.h" to make it compile for...
2002-01-23  David WebsterFontutil wxFillLogFont change.
2002-01-23  Vadim Zeitlintypos due to much cut-and-paste: colour -> font in...
2002-01-23  Vadim Zeitlinrecognize 646 charset as US-ASCII (this is how it is...
2002-01-23  Julian SmartSome comments modified to help with documentation
2002-01-23  David WebsterMore bug fix updates.
2002-01-23  Václav Slavíkadded wxGenericDirCtrl handler to XRC
2002-01-23  Václav Slavíkfixed typo
2002-01-23  Václav Slavíkadded length argument to wxString::wxString(wchar_t...
2002-01-23  Václav Slavíkfixed .cached files on big endian machines and cleaned...
2002-01-22  David WebsterOS/2 bug fixes and new mod file
2002-01-22  David WebsterFont change for OS/2 to a smaller font.
2002-01-22  David WebsterOS/2 bug fix updates.
2002-01-22  Julian SmartAdded screenshot and a few lines of explanation.
2002-01-22  Robin DunnSWIGged updates for wxGTK
2002-01-22  Robin DunnAdded OnDragOver returning wxDragCopy so text can be...
2002-01-22  Václav Slavíkuse AM_ICONV for iconv configure checks
2002-01-22  Václav Slavíkadded safety check to wxWindow::ReleaseMouse
2002-01-22  Robin DunnFix for when Set is called with wxSameAs to behave...
2002-01-22  Julian SmartAdded events topic.
2002-01-22  Vadim Zeitlinadded a hack to work around the dummy kill focus messag...
2002-01-22  Vadim Zeitlinuse standard colours in all ports
2002-01-22  Vadim Zeitlinadded (dummy) implementation of GetMetric(wxSYS_CURSOR_...
2002-01-22  Robin DunnChanges to match recent CVS updates, added demo for...
2002-01-21  Václav Slavíkclarified legal stuff
2002-01-21  Václav Slavíkchanged WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it)
2002-01-21  Vadim Zeitlincompilation fix for Borland (hopefully)
next