wxWidgets.git
2010-01-24  Vadim ZeitlinFix bug in wxStringOutputStream unit test.
2010-01-24  Vadim ZeitlinOverride IsSeekable() in wxString{Input,Output}Stream...
2010-01-24  Vadim ZeitlinDocument that wxComboBox::Dismiss() and Popup() generat...
2010-01-24  Vadim ZeitlinCorrect UTF-32BE BOM detection in wxConvAuto.
2010-01-24  Vadim ZeitlinCorrect bug with returning 0 for non-empty input from...
2010-01-24  Vadim ZeitlinCheck the result of ToWChar() call in wxTextInputStream...
2010-01-24  Vadim ZeitlinReplace wxLogWarning()s in wxOSX wxComboBox code with...
2010-01-24  Vadim ZeitlinAdd wxComboBox::Popup() and Dismiss() to manually show...
2010-01-24  Vadim ZeitlinNo changes, just remove the strange "#if 1".
2010-01-24  Vadim ZeitlinFix sending of wxEVT_COMMAND_LIST_COL_DRAGGING events...
2010-01-24  Vadim ZeitlinMove wx/evtloop.h from GUI_CMN_HDR to BASE_CMN_HDR...
2010-01-24  Vadim ZeitlinFix wxHTTPStream::Eof() to return true for empty HTTP...
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 OllivierFix for generic implementation.
2010-01-23  Kevin OllivierFix for non-Mac builds.
2010-01-23  Kevin OllivierRemove assert that was used during testing while changi...
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 ZeitlinAllow to not create wxPaintDC in EVT_PAINT handler...
2010-01-23  Vadim ZeitlinDon't crash when input is empty in wxFileConfig(wxInput...
2010-01-23  Vadim ZeitlinFix off by 1 errors in owner-drawn menu drawing code...
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 ZeitlinSet up menu bitmaps correctly for checkable items.
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...
next