]> git.saurik.com Git - wxWidgets.git/history - include/wx
Don't make full copy of string in wxThreadEvent::Clone().
[wxWidgets.git] / include / wx /
2010-01-19  Václav SlavíkDon't make full copy of string in wxThreadEvent::Clone().
2010-01-18  Stefan Csomoravoiding Insert shadowing superclass methods, closes...
2010-01-18  Vadim ZeitlinAdd wxIsascii() function and use it instead of isascii...
2010-01-18  Vadim ZeitlinOnly disable use of non-ANSI functions in strict ANSI...
2010-01-14  Vadim ZeitlinNo real changes, just fix a typo in comments and docume...
2010-01-11  Stefan Csomoradding protocol support for 10.6
2010-01-10  Kevin OllivierRemove duplicate fields in wxTextCtrl / wxTextEntry...
2010-01-09  Kevin OllivierImplement native OS X ComboBox for OS X Cocoa, and...
2010-01-07  Jaakko SalliImproved documentation for wxPGProperty::DoSetAttribute()
2010-01-07  Jaakko SalliFixed deprecation message (brings include file in line...
2010-01-07  Paul Cornettremove unused function GetGdkVisual()
2010-01-07  Paul Cornettdefer creating bitmap representation until it is needed
2010-01-07  Vadim ZeitlinImprove hit detection in wxMSW wxTreeCtrl with wxTR_FUL...
2010-01-04  Vadim ZeitlinFix wxConvAuto behaviour when it is used by wxTextInput...
2010-01-04  Vadim ZeitlinMake calling wxLog::IsAllowedTraceMask() safe during...
2010-01-04  Stefan Csomorfixing include type
2010-01-04  Stefan Csomoradding kqueue define for xcode builds
2010-01-04  Stefan Csomorfixing include types
2010-01-04  Kevin OllivierGet the OS X Cocoa native combobox building by having...
2010-01-03  Kevin OllivierDon't use a destroy event handler to disconnect the...
2010-01-03  Stefan Csomorcorrecting error message
2010-01-02  Václav SlavíkAdded wxAutoOleInterface<T> template.
2010-01-02  Mattia Barbon Build with WXINTL_NO_GETTEXT_MACRO defined.
2009-12-31  Vadim ZeitlinAdd wxWinVersion_7 to the private wxMSW wxWinVersion...
2009-12-30  Kevin OllivierTo support playing async sounds on the stack on Mac...
2009-12-30  Michael WetherellSupport large files with stdio on mingw.
2009-12-29  Jaakko SalliChanged wxPropertyCategory to use same cell rendering...
2009-12-27  Vadim ZeitlinReturn the kind of cells span from wxGrid::GetCellSize().
2009-12-27  Vadim ZeitlinOverride some methods in wxF(F)ileStream to resolve...
2009-12-26  Vadim ZeitlinTake into account the initial buttons state when creati...
2009-12-26  Vadim ZeitlinDon't forward declare wxSystemColour enum.
2009-12-26  Jaakko SalliReplaced 'InlineHelp' property attribute with 'Hint...
2009-12-26  Jaakko SalliAdded wxComboCtrl::SetHint(), GetHint()
2009-12-25  Kevin OllivierRemove the native toolbar from the frame in Destroy...
2009-12-25  Stefan Csomorremoving event handlers on non-owned windows when the...
2009-12-25  Jaakko SalliAdded wxComboCtrlBase::SetFore/BackgroundColour()
2009-12-25  Stefan Csomorfixing parameter names
2009-12-22  Michael WetherellAdd support for large stdio files for VC 8+. What versi...
2009-12-22  Jaakko SalliAdded wxPropertyGrid::SetUnspecifiedValueAppearance...
2009-12-22  Vadim ZeitlinFinally really correct background erasing for wxMSW...
2009-12-21  Jaakko SalliAdded wxMSW wxChoice::GetClassDefaultAttributes(),...
2009-12-20  Jaakko SalliAdded wxPropertyGrid::GetUnspecifiedValueText(). Use...
2009-12-19  Jaakko SalliAdded wxWindowMSW::MSWGetThemeColour(); initially use...
2009-12-18  Vadim ZeitlinDon't draw over dummy separators in MSW toolbar, just...
2009-12-18  Vadim ZeitlinNo real changes, just change type of MSWGetBgBrush...
2009-12-18  Vadim ZeitlinDon't force themed background for wxToolBar under MSW...
2009-12-17  Vadim ZeitlinAlways use FVIRTKEY for the accelerators under MSW.
2009-12-15  Václav Slavíkcompilation fix for wxUSE_IMAGE=0 case
2009-12-14  Jaakko SalliAlways refresh the editor when setting property value...
2009-12-14  Vadim ZeitlinRestore correct access to wxGenericStaticText::Set...
2009-12-13  Jaakko SalliAdded wxPropertyGridManager header support; Refactored...
2009-12-12  Stefan Csomorrearranging contentview, adding toolbar
2009-12-12  Jaakko SalliGenerate wxPropertyGrid splitter (column divider) event...
2009-12-10  Vadim ZeitlinAdd support for stretchable spaces to wxToolBar.
2009-12-10  Vadim ZeitlinRename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}.
2009-12-10  Vadim ZeitlinNo changes, just refactor wxToolBarToolBase ctors.
2009-12-10  Vadim ZeitlinNo changes, just slightly simplify the tool insertion...
2009-12-09  Peter CawleyRewrote wxRibbonPage realisation and layout code to...
2009-12-09  Kevin OllivierAdd OSX prefix, and be clear that this is OS X only...
2009-12-08  Vadim ZeitlinMake wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrie...
2009-12-08  Vadim ZeitlinDon't override DoGetBestSize() in wxGenericStaticText...
2009-12-08  Vadim ZeitlinImplement wxWindow::DoGetBorderSize() in the trivial...
2009-12-08  Julian SmartSpeed up adding pages during freezing
2009-12-07  Vadim ZeitlinMove wxMSW wxTextCtrl::GetDefaultAttributes() to wxText...
2009-12-07  Vadim ZeitlinAdd semi-public wxDynamicLibrary::MSWGetModuleHandle().
2009-12-07  Kevin OllivierAdd wxTLW::SetModified to allow apps to set the TLW...
2009-12-06  Vadim ZeitlinMinor corrections to ToWChar() comment.
2009-12-06  Vadim ZeitlinFix wxFD_CLR() definition for Intel compiler under...
2009-12-05  Paul Cornettminor cleanup
2009-12-05  Paul Cornettremove unnecessary DoGetBestSize
2009-12-05  Paul Cornettsimplify Enable()
2009-12-05  Vadim ZeitlinImplement wxNativeContainerWindow::IsShown() for MSW.
2009-12-05  Vadim ZeitlinAdd support for MSW unique volume names to wxFileName.
2009-12-03  Paul Cornettmake access for virtuals match base
2009-12-02  Paul Cornettmake array data fully const
2009-12-02  Paul Cornettuse const_cast where appropriate
2009-12-02  Paul Cornettcheck for self assignment in operator=
2009-12-01  Bryan PettyForward-port of r62758 (Added wxHtmlEasyPrinting name...
2009-12-01  Paul Cornettremove m_backing_window member, to keep people from...
2009-12-01  Vadim ZeitlinAdd wxOSX_10_6_AND_LATER macro and use it.
2009-12-01  Paul Cornettremove unused data member
2009-11-30  Vadim ZeitlinFix compilation in wxUSE_STL==1 case broken by r62738.
2009-11-28  Vadim ZeitlinAllow calling wxStrchr() with a narrow string and wide...
2009-11-27  Vadim ZeitlinDefine wxUSE_CAIRO in wx/chkconf.h to ensure that it...
2009-11-27  Vadim ZeitlinAllow changing horizontal alignment of numeric cells...
2009-11-27  Vadim ZeitlinAdd symbolic constant wxALIGN_INVALID and use it instea...
2009-11-26  Kevin OllivierBuild fix for OS X <= 10.5.
2009-11-26  Kevin OllivierAllow OS X Cocoa (or any OS X port) to override GetBest...
2009-11-26  Kevin OllivierAdd CheckSpelling support for OS X Cocoa, make sure...
2009-11-26  Vadim ZeitlinMake wxFileDialog::Set/SetPath() behave consistently.
2009-11-26  Vadim ZeitlinNo changes, just avoid overriding GetNativeFontInfoDesc...
2009-11-24  Vadim ZeitlinEnable wxGraphicsContext and related classes by default...
2009-11-23  Julian SmartMade Unicode the default in symbols dialog.
2009-11-22  Vadim ZeitlinDefine wxNO_RTTI if RTTI support is disabled for g...
2009-11-21  Jaakko SalliUnified meaning of wxTypeIdentifier in RTTI and RTTI...
2009-11-19  Jaakko SalliFixed builds without wxHAS_EVENT_BIND (typeinfo.h inclu...
2009-11-19  Jaakko SalliAdded typeinfo.h which implements wxTypeId, using C...
2009-11-18  Kevin OllivierForward port of r60190 (wxMSW Cairo support) to trunk.
2009-11-18  Vadim ZeitlinFix harmless g++ warning about using NULL for non-pointer.
2009-11-16  Robin DunnAdd some missing commas. Fixes #11443
next