]> git.saurik.com Git - wxWidgets.git/history - src
fix some unused variables warnings reported by Borland
[wxWidgets.git] / src /
2008-05-08  Vadim Zeitlinfix some unused variables warnings reported by Borland
2008-05-08  Vadim Zeitlincorrect the signature of the overriden Reparent()
2008-05-08  Vadim Zeitlindon't override DoDrawSpline() under CE at all instead...
2008-05-08  Vadim Zeitlinfix confusion with (Do)DrawSplines() overloads; don...
2008-05-08  Vadim Zeitlincorrect toolbar width calculation with comctl32.dll...
2008-05-08  Vadim Zeitlincompilation fix after switch to using std::string in...
2008-05-07  Paul Cornettuse PNGAPI if it is defined
2008-05-07  Julian SmartAdded const when writing XPMs to avoid gcc warnings
2008-05-06  Václav Slavíkcompilation fixes for !wxUSE_FONTMEM case
2008-05-06  Václav Slavíkremoved wxDCWindowImpl::m_win; use wxDCImpl::m_window...
2008-05-06  Václav Slavíkuse const char*, not char*, for embedded XPMs to fix...
2008-05-05  Vadim Zeitlindump totals as well as averages when gatheting statistics
2008-05-05  Václav Slavíkfixed   handling in wxHtmlWinParser, broken by...
2008-05-05  Julian SmartReverted patch 1906896 because it broke prgrammatic...
2008-05-05  Julian SmartUse fallback when passing -1 for point size (as allowed...
2008-05-04  Stefan Csomorfixing memory leaks on three levels (bug report 1905138)
2008-05-04  Václav Slavíkcheck tables width parameter for invalid values
2008-05-04  Václav Slavíkfixed incorrect handling of end iterator in HtmlizeLine...
2008-05-03  Julian SmartFixed [ 1905777 ] Defining default accelerators for...
2008-05-03  Julian SmartApplied patch [ 1906896 ] Fix for bug #1906223 and...
2008-05-03  Julian SmartMade bullet page more compact
2008-05-03  Julian SmartDon't trigger kill focus event twice
2008-05-03  Vadim Zeitlinreplaced test for inexistent wxUSE_LOCALE with the...
2008-05-03  Vadim Zeitlindon't return junk from wxHtmlTag::GetParamAsInt() if...
2008-04-30  Robert RoeblingAdded constructor to wxGCDC from wxPrinterDC
2008-04-30  Robert RoeblingUse cairo_scale() for scaling to full printing resoluti...
2008-04-29  Stefan Csomoradding impl for Create( wxPrinterDC
2008-04-29  Robert RoeblingTried to transform wxGC like wxDC, failed
2008-04-29  Julian SmartAdded a wxRichTextCtrl-specific caret implementation...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-28  Vadim Zeitlinadded wxQueueEvent() avoiding the bug of wxPostEvent...
2008-04-28  Robert RoeblingCheck for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459...
2008-04-28  Stefan Csomoradapted Julian's new speed improved version
2008-04-28  Vadim Zeitlinfix wxTextCtrl::operator<<('\n') in Unicode build ...
2008-04-28  Vadim Zeitlinfix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl...
2008-04-27  Julian SmartBug fix for empty objects
2008-04-27  Julian SmartFurther wxRichTextCtrl performance improvements
2008-04-27  Vadim Zeitlinuse GLX_DOUBLEBUFFER if no attributes were specified...
2008-04-27  Vadim Zeitlinno real changes, clarified the usage of WX_GL_DOUBLEBUF...
2008-04-26  Julian SmartFixed quotation mark input/output
2008-04-25  Robert RoeblingFix linking problem
2008-04-25  Robert RoeblingMade wxCairo graphics code compile again, wxGraphicsBit...
2008-04-25  Robert RoeblingAdded wxDC::CreateGraphicsContext and implemented it...
2008-04-24  Václav SlavíkFixed handling of transparent background in borderless...
2008-04-24  Julian SmartMade performance acceptable for editing large paragraph...
2008-04-24  Julian SmartFurther optimizations
2008-04-24  Václav Slavíkadded missing "
2008-04-23  Kevin OllivierEnsure popup menus can display sub-menus.
2008-04-23  Vadim Zeitlinprevent all our windows from being destroyed in wxApp...
2008-04-23  Paul Cornettrestore caching of WM frame extents
2008-04-23  Julian SmartFurther performance optimizations
2008-04-23  Jouk JansenUpdate OpenVMS compile support
2008-04-22  Vadim Zeitlinmake wxDir::Has{Files,SubDirs}() const
2008-04-22  Václav Slavíkrestored wxOKlibc() for wxGTK1's use
2008-04-22  Julian SmartTwo bug fixes for FindWrapPosition
2008-04-21  Robert Roebling[ 1944519 ] improve left down event handling for wxPopu...
2008-04-21  Václav Slavíkuse iterators in HtmlizeLinebreaks()
2008-04-21  Robert Roebling[ 1907169 ] GTK - trunk - dialog default button, part...
2008-04-21  Julian SmartSpeeded up wrapping (again), this time using partial...
2008-04-21  Václav Slavíkpreserve TAB characters when copying HTML <pre> content...
2008-04-21  Vadim Zeitlinsuppress unused parameter warning in release build
2008-04-20  Paul Cornettfix child window redraw glitches during scrolling ...
2008-04-20  Václav Slavíkimplement wxLIST_AUTOSIZE support in wxMac's wxListCtrl
2008-04-20  Václav Slavíkfixed wxMac's wxListCtrl::SetColumnWidth(-1, ...) to...
2008-04-20  Julian SmartFix for slow first character insertion
2008-04-20  Václav Slavíkfixed wxHyperlinkCtrl XRC handler to not crash
2008-04-19  Paul Cornettdon't reset m_deferShow if Show() is called more than...
2008-04-19  Robert RoeblingFixed wxDatePickerCtrl under OS X
2008-04-19  Václav Slavíksource files are not executable
2008-04-19  Václav Slavíkfixed wxString::Replace() to work directly on m_impl...
2008-04-18  Stefan Csomor1945421 applied
2008-04-18  Robert RoeblingLayout improvements for CalendarCtrl
2008-04-18  Robert RoeblingBring wxSpinCtrl closer to HIG
2008-04-18  Robert RoeblingImprove default size calc of wxComboBox
2008-04-17  Robert Roebling[ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified
2008-04-17  Robert RoeblingPatches-1940222 ] wxTextCtrl and keydown on fully selec...
2008-04-17  Robert Roebling[ 1942756 ] wxImage:SaveFile() returns true instead...
2008-04-17  Michael WetherellWork around another buggy getgrgid_r.
2008-04-17  Jouk Jansen Update OpenVMS compiles support
2008-04-16  Václav Slavíkremoved no longer needed wxOKlibc() helper
2008-04-15  Vadim Zeitlinexecute the usual cleanup code from EVT_END_SESSION...
2008-04-15  Vadim Zeitlinadd possibility to specify the conversion to use in...
2008-04-14  Robert RoeblingSupport bitmaps and text and header columns using wxIma...
2008-04-14  Robert RoeblingUse scoped ptr template
2008-04-14  Robin DunnAlso set wxHAVE_RAW_BITMAP for Mac and GTK2, use it...
2008-04-14  Robert RoeblingAdded bitmap support to column header
2008-04-14  Robert RoeblingCorrect weak ref usage which triggered an assert
2008-04-13  Vadim Zeitlinfix crashes due to missing npos handling in several...
2008-04-13  Václav Slavíkfixed incorrect layout width caching in wxHtmlContainer...
2008-04-13  Václav SlavíkwxDFB compilation fixes after recent brushes/pens chang...
2008-04-13  Vadim Zeitlinremoved a TODO comments, it actually doesn't seem neces...
2008-04-12  Vadim Zeitlinno real changes but replace manual calls to Set{Text...
2008-04-12  Vadim Zeitlintest for pen validity before calling GetStyle() on...
2008-04-12  Robert RoeblingFix crash when deleting node
2008-04-12  Robert RoeblingCorrected/added support for column headers with icon...
2008-04-12  Vadim Zeitlindon't use wxLocale if wxUSE_LOCALE==0
2008-04-12  Vadim Zeitlindon't stop on NULs in Replace()
2008-04-12  Vadim Zeitlintest that iterator is valid before comparing with it...
2008-04-12  Vadim Zeitlinfix bugs introduced in wxCmdLineParser::ConvertStringTo...
2008-04-12  Vadim ZeitlinwxThread::Sleep() is the same as wxMilliSleep() on...
next