wxWidgets.git
2005-11-30  Ron LeeOutput deprecated warning for --rezflags and permanentl...
2005-11-30  Vadim Zeitlinremoved (now) unnecessary errno.h include
2005-11-29  Vadim Zeitlinfixed bug in wxSizerFlags::Align/Expand() methods
2005-11-29  Vadim Zeitlindon't expect errno to be set to EOVERFLOW if vsnprintf...
2005-11-29  Vadim Zeitlindon't clip out hidden radiobox buttons: otherwise they...
2005-11-29  Vadim Zeitlinadded wxRadioBox::IsItemEnabled/Shown() (for MSW only...
2005-11-29  Michael WetherellRemove pragma interface
2005-11-29  David Surovellcleaned up comments
2005-11-29  Michael WetherellIt seems that wxFileInput/OutputStream now report eof...
2005-11-29  Mart RaudseppMake wxJoystick::GetNumberJoystick a static method...
2005-11-29  Julian SmartRemoved duplicate xh_grid.cpp/h and rebaked files
2005-11-29  Julian SmartMade explanation more concise
2005-11-29  Ron LeeFix include dirs for windres, enable emxbind to actuall...
2005-11-29  Vadim Zeitlinadded xrc/xh_grid.{h|cpp} and regenerated makefiles
2005-11-29  Vadim Zeitlindefine REZ option (fixes problem with rebaking wx.bkl...
2005-11-29  Vadim Zeitlinguard grid XRC handler by #if wxUSE_GRID
2005-11-28  David Surovellfixed improper (long) casts
2005-11-28  David Surovellchanged background color reference from light gray...
2005-11-28  Vadim Zeitlinfix unused parameter warning
2005-11-27  Stefan NeisCleaned up some erroneous stuff from previous commit...
2005-11-27  Stefan NeisApplied patch #1198422 (CheckBox labels being truncated).
2005-11-27  Michael WetherellTake out wxASSERTs since they give a warning with gcc.
2005-11-27  Michael Wetherellwx_wcscmp is only used in unicode mode so wrap in ...
2005-11-27  Michael WetherellDo CloseEntry internally when OpenEntry called on an...
2005-11-27  Stefan NeisDetect thread-safe versions of gethostbyname/gethostbya...
2005-11-27  Vadim Zeitlindon't compare bools with NULL
2005-11-27  Michael WetherellSmall fixes
2005-11-27  Michael WetherellSmall fixes to allow compilation with --enable-stl
2005-11-27  Michael WetherellSmall fixes to allow compilation in Unicode mode with gcc
2005-11-27  Michael WetherellReplace non-ascii characters with escapes
2005-11-27  Michael WetherellSilence warning about truncation since the comment...
2005-11-26  David Surovellfixed GetFreeMemory decl. to match wxWidgets
2005-11-26  Vadim Zeitlinrenaming of variables in rev 1.1090 introduced a clash...
2005-11-26  Vadim Zeitlininclude missing header; add default values for wxPlotWi...
2005-11-26  Michael WetherellOnly define wxIntegerHash::longlongHash when long long...
2005-11-26  Vadim Zeitlinadded helper for visual sizers debugging
2005-11-26  Vadim Zeitlinmade wxTreeTraversal and wxIDropSources dtors virtual...
2005-11-25  Vadim Zeitlinimplemented wxGetFreeMemory() under IRIX (patch 1360356...
2005-11-25  Vadim Zeitlinfix warnings about casting regmatch_t struct fields...
2005-11-25  David ElliottRan make -f build/autogen.mk
2005-11-25  David ElliottSeparate RESCOMP into WINDRES (for Win32) and REZ ...
2005-11-24  Włodzimierz... Minor improvements and cleanings after recent WinCE...
2005-11-24  Julian SmartApplied patch [ 1310251 ] Fixed a pixel depth bug conve...
2005-11-24  Julian SmartFixed style
2005-11-24  Julian SmartApplied patch [ 1308152 ] wxGrid XRC handler patch...
2005-11-24  Julian SmartApplied patch [ 1305650 ] ODBC32.lib is not included...
2005-11-24  Julian SmartApplied patch [ 1351847 ] wxTextXtrl Undo/Redo Bug...
2005-11-24  Julian SmartApplied patch [ 1357475 ] WinCE : wxExecute does not...
2005-11-23  Włodzimierz... [ 1364397 ] wxUSE_MS_HTML_HELP could be redefined
2005-11-23  Michael WetherellAdd 'wx_' prefix to builtin regfree and regerror
2005-11-23  Włodzimierz... Build and run ::wxGetUserName() silently with unusual...
2005-11-23  Vadim Zeitlinfixed Write() signature
2005-11-23  David SurovellRealize remap code cleanup
2005-11-23  Ron LeeMinimal implementation of --rescomp option for wx-config,
2005-11-23  Vadim Zeitlinfixed quoting in CPPFLAGS (last change broke the Unix...
2005-11-22  Stefan Csomorusing backward compatible calls for HitTest hack
2005-11-22  David Surovellfixed memory leak
2005-11-22  David Surovelladded wxMac comment
2005-11-22  Włodzimierz... Safe wxStrncpy usage.
2005-11-22  Włodzimierz... wxGetUserName for WinCE.
2005-11-22  Włodzimierz... wxGetUserName for WinCE.
2005-11-22  Vadim Zeitlinautumn cleanup of configure:
2005-11-21  David Surovellremoved empty block
2005-11-21  Vadim Zeitlinremoved non-const wxFontData::GetColour()
2005-11-21  Vadim Zeitlindocumented HasFlag()
2005-11-20  Dimitri Schoolwerthapplied patch #1356901 "Yet another removal of extra...
2005-11-20  Vadim Zeitlinreturn correct error message if NSLinkModule() fails...
2005-11-20  Vadim Zeitlinwe have dlerror() under Darwin
2005-11-20  Vadim Zeitlinscript to set the install name correctly for all wx...
2005-11-20  Michael WetherellUse re_search directly instead of regexec when using...
2005-11-20  Julian SmartMoved EnsureVisible to avoid spurious selection of...
2005-11-20  Julian SmartTypo corrections
2005-11-20  Vadim Zeitlindon't cast from float to int (provoking a warning)...
2005-11-20  Vadim Zeitlinfixed harmless signed/unsigned comparison warning
2005-11-20  Vadim Zeitlincorrected SeekEnd() docs
2005-11-19  Julian SmartEvent coordinates should _always_ be physical, not...
2005-11-19  Stefan Csomorpatch 1352744
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-18  Stefan Csomorpatch 1306473
2005-11-18  Stefan Csomorpatch 1265473
2005-11-18  Włodzimierz... Follow other ports with Title/Label split.
2005-11-18  Włodzimierz... Update after adding palmos setup.h to family of automat...
2005-11-17  Václav Slavíkfixed layout of tables that are first element on a...
2005-11-17  Václav Slavíkreduced code duplication in wxHtmlWinParser::AddText...
2005-11-17  Julian SmartFixed problem with choice editor in wxGrid whereby...
2005-11-17  Włodzimierz... Fixes for bugs #1218219 and #1218254.
2005-11-16  Włodzimierz... Warning fix.
2005-11-16  Włodzimierz... Finally removes occurences of OnMenuCommand and closes...
2005-11-16  Vadim Zeitlindon't use wxStaticCast to wxBookCtrlBase -- it doesn...
2005-11-16  Michael WetherellRebake for new penguin
2005-11-16  Dimitri Schoolwerthapplied patch #1348053 "[msw] Strip mnemonics when...
2005-11-15  Dimitri Schoolwerthonly remap the disabled bitmap of a toolbarbutton when...
2005-11-15  Mart RaudseppAny reason why we #if the menuitem bitmap code in the...
2005-11-15  Vadim Zeitlinunhide wxConnectionBase::Execute(wxString)
2005-11-15  Michael WetherellAdd a length parameter for wxRegEx::Matches
2005-11-15  Michael Wetherellrcdefs.h is a real file
2005-11-15  Włodzimierz... Be consistent with all setup.h. Include chkconf.h only...
2005-11-15  Włodzimierz... Minor cleanings.
2005-11-14  Stefan Csomorcorrected wake up code
2005-11-14  Julian SmartApplied patch [ 1355355 ] Replace GPLed code in penguin...
next