]> git.saurik.com Git - wxWidgets.git/history - src
Warning corrections
[wxWidgets.git] / src /
2005-08-25  Chris Elliottfix gpf in mdi sample with motif when child is closed
2005-08-25  Vadim Zeitlinpressing enter now activates the default button even...
2005-08-25  Vadim Zeitlinonly give error about missing richedit.dll once (the...
2005-08-25  Włodzimierz Skiba[ 1273159 ] logical vs. bitwise operators, part 2
2005-08-25  Mart Raudsepp[wxGTK2] Check if a family wasn't found for the descrip...
2005-08-24  Mattia Barbon As reported by Chris Elliott some releases of Lesstif...
2005-08-24  Vadim Zeitlincompilation fix for systems with XtIMSignal
2005-08-24  Vadim Zeitlincompilation fix: DefaultVisual() needs Display, not...
2005-08-24  Michael WetherellMove LabelWrapper, TextSizerWrapper classes out of...
2005-08-24  Vadim Zeitlinfixed -Wundef warning for HAVE_SCHED_H
2005-08-24  Włodzimierz SkibawxUSE_STATTEXT guard.
2005-08-24  Włodzimierz Skiba[1267725] Wrong operator for logical/bitwise operation
2005-08-24  Mart Raudsepp[wxGTK2] Don't duplicate code inside wxFontRefData...
2005-08-23  Vadim Zeitlinuse wxString::Format(), calling string.Format() has...
2005-08-23  Vadim Zeitlinsome compilers don't like statics in inline functions...
2005-08-23  Vadim Zeitlincheck for missing statfs() prototype (happens at least...
2005-08-23  Włodzimierz SkibawxOS2/OW warning and build fixes.
2005-08-23  Julian SmartDon't try drawing the bitmap before it's valid
2005-08-23  Stefan Csomorcleanup and adding the case when the toplevel window...
2005-08-23  Stefan Csomoradding a string for private data identification
2005-08-23  Mart Raudsepp[wxGTK2] Move wxFontRefData::SetPointSize to wxNativeFo...
2005-08-22  Mart Raudsepp[wxGTK2] Move wxFontRefData::SetStyle/SetWeight to...
2005-08-22  Mart Raudsepp[wxGTK2] Don't query native font for underlined, but...
2005-08-22  Mart Raudsepp[wxGTK2] Do what we (I) can wrt the win32 centric wxNat...
2005-08-22  Mart Raudsepp[wxX11] a ROMAN font is with serifs and a SWISS font...
2005-08-22  Mart Raudsepp[wxGTK2] Return wxTELETYPE with GetFamily() for monospa...
2005-08-22  Mart Raudsepp[wxGTK2] Plug memory leak in wxFontEnumerator::Enumerat...
2005-08-22  Mattia Barbon Compilation fix for Motif 1.2.
2005-08-22  Mart Raudsepp[wxGTK2] wxFont::Get* - Query native font for informati...
2005-08-22  Stefan Csomorremove the carbon event handlers just before calling...
2005-08-22  Włodzimierz SkibaEmpty string corrections.
2005-08-22  Stefan Csomorrespecting DoDragDrop flags like CopyOnly
2005-08-22  Stefan Csomorcorrecting DropData behaviour so that preferred format...
2005-08-22  Stefan Csomorcorrecting Drag Data handling for 'TEXT' and 'utxt'
2005-08-22  Stefan Csomoradapting text object data handling along the GTK2 lines
2005-08-21  Mattia Barbon Made wxMotif wxFileDialog translatable.
2005-08-21  Vadim Zeitlinfix handling of partially-specified min size
2005-08-20  Vadim Zeitlinfill in OS info in GetToolkitInfo() (patch 1256409)
2005-08-20  Vadim Zeitlinadd information for Palm/CE ports (patch 1256409)
2005-08-19  Vadim Zeitlincheck whether unicows.dll works correctly instead of...
2005-08-19  Vadim Zeitlincheck for unicows.dll on program starup when wxUSE_UNIC...
2005-08-19  Stefan Csomorworkaround because regions that were built up, were...
2005-08-19  Michael WetherellRemove duplicate code
2005-08-19  Mattia Barbon Use default GUI font for wxMessageDialog and wxFileDi...
2005-08-19  Jouk Jansen Committing in .
2005-08-19  Stefan Csomoravoiding recursive KillEvents on the same object, in...
2005-08-18  Vadim Zeitlincompilation fix for wxUnivGTK
2005-08-18  Vadim Zeitlinfixed (harmless) unused variable warning in release...
2005-08-18  Vadim Zeitlin__WXDEBUG__ must be tested with #ifdef, not #if
2005-08-18  Michael WetherellImplementations for some of the stubs
2005-08-18  Mattia Barbon Avoid some -Wundef warning. Check for __WXGTK__ using...
2005-08-17  Mart Raudsepp[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage...
2005-08-17  Vadim Zeitlinadded GetCurrentSelection(); made GetSelection() behave...
2005-08-17  Vadim Zeitlinmade wxChoice and wxComboBox::GetSelection() return...
2005-08-17  Vadim Zeitlinhacked around wxGTK wxStaticText which doesn't derive...
2005-08-16  Vadim Zeitlinavoid gcc warning
2005-08-16  Vadim Zeitlinadded wxStaticText::Wrap()
2005-08-16  Włodzimierz SkibaBuild fix.
2005-08-16  Włodzimierz SkibaReuse functionality of wxGetStockLabel().
2005-08-16  Julian SmartAdded context help styles
2005-08-16  Vadim Zeitlindon't use wxApp::GetAppName() in the usage message...
2005-08-15  Vadim Zeitlincompilation fix for wxUSE_STL=1 and mingw
2005-08-15  Vadim Zeitlinreplaced annoying wxLogDebug()s with wxLogTrace()
2005-08-13  Michael WetherellLet wxGetFileKind(FILE*) return wxFILE_KIND_UNKNOWN...
2005-08-13  Michael WetherellSet wxSTREAM_WRITE_ERROR for wxFFileInputStream when...
2005-08-13  Julian SmartFixed dangling pointers bug; radio button was not remov...
2005-08-12  Michael WetherellTranslate '&Help' to '&' for italian Windows only
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 Zeitlinforce update of MDI client window size after the MDI...
2005-08-11  Vadim Zeitlinadded wxSIZE_FORCE flag for SetSize()
2005-08-10  Michael WetherellUndo r1.52 since we get another problem.
2005-08-08  Michael WetherellwxMBConv test cases, patch 1179989 from Vince Harron
2005-08-08  Vadim Zeitlinadd missing braces to quiet gcc warnings about missing...
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 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  Vadim Zeitlindon't use wxVERIFY, it generates gcc warnings and is...
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-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  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 Zeitlincorrected logic in wxQTMediaEvtHandler::OnEraseBackgrou...
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...
next