undefine not working FSWATCHER from OpenVMS compile setup
[wxWidgets.git] / include /
2010-02-04  Vadim ZeitlinExtract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON.
2010-02-04  Vadim ZeitlinMake wxDataObjectComposite::GetObject() public.
2010-01-31  Jaakko SalliAdded nominal wxPG_PROP_READONLY support for editor...
2010-01-31  Stefan Csomorsupporting clipboard command shortcuts on osx_cocoa...
2010-01-29  Vadim ZeitlinDisable wxUSE_FSWATCHER under Unix if neither inotify...
2010-01-28  Vadim ZeitlinDisable wxUSE_OWNER_DRAWN for wxUniv to fix the build.
2010-01-28  Kevin OllivierGet ShowWindowModal behavior working under OS X Cocoa...
2010-01-26  Jaakko SalliwxPGProperty::GetHintText() function body was missing...
2010-01-26  Jaakko SalliFixed wxPGGlobalVars export declaration
2010-01-26  Vadim ZeitlinAdd wxTreeCtrl::SelectChildren() method.
2010-01-26  Vadim ZeitlinCompilation fixes for PCH-less build after ownerdraw...
2010-01-26  Vadim ZeitlinMake wxWindow::MSWGetThemeColour() const.
2010-01-25  Stefan Csomorsimplifying code, removing outdated API
2010-01-25  Julian SmartAdded EVT_WIZARD_PAGE_SHOWN event for wxWizard, to...
2010-01-25  Stefan Csomormake sure we can override GetModality
2010-01-24  Vadim ZeitlinCompilation fix after ownerdraw-refactor branch merge.
2010-01-24  Václav SlavíkFixed dialog units <-> pixels conversion.
2010-01-24  Vadim ZeitlinOverride IsSeekable() in wxString{Input,Output}Stream...
2010-01-24  Vadim ZeitlinCorrect bug with returning 0 for non-empty input from...
2010-01-24  Vadim ZeitlinAdd wxComboBox::Popup() and Dismiss() to manually show...
2010-01-24  Vadim ZeitlinUse a helper wxNEEDS_DECL_BEFORE_TEMPLATE symbol in...
2010-01-24  Vadim ZeitlinApply workaround for wxStrcoll() template for g++ to...
2010-01-23  Kevin OllivierStart on ShowWindowModal for OS X Cocoa. Not working...
2010-01-23  Vadim ZeitlinAdd virtual wxSizer::DoInsert() to replace Insert().
2010-01-23  Vadim ZeitlinImprove wxCheckListBox appearance under Vista/Win7.
2010-01-23  Vadim ZeitlinCorrect drawing of check marks for owner-drawn items...
2010-01-23  Vadim ZeitlinCorrect alignment of menu accelerator strings in owner...
2010-01-23  Vadim ZeitlinUse theme functions for drawing owner-drawn menus.
2010-01-23  Vadim ZeitlinFix calculation of the margins for owner-drawn menu...
2010-01-23  Vadim ZeitlinRefactor owner-drawing code.
2010-01-22  Jouk JansenCorrection on previous commit: statement order corrected
2010-01-22  Jouk JansenGet wxDC defined when nescessary
2010-01-19  Václav SlavíkFix wxMulDivInt32() to round the result like win32...
2010-01-19  Václav SlavíkMake ConvertPixelsToDialog() and ConvertDialogToPixels...
2010-01-19  Václav SlavíkAdd wxThreadEvent::SetPayload<T>().
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().
next