wxWidgets.git
2009-10-05  Vadim ZeitlinSmall code cleanup in wxWindowGTK::PostCreation().
2009-10-05  Vadim ZeitlinAdded GTKShouldConnectSizeRequest() to prevent size_req...
2009-10-05  Vadim ZeitlinNo real changes, just removed unnecessary SetInitialSiz...
2009-10-05  Vadim ZeitlinExtract conversion from wx to GtkMessageType in a separ...
2009-10-05  Vadim ZeitlinAdded wxInfoBar::AddButton().
2009-10-05  Vadim ZeitlinMade wxInfoBar::SetFont() change the text message font.
2009-10-05  Vadim ZeitlinInitial wxInfoBar implementation.
2009-10-05  Vadim ZeitlinAdded wxSHOW_EFFECT_NONE.
2009-10-05  Vadim ZeitlinAdded wxICON_NONE to wxICON_MASK.
2009-10-05  Vadim ZeitlinStore canvas attributes in the canvas itself in the...
2009-10-05  Vadim ZeitlinMinor cleanup and copyright updates in the dialogs...
2009-10-05  Vadim ZeitlinUse member variable instead of a global in the dialogs...
2009-10-05  Vadim ZeitlinPartially implement wxTextCtrl::GetStyle() in wxGTK.
2009-10-05  Kevin OllivierFix the line endings to be CRLF after the property...
2009-10-05  Kevin OllivierSetting eol-style property to CRLF for some project...
2009-10-05  Jouk Jansenconfigure stc support for OpenVMS
2009-10-05  Jouk Jansenset up for OpenVMS richtext & regex and add more sample...
2009-10-04  Václav Slavíkfixed wxXmlDocument::Save() to interpret the indentstep...
2009-10-04  Jaakko SalliChanged the ultimate fall-back popup window classes...
2009-10-04  Paul Cornettadd missing break
2009-10-04  Robin Dunnexclude SWIG generated files from being checked
2009-10-03  Stefan Csomorcommenting never used code
2009-10-03  Paul CornettRemove unused global bitmap, which caused crash on...
2009-10-03  Paul Cornettrevert, checked in the wrong file
2009-10-03  Paul CornettQuickTime is needed by wxBitmap
2009-10-03  Paul CornettRemove unused global bitmap, which caused crash on...
2009-10-03  Jaakko SalliAdded wxDECLARE_ANY_TYPE(CLS, DECL) and documented...
2009-10-03  Jaakko SalliAdded change log entries for major new wxPropertyGrid...
2009-10-02  Stefan Csomorfixing typo
2009-10-02  Stefan Csomoradding construction from native bitmaps
2009-10-02  Stefan Csomoradding NSImage to CGImageRef conversion
2009-10-02  Jaakko SalliAdded note about dangers of adding and deleting items...
2009-10-02  Jouk JansenFix compilation for wxUniversal
2009-10-01  Jaakko SalliFixed bug: wxEditEnumProperty's initial string value...
2009-10-01  Stefan Csomorfixing setting initial value under osx_cocoa for single...
2009-10-01  Vadim ZeitlinDon't exit on errors in the pre-commit svn hook.
2009-10-01  Vadim ZeitlinRemove old and unused file.
2009-09-30  Stefan Csomoroverriding to allocate an outer autorelease pool
2009-09-30  Stefan Csomorfixing text matrix (dataview custom renderer showed...
2009-09-30  Vadim ZeitlinFix harmless unused parameters warnings.
2009-09-30  Paul Cornettuse proper signature for callback function
2009-09-30  Paul Cornettbuild fix for wxUSE_CONSOLE_EVENTLOOP==0
2009-09-30  Paul Cornettbuild fix for wxUSE_SOCKETS==0
2009-09-30  Stefan Csomorsupport backgroundcolor on osx_cocoa
2009-09-30  Julian SmartApplied #11260 (found a regression while checking in...
2009-09-30  Vadim ZeitlinCorrect checks for conversion success in wxUniChar.
2009-09-29  Václav Slavíkfix message box icons sizes in wxWindowsArtProvider...
2009-09-29  Jaakko SalliRemoved dst buffer delete responsibility from wxAnyValu...
2009-09-29  Julian Smart#11259: Correction for bad help button on OSX
2009-09-29  Julian SmartAdded help button
2009-09-29  Julian SmartContext menu now created in constructor; old context...
2009-09-28  Bryan PettyForward port of r62191 to SVN trunk fixing regression...
2009-09-28  Julian SmartMoved WinPrinter from private.h to printdlg.cpp.
2009-09-28  Paul Cornettlinking fix for wxUSE_VALIDATORS==0
2009-09-28  Paul Cornettbuild fix for wxUSE_SOCKETS==0
2009-09-28  Julian SmartApplied #9076 (scrolling bars grow box fix)
2009-09-28  Jaakko SalliDo not use wxS in array of const wxChar*
2009-09-28  Jaakko SalliwxUSE_THREAD -> wxUSE_THREADS
2009-09-28  Julian SmartAttempt at compile fix
2009-09-27  Jaakko SalliUse long double instead of double in wxAnyValueBuffer...
2009-09-27  Jaakko SalliAdded function and member function pointers in wxAnyVal...
2009-09-27  Jaakko SalliMake sure there are no memory alignment issues with...
2009-09-27  Jaakko SalliDo not process editor control events when propgrid...
2009-09-27  Jaakko SalliStore property name and value in wxPropertyGridEvent...
2009-09-27  Jaakko SalliwxFontProperty: Added support for wxFONTFAMILY_TELETYPE...
2009-09-26  Julian SmartApplied modified #10655 (Added Cookie (receive) support...
2009-09-26  Stefan Csomoradding ProcessPendingEvents as ProcessIdle doesn't...
2009-09-26  Vadim ZeitlinNo real changes, just small cleanup in wxMac wxDVC.
2009-09-26  Vadim ZeitlinUse FWD version of DLL export macro in forward declaration.
2009-09-26  Vadim ZeitlinFixed wxDataViewCtrl::Set{Foreground,Background}Colour...
2009-09-26  Vadim ZeitlinDon't hard code white background colour in generic...
2009-09-26  Vadim ZeitlinUse default composite controls attributes for wxDataVie...
2009-09-26  Vadim ZeitlinMove wxControl::GetCompositeControlsDefaultAttributes...
2009-09-26  Vadim ZeitlinFix harmless warning about -1 to WPARAM conversion.
2009-09-26  Stefan Csomorreducing key event handling complexity
2009-09-26  Vadim ZeitlinDon't use invalid pen in wxDCImpl::DoGradientFillConcen...
2009-09-26  Vadim ZeitlinUse checked bitmap for menu items under Vista.
2009-09-26  Vadim ZeitlinFix another off-by-1 bug in wxMBConv::ToWChar().
2009-09-26  Vadim ZeitlinNo changes, just convert file to UTF-8.
2009-09-26  Vadim ZeitlinRefactor wxStyledTextCtrl to share common file save...
2009-09-26  Vadim ZeitlinCompilation fix for non-MSW: don't use ProcessCommand().
2009-09-26  Stefan Csomorcleaning up key handling, closes #10406
2009-09-26  Jaakko SalliHave wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDO...
2009-09-25  Stefan Csomorusing native key handling, closes #10406
2009-09-25  Stefan Csomorusing common notification mechanism for selection chang...
2009-09-25  Julian SmartRaise the scrollbars on reparenting (part of patch...
2009-09-25  Julian SmartApplied #8804 ([wxMac] wxSpinCtrl behaviour)
2009-09-25  Julian SmartApplied #8697 (Improve error detection for MacFindFont )
2009-09-25  Julian SmartApplied #11238: Wrong text positioning if fonts with...
2009-09-25  Julian SmartApplied #10007: SetWindowGroupParent hangs in Mac Carbo...
2009-09-25  Julian SmartApplied #10753: WarpPointer() for Mac
2009-09-25  Julian SmartApplied #9011: Native wxListCtrl::HitTest on OS X
2009-09-25  Julian SmartApplied #9520: Fix to allow repeated use of wxFileDialo...
2009-09-25  Julian SmartApplied #10858: wxListCtrl on Mac does not route Freeze...
2009-09-25  Julian SmartRemoved comment
2009-09-25  Julian SmartApplied #9481: submenus for help menu
2009-09-24  Julian SmartAdded missing const
2009-09-24  Julian SmartApplied #10917: wxGTK wxFileDialog::SetDirectory and...
2009-09-24  Julian SmartApplied part of #10034: wxImage::ConvertToDisabled()
2009-09-24  Julian SmartwxDateTime timezone functions now dynamic (no caching).
next