]> git.saurik.com Git - wxWidgets.git/history - include
Add wxWebKitNewWindowEvent
[wxWidgets.git] / include /
2008-05-28  Robin DunnAdd wxWebKitNewWindowEvent
2008-05-27  Vadim Zeitlinthere is no std::wostream under Palm (part of ticket...
2008-05-27  Robert RoeblingNative wxBitmapComboBox patch for GTK+
2008-05-27  Robert RoeblingClear columns on destruction
2008-05-27  Robert RoeblingReapply wxWeakRef patch again
2008-05-27  Robert RoeblingUse wxWindowRef to hold pointer to default button
2008-05-25  Robert RoeblingDefer SetHorizontalExtent to idle, also fixes (wxListBo...
2008-05-24  Robert RoeblingDont send spin text update event from SetValue()
2008-05-23  Vadim Zeitlinimprove wxMessageOutputBest console output under Window...
2008-05-23  Robert RoeblingMove event generation code for multiple selection mode...
2008-05-23  Robert RoeblingRemove deprecated methods
2008-05-22  Stefan NeisLinker fix for non-PM builds.
2008-05-22  Robert RoeblingRemove m_blockEvents and use Disable/Enable instead...
2008-05-22  Vadim Zeitlinadd back wxChoice::DoGetBestSize() removed by the previ...
2008-05-22  Vadim Zeitlinadded wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
2008-05-21  Václav Slavíkfixed compilation with DirectFB 0.9
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-20  Stefan Csomormake independent from carbon
2008-05-20  Julian SmartCOnversion of some common font names to current platform
2008-05-20  Stefan Csomorallows resetting color of text to black, closes #4826
2008-05-19  Robert RoeblingMissing header
2008-05-18  Vadim Zeitlinuse GtkComboBox instead of deprecated GtkOptionMenu...
2008-05-17  Vadim Zeitlin(blind) fixes for PCH-less build after r53626
2008-05-17  Vadim Zeitlinfix gcc warnings about not calling the base class ctors...
2008-05-17  Vadim Zeitlinallow loading wxAnimationCtrl contents from stream...
2008-05-17  Vadim Zeitlinadded language info for Northern Sami (patch 1964036)
2008-05-17  Vadim Zeitlinnative wxBitmapComboBox implementation for MSW (patch...
2008-05-17  Julian SmartFixed common style collection and superscript/subscript...
2008-05-17  Václav SlavíkwxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv...
2008-05-17  Stefan NeisFixed wxWindowOS2::Reparent.
2008-05-16  Stefan NeisEnsure that wxApp::Yield is always processing pending...
2008-05-16  Robert RoeblingOption for variable line heights (MSW and GTK+ sofar)
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-05-15  Robert Roebling[ 1960295 ] wxWeakRef - Reorganization and comments
2008-05-12  Vadim Zeitlinadd wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG...
2008-05-11  Vadim Zeitlinmake GetUsageString() public, this is useful at least...
2008-05-11  Paul Cornettprevent crash if panel/kicker is killed, bug 1872724
2008-05-11  Vadim Zeitlintake const wxConfig object in wxDocManager::FileHistory...
2008-05-11  Vadim Zeitlininclude wx/timer.h for wxUSE_GUI==0 now that timers...
2008-05-11  Vadim Zeitlinshow resize grip on resizeable dialogs (slightly modifi...
2008-05-11  Bryan PettyReplaced @returns with @return for more standard comman...
2008-05-10  Paul Cornettremove extra semicolons, correct virtual access
2008-05-10  Paul Cornettnon-pch build fixes, after r53535
2008-05-10  Francesco Montorsigive a name to the unnamed enum to make it easier to...
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-05-09  Václav Slavíkfixed wxMac compilation after ShowWithEffect() changes...
2008-05-08  Vadim Zeitlinextracted wxWrapSizer in separate files and somewhat...
2008-05-08  Václav Slavíkchanged ShowWithEffects() to use directional wxSHOW_EFF...
2008-05-08  Vadim Zeitlinadd wxSizer::SetDimension() overload taking wxPoint...
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 Zeitlindon't redeclare vsscanf() for Windows compilers, the...
2008-05-07  Vadim Zeitlinuse std::[w]string for wxString implementation unless...
2008-05-06  Robert Roebling[ 1957970 ] wxWeakRef - assign from other wxWeakRef
2008-05-06  Václav Slavíkremoved wxDCWindowImpl::m_win; use wxDCImpl::m_window...
2008-05-02  Vadim Zeitlinadd an assert indicating that old code overriding OnExe...
2008-04-30  Robert RoeblingAdded constructor to wxGCDC from wxPrinterDC
2008-04-29  Chris Elliottadd watcom define HAVE_VSSCANF_DECL (http://article...
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  Vadim Zeitlinfix wxTextCtrl::operator<<('\n') in Unicode build ...
2008-04-27  Julian SmartFurther wxRichTextCtrl performance improvements
2008-04-27  Vadim Zeitlinno real changes, clarified the usage of WX_GL_DOUBLEBUF...
2008-04-25  Robert RoeblingMade wxCairo graphics code compile again, wxGraphicsBit...
2008-04-25  Robert RoeblingAdded wxDC::CreateGraphicsContext and implemented it...
2008-04-24  Julian SmartMade performance acceptable for editing large paragraph...
2008-04-24  Julian SmartFurther optimizations
2008-04-24  Václav Slavíkadded wxString::Clone() and made wxString(wxCStrData...
2008-04-23  Paul Cornettrestore caching of WM frame extents
2008-04-23  Julian SmartFurther performance optimizations
2008-04-22  Vadim Zeitlinmake wxDir::Has{Files,SubDirs}() const
2008-04-22  Robert RoeblingLet wxCommandEvent's copy constr copy its string via...
2008-04-22  Robert RoeblingRemove usused variable
2008-04-21  Robert Roebling[ 1945434 ] Changing method wxComboCtrlBase::DrawButton...
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-20  Václav Slavíkimplement wxLIST_AUTOSIZE support in wxMac's wxListCtrl
2008-04-19  Robert RoeblingFixed wxDatePickerCtrl under OS X
2008-04-18  Vadim Zeitlinadded wxMouseState::GetPosition(), for consistency...
2008-04-18  Vadim Zeitlinmake wxMouseState accessors const; document this class
2008-04-17  Robert Roebling[ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified
2008-04-16  Václav Slavíkremoved no longer needed wxOKlibc() helper
2008-04-16  Václav Slavíkwchar_t is now always required, updated chartype.h...
2008-04-15  Vadim Zeitlinadd possibility to specify the conversion to use in...
2008-04-14  Václav Slavíkmore wxString:[Aa]ppend() overloads for better compatib...
2008-04-14  Robin DunnAlso set wxHAVE_RAW_BITMAP for Mac and GTK2, use it...
2008-04-14  Vadim Zeitlinremoved extra wxCalendarCtrl:: which is ignored by...
2008-04-13  Vadim Zeitlinfix crashes due to missing npos handling in several...
2008-04-13  Václav SlavíkFixed IMPLEMENT_APP() to be compatible with the -WU...
2008-04-13  Vadim Zeitlinallow predefining wxNO_XXX_LIB symbols to avoid implici...
2008-04-12  Robert RoeblingCorrected/added support for column headers with icon...
2008-04-12  Vadim Zeitlinfix bugs introduced in wxCmdLineParser::ConvertStringTo...
2008-04-12  Vadim Zeitlinforward declare wxVideoMode as struct, not class, now...
2008-04-12  Vadim ZeitlinwxThread::Sleep() is the same as wxMilliSleep() on...
2008-04-12  Vadim Zeitlinremove unused wxAppTraits-related files
2008-04-11  Vadim Zeitlinargh, really, really fix Darwin build
2008-04-11  Vadim ZeitlinGetSocketManager() has no GUI-specific version under...
2008-04-11  Vadim Zeitlinalso use AddProcessCallback() and GetSocketManager...
next