wxWidgets.git
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
2005-08-04  Vadim ZeitlinNEED_GTK_ICON_SIZE_LOOKUP was incorrectly tested using...
2005-08-04  Vadim Zeitlindue to a typo in #if condition, validation was disabled...
2005-08-04  Vadim Zeitlindefine wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings...
2005-08-03  Vadim Zeitlinno need to check dbghelp DLL initialization in GetAsser...
2005-08-03  Vadim Zeitlindon't give error message if we failed to get the stack...
2005-08-03  Vadim Zeitlindefine WXWIN_COMPATIBILITY_EVENT_TYPES as 0 if it's...
2005-08-03  Vadim Zeitlintest for __MWERKS__ with #ifdef, not #if (fixes a ...
2005-08-03  Vadim Zeitlinget rid of wxUSE_COMPATIBLE_COORD_TYPES, it is not...
2005-08-03  Michael WetherellFix deletes that should be delete[]
2005-08-03  Michael WetherellRebake after MSLU and other changes
2005-08-03  Mart RaudseppDocument wxTextCtrl::XYToPosition, PositionToXY and...
2005-08-03  Michael WetherellSet PLATFORM_UNIX for the rpmspec format
2005-08-03  Mart Raudsepp[wxGTK2] multiline wxTextCtrl: Implement XYToPosition...
2005-08-03  Michael WetherellRevert previous commit
2005-08-03  Michael WetherellReplace disjunction in <if> with two ifs since it seems...
2005-08-03  Stefan Csomordon't force immediate screen updates
2005-08-03  Michael WetherellAdd import/export attributes
2005-08-02  Michael WetherellAdd import/export attributes
2005-08-02  Michael WetherellAdd import/export attributes
2005-08-02  Michael WetherellExpand tabs
2005-08-02  Michael WetherellAdd import/export macros
2005-08-02  Julian SmartSmall corrections to licence
2005-08-01  Mart Raudsepp[wxGTK] wxFileDialog: Use native overwrite confirmation...
2005-08-01  Michael WetherellSet default size and position for top level windows
2005-08-01  Mart RaudseppMostly cosmetical preprocessor check modifications...
2005-08-01  Mart Raudsepp[ 1222406 ] Fix for BadMatch X errors with wxGLCanvas...
2005-08-01  Stefan Csomorcorrecting condition: only interfere in the non-native...
2005-08-01  Vadim Zeitlindon't crash when showing vert toolbar when horz one...
2005-07-31  Vadim Zeitlindon't call SetSize when creating the 2nd toolbar, this...
2005-07-31  Vadim Zeitlinaccount for client area origin when returning pending...
2005-07-31  Stefan Csomorapplied patch 1216005 : message and new NavDirDialog
next