remove sole makefile.dmc in tree
[wxWidgets.git] / src /
2007-06-29  Benjamin Williamsapplied patch 1737156 to wxAuiManager
2007-06-29  Benjamin Williamsin wxAUI, set the hint transparency before showing...
2007-06-28  Václav Slavíkfixed FromAscii to work with NULL argument (broken...
2007-06-28  Václav Slavíkfixed FromAscii() changes to correctly handle embedded...
2007-06-28  Václav Slavíkreturn const wxString& from wxFontMapper::GetDefaultCon...
2007-06-28  Václav SlavíkANSI+Unicode compatibility fixes to wxArrayString
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxHTML API
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxDatePickerCtrlGeneric API
2007-06-28  Václav Slavíkdon't use wxChar* arguments in wxLogWindow API
2007-06-28  Benjamin Williamsfix for wxAuiNotebook middle-click close (was closing...
2007-06-28  Václav Slavíkfixes to handling of focus changes for toplevel windows
2007-06-28  Václav Slavíkadded wxString::FromAscii(char*,size_t) for consistency...
2007-06-28  Vadim ZeitlinCanAcceptFocus() now returns true if either the window...
2007-06-27  Benjamin Williamsadded middle-click close to wxAuiNotebook
2007-06-27  Paul Cornettblock signal handlers, instead of disconnecting, to...
2007-06-27  Vadim Zeitlindon't invalidate the font in SetNativeFontInfo[Desc...
2007-06-27  Vadim Zeitlinfix wxUniv/MSW compilation with wxUSE_MENUS==0 (patch...
2007-06-27  Benjamin Williamsin wxAuiNotebook, code to reduce flicker on page close
2007-06-27  Benjamin WilliamswxAuiNotebook::RemovePage() rewritten; fixes bugs ...
2007-06-26  Vadim Zeitlinfix bug in WX_GL_DOUBLEBUFFER handling introduced durin...
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-26  Václav Slavíkcompilation fixes for --with-regex=sys
2007-06-26  Václav Slavíkcompilation fixes for some cases
2007-06-25  Václav Slavíkcompilation fix if wxLongLong_t is not available
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-06-25  Václav SlavíkwxDFB wxUSE_STL compilation fixes
2007-06-23  Robert Roebling Upport scrolling changes and mouse wheel changes.
2007-06-22  Vadim Zeitlinfix asserts for dropdown items
2007-06-22  Vadim Zeitlindon't crash in SetBackgroundStyle() if the window is...
2007-06-22  Vadim Zeitlindon't always add wxCAPTION to wxMiniFrame style uncondi...
2007-06-22  Václav Slavíkuse wxCRT_VsprintfA name instead of vsprintf, for consi...
2007-06-22  Vadim Zeitlinmake JPEG callbacks extern "C" to fix Sun CC warnings
2007-06-22  Vadim Zeitlinfix warnings about parameters shadowing member variables
2007-06-22  Vadim Zeitlinpointer to literal string should be const
2007-06-22  Vadim Zeitlinfix Sun CC warnings about converting literal strings...
2007-06-22  Vadim Zeitlinsuppress Sun CC warnings about casting between C++...
2007-06-22  Vadim Zeitlinfix Sun CC warning about name clash between the method...
2007-06-22  Vadim Zeitlinbetter Sun CC fix: put the function in anonymous namesp...
2007-06-22  Vadim ZeitlinSun CC doesn't allow calling static function from templ...
2007-06-22  Václav SlavíkPCH-less compilation fix
2007-06-22  Robert Roebling Forgot this part of the event change patch from 2_8
2007-06-22  Robert Roebling Upport: Always use GdkPixbuf in wxBitmapButton
2007-06-22  Václav Slavíkhave only one string form of operator<< in output streams
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-06-22  Robert Roebling Upported event filter patch for wxTextCtrl::SetValue()
2007-06-22  Robert Roebling Correct gridlines drawing
2007-06-22  Robert Roebling Call clipping region methods from base class.
2007-06-22  Paul Cornettgtk_widget_destroy does not unref the widget unless...
2007-06-21  Vadim Zeitlinchanged AddPendingEvent() to take const wxEvent referen...
2007-06-21  Vadim Zeitlinfix STL build (don't rely on implicit wxString to char...
2007-06-21  Vadim Zeitlinfixed compilation in Unicode build (it was silently...
2007-06-21  Vadim Zeitlinfix compilation in ANSI STL build
2007-06-21  Vadim Zeitlinblind fix for wxUSE_WXDIB==0 compilation (replaces...
2007-06-21  Vadim Zeitlinpass double as sqrt() argument as at least Sun compiler...
2007-06-21  Julian SmartCopied fonts in art Clone
2007-06-21  Julian SmartAdded font setting and ability to determine AUI noteboo...
2007-06-21  Julian SmartAdded DetachOldLog to avoid destruction of old log...
2007-06-21  Vadim Zeitlincheck that we do have scrollbars before using them...
2007-06-21  Vadim Zeitlinfix to the previous commit: percent signs have to be...
2007-06-21  Paul Cornettfix reversed left/top variables
2007-06-21  Vadim Zeitlinfix handling of '#' in file names (patch 1740328)
2007-06-20  Paul Cornettfix reparenting a control into wxToolBar
2007-06-20  Julian SmartAdded extra width for controls to avoid edge being...
2007-06-20  Julian SmartFixed uninstalled toolbars in native toolbar mode,...
2007-06-20  Julian SmartFix for non-CG mode
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-20  Václav Slavíkuse wxString in wxRegKey methods; make it compile witho...
2007-06-20  Vadim Zeitlindon't free "static" alpha data (patch 1738966)
2007-06-19  Václav Slavíkmake wxSetEnv compatible with ANSI and Unicode, depreca...
2007-06-19  Václav Slavíkadded missing #if wxUSE_STDPATHS
2007-06-19  Václav Slavíkreturn wxString from wxDynamicLibrary::GetDllExt()
2007-06-19  Václav Slavíkuse wxString in wxFileSystem::FindFileInPath()
2007-06-19  Václav Slavíkcompilation fix for non-STL build
2007-06-19  Julian SmartFinally fixed control scrolling
2007-06-19  Václav SlavíkwxLog::Get/Settimestamp() now use wxString
2007-06-19  Václav Slavíkchanged wxFFileOutput/InputStream ctor 'mode' argument...
2007-06-19  Václav Slavíkchanged wxGLContext::SetColour() argument from wxChar...
2007-06-18  Robin DunnCoerce to floating point to fix ResampleBicubic. See...
2007-06-18  Robin DunnSend the calendar and date changed events to the datepi...
2007-06-18  Mattia Barbon Must update iterator to avoid infinite loop
2007-06-18  Václav Slavíkimprove XRC loading performance on Unix by avoiding...
2007-06-18  Václav Slavíkmake our vsnprintf() implementation work for ANSI versi...
2007-06-18  Mart Raudseppgtk_border_free is for freeing GtkBorder's, not g_free.
2007-06-18  Mart RaudseppFix memory leak in wxTextCtrl au_check_word that was...
2007-06-17  Václav Slavíkwhen selecting text in wxHTML, selecting half a charact...
2007-06-17  Václav Slavíkfixed selecting part of word from right to left in...
2007-06-17  Mattia Barbon Linking fix: g_isIdle is for GTK1 only.
2007-06-17  Václav Slavíkdetermine wxFSFile's MIME type when wxFSFile::GetMimeTy...
2007-06-17  Václav Slavíkdon't make read-only text controls editable when enabled
2007-06-17  Vadim Zeitlincorrect setting of pSymbol->SizeOfStruct (patch 1737789)
2007-06-16  Vadim Zeitlinfix unused parameters warnings
2007-06-16  Václav Slavíkfixed crash when setting locale
2007-06-16  Václav SlavíkwxUSE_STL compilation fixes for wxGenericFontDialog
2007-06-16  Václav Slavíkremoved code for compatibility with OS X <= 10.2, 10...
2007-06-16  Vadim Zeitlinshow the unhandled exceptions in debug build instead...
2007-06-16  Vadim Zeitlinreplace wxDocument::GetPrintableName(wxString&) and...
2007-06-15  Václav Slavíkalways compile at least a minimal version of wxStandard...
2007-06-15  Václav Slavíkuse char* instead of wxChar* for XRC IDs to save space...
2007-06-15  Vadim Zeitlinadded wxDEPRECATED_BUT_USED_INTERNALLY macro and use...
2007-06-15  Jouk Jansen Committing in .
next