wxWidgets.git
2010-01-23  Vadim ZeitlinRefactor owner-drawing code.
2010-01-23  Vadim ZeitlinReturn old, not new, selection from wxMSW wxNotebook...
2010-01-22  Jouk JansenCorrection on previous commit: statement order corrected
2010-01-22  Jouk JansenGet wxDC defined when nescessary
2010-01-20  Kevin OllivierHandle the case of NSNotFound result properly.
2010-01-20  Vadim ZeitlinDisable size grip for TLW status bar if TLW is not...
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íkDon't query metrics that won't be used.
2010-01-19  Václav SlavíkSupport XHTML ' entity.
2010-01-19  Vadim ZeitlinFurther enhancement to the samples overview page.
2010-01-19  Vadim ZeitlinExplain the location of samples better in the samples...
2010-01-19  Vadim ZeitlinDon't set initial size as min size for top level window...
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 Csomormoving GetPageInfo to later stage, closes #11494
2010-01-18  Stefan Csomorswitching to LaunchServices implementation, fixes ...
2010-01-18  Stefan Csomorfixing type for 64 bit, closes #11550
2010-01-18  Stefan Csomoravoiding Insert shadowing superclass methods, closes...
2010-01-18  Stefan Csomorsetting correct 'default' for m_filterIndex, closes...
2010-01-18  Stefan Csomorapplying patch, closes #11309
2010-01-18  Stefan Csomorsetting correct refcon in menus (was incorrectly change...
2010-01-18  Stefan Csomoravoiding double define warning
2010-01-18  Vadim ZeitlinDocument wxCENTRE style for wxMessageDialog.
2010-01-18  Vadim ZeitlinDon't set stretchable spacers size to 0, this doesn...
2010-01-18  Vadim ZeitlinAdd support for stretchable spacers to XRC wxToolBar...
2010-01-18  Vadim ZeitlinCorrect test for parent being on screen in wxTLW::DoCen...
2010-01-18  Vadim ZeitlinInvalidate stored wxTreeItemIds when the corresponding...
2010-01-18  Vadim ZeitlinGenerate wxEVT_KEY_DOWN events for navigation keys...
2010-01-18  Vadim ZeitlinShow the more metrics for the selected font in the...
2010-01-18  Vadim ZeitlinDon't call base class version unnecessarily in wxLogWin...
2010-01-18  Vadim ZeitlinNo changes, just fix an unused parameter warning.
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-16  Paul Cornettupdate docs for wxMAXIMIZE on GTK
2010-01-15  Jaakko SalliWhen checking whether the parent has wxTAB_TRAVERSAL...
2010-01-15  Paul Cornetthonor wxMAXIMIZE frame style, fixes #11631
2010-01-14  Vadim ZeitlinMore wx(Flex)GridSizer constructors documentation impro...
2010-01-14  Vadim ZeitlinMinor corrections to wxFlexGridSizer ctor documentation.
2010-01-14  Stefan Csomorfixing comments, making sure sound always gets the...
2010-01-14  Vadim ZeitlinNo real changes, just fix a typo in comments and docume...
2010-01-13  Jaakko SalliFixed bug: wxPGEditor::SetControlAppearance() was calli...
2010-01-12  Vadim ZeitlinCheck for a function existing in all libpng releases...
2010-01-12  Vadim ZeitlinAdd wx/osx/textentry.h to the list of OS X headers.
2010-01-11  Stefan Csomoradding protocol support for 10.6
2010-01-10  Kevin OllivierRemove duplicate fields in wxTextCtrl / wxTextEntry...
2010-01-10  Robin DunnUse GraphicsContext (if available) for drawing in Surfa...
2010-01-09  Kevin OllivierRebake.
2010-01-09  Kevin OllivierImplement native OS X ComboBox for OS X Cocoa, and...
2010-01-09  Vadim ZeitlinRestore default WM_ERASEBKGND handling for wxMDIParentF...
2010-01-09  Vadim ZeitlinMinor fixes and enhancements to wxWindowID documentation.
2010-01-08  Kevin OllivierRebake.
2010-01-08  Paul Cornettfor file load/save, always try wxImage first, fallback...
2010-01-08  Paul Cornettfix broken #elif
2010-01-08  Kevin OllivierSupport mouse click through as otherwise clicking insid...
2010-01-07  Jaakko SalliImproved documentation for wxPGProperty::DoSetAttribute()
2010-01-07  Jaakko SalliFixed deprecation message (brings include file in line...
2010-01-07  Jaakko SalliDo not use deprecated property attribute wxPG_ATTR_INLI...
2010-01-07  Jaakko SalliFixed a deprecation message
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-07  Vadim ZeitlinGerman translations update from Thomas Krebs.
2010-01-07  Vadim ZeitlinFix typos in IMediaPlayer2 and INSPlay interfaces decla...
2010-01-06  Kevin OllivierForward port 2.8 fix.
2010-01-06  Kevin OllivierFix another line somehow missing from the wxGraphicsBit...
2010-01-05  Stefan Csomoradded zlib directly to dynamic targets
2010-01-05  Paul Cornettremove never-implemented palette support
2010-01-05  Jaakko SalliCall virtual ctrl->GetDefaultAttributes() instead of...
2010-01-05  Stefan Csomoradded zlib directly to dynamic targets
2010-01-05  Stefan Csomoradd zlib only in dynamic build targets
2010-01-05  Vadim ZeitlinBrazilian Portuguese translations updae from Allann...
2010-01-04  Jaakko SalliAllow wxPropertyGridInterface::EnableProperty() to...
2010-01-04  Vadim ZeitlinAdd assert checking that window has no event handlers...
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  Vadim ZeitlinCompilation fix for VC6 after r63061.
2010-01-04  Vadim ZeitlinCorrectly parse times without seconds in wxDateTime...
2010-01-04  Vadim ZeitlinDon't dereference invalid iterator in wxDateTime::Parse...
2010-01-04  Stefan Csomorfixing include type
2010-01-04  Stefan Csomoradding stc support
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-04  Kevin OllivierRebake from clean wx tree.
2010-01-03  Kevin OllivierDon't use a destroy event handler to disconnect the...
2010-01-03  Kevin OllivierCreate a text measuring context until a real context...
2010-01-03  Stefan Csomorcorrecting error message
2010-01-03  Stefan Csomorfixing name collision ocuring in a specific script...
2010-01-03  Václav SlavíkRemoved some outdated compiler checks in OLE code.
2010-01-03  Václav SlavíkRemoved wxClearVariant() and wxReleaseVariant().
2010-01-03  Václav SlavíkMoved wxConvertVariantToOle and wxConvertOleToVariant...
2010-01-03  Stefan Csomorbuilding xcode projects from files.bkl
2010-01-03  Vadim ZeitlinRomanian translation update from Catalin.
2010-01-03  Jaakko SalliAdded missing ResetEditorAppearance() call
2010-01-03  Jaakko SalliIn wxPGEditor::SetControlAppearance() use GetClassDefau...
2010-01-02  Václav SlavíkAdded wxAutoOleInterface<T> template.
2010-01-02  Mattia Barbon Document wxPerl interface differences for wxRichTextCtrl.
2010-01-02  Mattia Barbon Build with WXINTL_NO_GETTEXT_MACRO defined.
2010-01-02  Mattia Barbon Fix method name in wxInfoBar interface.
next