]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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...
2005-09-11  Julian SmartApplied [ 1283696 ] wxDC::GetPartialTextExtents crashes...
2005-09-11  Julian SmartUpdated change log
2005-09-11  Julian SmartApplied [ 1235509 ] wxCocoa unicode wxT("fixes")
2005-09-11  Julian SmartApplied patch [ 1263950 ] wxConnection fixes for Unicode
2005-09-11  Julian SmartApplied patch [ 1284335 ] doc update for wxString:...
2005-09-11  Vadim Zeitlinunused var warning in Mac build
2005-09-11  Vadim Zeitlinuse given position for page insertion instead of trying...
2005-09-11  Vadim Zeitlinadded ToLong/ULong/Double() tests
2005-09-11  Vadim Zeitlinclarified ToULong() behaviour with negative numbers
2005-09-11  Vadim Zeitlinshow that key codes are defined in wx/defs.h (patch...
2005-09-11  Vadim Zeitlinaccept grey PNM images (patch 1285885)
2005-09-11  Vadim ZeitlinRespect wxListItem::m_mask in general list control...
2005-09-11  Vadim ZeitlinwxMediaCtrl patch from Ryan:
2005-09-10  Michael WetherellImprove instructions for compiling with djgpp
2005-09-10  Michael WetherellCompile fix for VC++ 5
2005-09-10  Michael WetherellUpdate to zlib 1.2.3
2005-09-10  Michael WetherellThis commit was generated by cvs2svn to compensate...
2005-09-09  David ElliottUse AC_CHECK_TOOL rather than AC_CHECK_PROG for AR...
2005-09-09  Julian SmartApplied patch [ 1232933 ] [WinCE] wxDateTime incorrect...
2005-09-09  Julian SmartMoved definition
2005-09-09  Włodzimierz... Fixed wxListbook and wxChoicebook internal layout.
2005-09-09  Julian SmartWinCE fixes
2005-09-09  Julian SmartRestored missing SS_SUNKEN for WinCE
2005-09-09  Roman Rolinskyfix for toolbar highlighting (not done for main toolbar)
2005-09-09  Julian SmartApplied patch [ 1281902 ] fix for wxJoystick under...
2005-09-09  Julian SmartApplied patch [ 1283943 ] Fix crash in GSocket::Select
2005-09-09  Julian SmartApplied patch [ 1284913 ] [DOC] Removes msw.staticbitma...
2005-09-09  Julian SmartUpdated date
2005-09-09  Julian SmartMinor doc corrections
2005-09-09  Roman Rolinsky0.1.6-5
2005-09-09  Roman Rolinskytesting for top-level objects only
2005-09-08  Chris Elliottuse env var for daily build
2005-09-07  Michael WetherellForgot to put the previous (v)snprintf commit inside...
next