wxWidgets.git
2005-09-18  Mattia Barbon Send wxInitDialogEvent under wxMotif.
2005-09-18  Vadim ZeitlinUnicode compilation fix
2005-09-18  Vadim ZeitlinGetSystemEncodingName() cleanup: we don't need to check...
2005-09-18  Vadim Zeitlinadd CP-xxx as synonyms for WINDOWS-xxx
2005-09-18  Vadim Zeitlinlook in codeset-specific directory for locale files...
2005-09-18  Vadim Zeitlinmore encoding names for AIX/Solaris/IRIX
2005-09-18  Stefan Csomortentative fix for BestSize problems (non-native toolbar)
2005-09-18  Stefan Csomortentative fix for BestSize problems (non-native toolbar)
2005-09-18  Vadim Zeitlindon't pass NULL pointer to printf(), this crashes Solar...
2005-09-18  Vadim Zeitlindon't create conversion objects unless we really need...
2005-09-18  Vadim Zeitlinadded trace message to wxCSConv creation code
2005-09-18  Vadim Zeitlinavoid unnecessary conversions when loading the catalog...
2005-09-18  Vadim Zeitlincompate charset names case-insensitively in GetEncoding...
2005-09-18  Vadim Zeitlinsigned/unsigned comparison warning
2005-09-18  Vadim Zeitlinremoved unused variable
2005-09-18  Vadim Zeitlinadded GetAllEncodingNames(), use it to select the corre...
2005-09-18  Vadim Zeitlinregenerated after latest changes: alternative standard...
2005-09-18  Julian SmartCorrected behaviour for modeless wizards -- can't detec...
2005-09-18  Vadim Zeitlinadded all .m4 files used by our configure; run aclocal...
2005-09-18  Julian SmartDocumented GTK+ ~wxWindow fix
2005-09-18  Julian SmartApplied patch 1283609 GTK window dtor + wxGrid + cellEd...
2005-09-18  Stefan CsomorwxMac changes
2005-09-18  Vadim Zeitlinget rid of wxClientDC::m_oldFont, it wasn't really...
2005-09-18  Vadim Zeitlincache results of Motif 2 and Motif-is-Lesstif tests
2005-09-18  Vadim Zeitlinpruned the list of directories to search for headers...
2005-09-18  Vadim Zeitlinfinally really fixes IRIX build:
2005-09-17  Julian SmartInclude settings.h
2005-09-17  Vadim Zeitlinturn off warning 3970 for SGI CC (see comment for expla...
2005-09-17  Julian SmartResaved corrupt libs.bmp again
2005-09-17  Vadim Zeitlindon't put default library paths in SEARCH_LIB
2005-09-17  Vadim Zeitlincheck default library directories in WX_PATH_FIND_LIBRA...
2005-09-17  Vadim Zeitlinremoved weird comparison of m_oldFont with -1 (this...
2005-09-17  Vadim Zeitlinuse wxPtrToUInt() instead of casting pointers to int...
2005-09-17  Vadim Zeitlin64 bit compilation fix (pointer can't be cast to int...
2005-09-17  Vadim Zeitlindocumented wx_truncate_cast()
2005-09-17  Vadim Zeitlinadded wx_truncate_cast and use it (sometimes instead...
2005-09-17  Vadim Zeitlinadded ping location for IRIX
2005-09-17  Vadim Zeitlinavoid assigning 64 bit ints to a 16 bit one
2005-09-17  Vadim Zeitlinremoved unused variables and constant
2005-09-17  Vadim Zeitlintremoved unused variable
2005-09-17  Vadim Zeitlinuse unsgined int instead of int for 1 bit bitfields...
2005-09-17  Vadim Zeitlinchecking whether a size_t page index is >= 0 is unneces...
2005-09-17  Vadim ZeitlincolourSize was probably supposed to be used and not...
2005-09-17  Vadim Zeitlinremove unused wxTrue
2005-09-17  Vadim Zeitlindeclare wxCalendarEvent ctor as inline before it's...
2005-09-17  Julian SmartApplied [ 1294048 ] [wxMSW] Correct splitter sash drawi...
2005-09-17  Julian SmartApplied patch [ 1292827 ] [wxMSW] nested wxStaticBox fix
2005-09-17  Stefan Csomorfixing visibility checks for native toolbars
2005-09-17  Julian SmartMinor doc corrections
2005-09-17  Julian SmartTypo correction
2005-09-16  Włodzimierz... angle bracket problem fix
2005-09-16  Vadim Zeitlinadded tech note describing how to add a new wxUSE_XXX
2005-09-16  Michael WetherellCygwin compile fix
2005-09-16  Włodzimierz... Assert correction.
2005-09-16  Włodzimierz... Native spline drawing.
2005-09-16  Julian SmartDefine SQLUINTEGER
2005-09-16  Julian SmartApplied patch [ 1286701 ] fix for compiling odbc with...
2005-09-16  Vadim Zeitlin(blind) CE compilation fix: declare wxToolBarNameStr
2005-09-16  Julian SmartScript updates
2005-09-15  Włodzimierz... wxUSE_SPLINES markup and other cleanings.
2005-09-15  Włodzimierz... Splines sample.
2005-09-14  Julian SmartDoc fix
2005-09-14  Michael WetherellFixes for passing non-PODs via '...'
2005-09-14  Michael Wetherellddesetup.h becomes ipcsetup.h, missing part of patch...
2005-09-14  Michael WetherellRegenerate after change to install of wxpresets
2005-09-14  Vadim Zeitlinrenamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW...
2005-09-14  Vadim Zeitlindialog creation function should be extern C
2005-09-14  Vadim Zeitlinrenamed arg[cv] parameters to not hide wxApp members
2005-09-14  Vadim Zeitlinmore non-const string literal warnings correction
2005-09-14  Vadim Zeitlinuse -erroff=E_NO_EXPLICIT_TYPE_GIVEN option with Sun...
2005-09-14  Dimitri Schoolwerthreverted last changes which were false alarm
2005-09-14  Stefan Csomoradding Robert Lang's native CG-Bezier patch
2005-09-14  Stefan Csomoradding Robert Lang's native CG-Bezier patch
2005-09-14  Mart Raudsepp"See also wxListView" link for wxListCtrl
2005-09-13  Vadim Zeitlinmade XPM data const
2005-09-13  Vadim Zeitlinadded wxMOTIF_STR() macro casting away string literal...
2005-09-13  Vadim Zeitlinunihde base class virtual functions
2005-09-13  Vadim Zeitlinclipboard handler must be extern C (Sun CC warning)
2005-09-13  Vadim ZeitlinX error handler should be extern C (SunCC warning fix)
2005-09-13  Vadim Zeitlinwarning fixes for Sun CC: extern C, non-const string...
2005-09-13  Włodzimierz... Better fix for 'int i' used twice in the same block.
2005-09-13  Włodzimierz... Warning fix.
2005-09-13  Vadim Zeitlinfixed virtual function hiding for LoadBitmap()
2005-09-13  Włodzimierz... Missing includes.
2005-09-13  Vadim Zeitlinuse WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes...
2005-09-13  Vadim Zeitlinuse extern C around signal handler declaration (fixes...
2005-09-13  Vadim Zeitlinqsort() should be passedonly extern C functions
2005-09-13  Vadim Zeitlinfixed Sun CC warning about local variable read hiding...
2005-09-13  Vadim Zeitlinfixed Sun CC warning about arg[cv] parameters hiding...
2005-09-13  Vadim Zeitlinand now it even compiles
2005-09-13  Vadim Zeitlinfix for last commit
2005-09-13  Vadim Zeitlinremoved strcpy to fixed buffer (do it the right way...
2005-09-13  Dimitri Schoolwerthfixed uninitialized variable (depending on wxChoice...
2005-09-12  Mattia Barbon Add one more encoding name for EUC-JP for Solaris 8.
2005-09-12  Mattia Barbon Honous initial position for wxSpinCtrl.
2005-09-12  Mattia Barbon Revert change 1.131 which actually broke inital size...
2005-09-12  Václav Slavíkfixed presets installation for scrdir!=. case
2005-09-12  Vadim Zeitlinremoved stray ^Ms
2005-09-12  Vadim ZeitlinVC++ /Wp64 warning fixes
2005-09-11  Kevin HockSend mouse leave events in HandleMouseMove if HAVE_TRAC...
next