]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-08-13  Julian SmartFixed dangling pointers bug; radio button was not remov...
2005-08-12  Michael WetherellTypo
2005-08-12  Michael WetherellTranslate '&Help' to '&' for italian Windows only
2005-08-12  Roman Rolinskysome more fixes: tree selection, replacing, wxYield...
2005-08-12  Julian SmartAdaptations for PDA-sized screens
2005-08-12  Julian SmartAdded support for "help" parameter (context help text).
2005-08-11  Vadim Zeitlindon't override OnIconized() in the sample, the bug...
2005-08-11  Vadim Zeitlinforce update of MDI client window size after the MDI...
2005-08-11  Vadim Zeitlinadded wxSIZE_FORCE flag for SetSize()
2005-08-11  Vadim Zeitlincheck that wxUSE_DC_CACHEING is defined
2005-08-10  Michael WetherellAdds a title to the chart, patch 1242262 Matthew D.P.
2005-08-10  Michael WetherellMention converting ANSI->Unicode, patch 1247339 Eric Kow
2005-08-10  Michael Wetherell#define wxUSE_STD_STRING to 0 rather than #undef it...
2005-08-10  Michael WetherellUndo r1.52 since we get another problem.
2005-08-10  Václav Slavíkmake sure all licence texts are really the same
2005-08-10  Roman Rolinskyone more fix for tree selection
2005-08-10  Roman RolinskywxMSW fixes for tree control
2005-08-09  Roman Rolinsky0.1.6-1
2005-08-09  Roman RolinskySetModified updates window title ('*' is shown if modified)
2005-08-09  Mart Raudsepp"Include file" -> "Include files" - as in all other...
2005-08-08  Vadim ZeitlinMac compilation fixes
2005-08-08  Michael WetherellwxMBConv test cases, patch 1179989 from Vince Harron
2005-08-08  Michael WetherellReplacements for some wcsxxx funcs for systems without...
2005-08-08  Vadim Zeitlinadd missing braces to quiet gcc warnings about missing...
2005-08-08  Michael WetherellComment typo fixes from Vince Harron
2005-08-08  Vadim Zeitlinremoved #if KEY_wxList_DEPRECATED: as KEY_wxList_DEPREC...
2005-08-08  Vadim Zeitlinremoved mentions of wxUSE_OWNER_DRAWN: unless I miss...
2005-08-08  Vadim Zeitlincorrect -Wundef warning for __MSL__
2005-08-08  Michael WetherellRegenerate after yesterday's fix for bug 1230877.
2005-08-08  Michael WetherellCopy univ/setup.h instead of msw/setup.h for wxUniversa...
2005-08-08  Michael WetherellAdd <contrib-lib> bakefile tag. Like <wx-lib> except...
2005-08-08  Michael WetherellRebake after recguard.h added to bakefiles
2005-08-08  Mart RaudseppExpand tabs, identation/whitespace fixes
2005-08-08  Mart RaudseppExpand tabs
2005-08-08  Mart Raudsepp[wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x...
2005-08-07  Mattia Barbon Removed wxVectorBase and wxClientDataDictionary symbols
2005-08-07  Vadim Zeitlindon't use wxVERIFY, it generates gcc warnings and is...
2005-08-07  Michael WetherellWith Sun CC temporaries have block scope unless '-featu...
2005-08-07  Vadim ZeitlindeTABified; removed unused variable provoking a gcc...
2005-08-07  Vadim Zeitlinunused variable warning when !wxMAC_USE_NATIVE_TOOLBAR
2005-08-07  Vadim Zeitlinassign 0, not NULL, to an int
2005-08-07  Vadim ZeitlindeTABified
2005-08-07  Vadim Zeitlinfix problems with __POWERPC__ being redefined
2005-08-06  Vadim Zeitlinset m_error correctly (patch 1249848)
2005-08-06  Vadim Zeitlinfix wxGetMessageName() in Unicode build (patch 1250662)
2005-08-06  Vadim Zeitlinrecognize 0/1 as false/true in string->bool conversion...
2005-08-06  Vadim Zeitlingenerate MD5SUM files for nightly builds (patch 1252331)
2005-08-06  Michael WetherellAdd wxMGL and Cygwin changes to the changelog
2005-08-06  Vadim Zeitlinadded char/wxChar note (bug 1252854)
2005-08-06  Vadim Zeitlinadded ldconfig-not-in-path note and removed duplicate...
2005-08-06  Vadim Zeitlincorrected regex library name in ANSI builds
2005-08-06  Vadim Zeitlinadded wx/recguard.h (bug 1253148)
2005-08-06  Julian SmartCompatibility settings corrected
2005-08-06  Michael WetherellAdditional information
2005-08-06  Julian SmartRestored monolithic build for eVC++ 4
2005-08-06  Michael WetherellNotes on compiling MGL 5.1
2005-08-06  Michael WetherellNeeds to refresh the affected parts when resized but...
2005-08-06  Michael WetherellRefresh a window's non-client area when it is resized.
2005-08-06  Vadim Zeitlinset best fitting size for the toolbar in Realize()
2005-08-06  Vadim Zeitlindon't crash in GetTextExtent() under Windows where...
2005-08-06  Vadim Zeitlininitialize backing store bitmap in Create(), notebook...
2005-08-05  Vadim Zeitlinadded explicit wx/dynlib.h include
2005-08-05  Vadim Zeitlinmissing dllexport declaration added
2005-08-05  Vadim Zeitlindisable RTTI and exceptions by default for wxWinCE/eVC
2005-08-05  Vadim Zeitlincorrected logic in wxQTMediaEvtHandler::OnEraseBackgrou...
2005-08-05  Vadim Zeitlinonly link with 3rd party libs if they're needed
2005-08-05  Vadim Zeitlindon't allow negative splitter position
2005-08-05  Vadim Zeitlinuse wxDynamicLibrary::GetSymbolAorW() instead of the...
2005-08-05  Vadim Zeitlin1. extracted code common to all backends in wxMediaBack...
2005-08-05  Vadim Zeitlinfixed horrible hack with passing pointers of wrong...
2005-08-05  Vadim Zeitlinremoved unused OnPaint() handlers
2005-08-05  Vadim Zeitlindon't remember size passed to SetSize() as pending...
2005-08-05  Chris Elliottapply SF patch 1252602 to remove warnings in bcc and...
2005-08-05  Vadim Zeitlininitialize send_event field of GdkEventExpose we genera...
2005-08-05  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476)
2005-08-04  Vadim Zeitlincorrected wxUnix2DosFilename signature, added deprecati...
2005-08-04  Vadim Zeitlincorrected test for __WXGTK__ (but should it be there...
2005-08-04  Vadim Zeitlincorrected HAVE_NMLVFINDITEM tests, eliminated HAVE_NM_F...
2005-08-04  Vadim Zeitlinuse ifdef, not if, to test for HAVE_WCSRTOMBS
2005-08-04  Vadim Zeitlinremoved more remains of wxUSE_PENWINDOWS
2005-08-04  Vadim Zeitlincorrected test for HAVE_FSYNC: ifdef, not if
2005-08-04  Vadim Zeitlinadded wxUSE_DC_CACHEING
2005-08-04  Vadim Zeitlinremoved wxUSE_MENU_CALLBACK references: the code inside...
2005-08-04  Vadim Zeitlinremoved (unused since quite some time) wxUSE_ITSY_BITSY
2005-08-04  Vadim Zeitlinremoved wxUSE_PENWINDOWS (and its misspellings), it...
2005-08-04  Vadim Zeitlindefine wxUSE_MFC as 0 if it's not defined (fixes gcc...
2005-08-04  Mart Raudsepp[wxGTK2] wxTextCtrl: Implemented support for wxTEXT_ALI...
2005-08-04  Julian SmartMore settings restored.
2005-08-04  Julian SmartRemoved eVC++ project file
2005-08-04  Mart RaudseppwxFont wxMSW specific ctor first arg is a const wxSize...
2005-08-04  Julian SmartSwitched loads of settings back on
2005-08-04  Julian SmartResolved CVS conflict
2005-08-04  Vadim Zeitlinadded tests for fsync() and pthread_cleanup_push/pop()
2005-08-04  Vadim Zeitlintest for wxHAVE_PTHREAD_CLEANUP with #ifdefs instead...
2005-08-04  Vadim Zeitlinadded HAVE_FSYNC and wxHAVE_PTHREAD_CLEANUP (replacing...
2005-08-04  Vadim Zeitlindefine wxFsync() as fsync() under Unix not as (not...
2005-08-04  Vadim Zeitlinconfigure defines HAVE_FSYNC, not wxHAVE_FSYNC
2005-08-04  Vadim ZeitlinwxNEED_STRDUP was wrong tested with #if instead of...
2005-08-04  Vadim Zeitlincheck that wxUSE_DATEPICKCTRL_GENERIC is defined before...
2005-08-04  Vadim Zeitlindefine wxUSE_IPV6 as 0 to avoid -Wundef warnings
next