wxWidgets.git
2012-06-30  Paul Cornettsupport for GTK3
2012-06-30  Vadim ZeitlinForce wide char environment version initialization...
2012-06-30  Vadim ZeitlinAdd a unit test verifying that wxSpinCtrl ctor doesn...
2012-06-30  Vadim ZeitlinUse wxString::t_str(), not fn_str(), with Windows API...
2012-06-30  Vadim ZeitlinDefine wxEntry() with WinMain-compatible signature...
2012-06-30  Vadim ZeitlinUse bitmaps from resources by default in wxGTK under...
2012-06-30  Vadim ZeitlinAdd wxRibbonBar::DeletePage() and ClearPages() methods.
2012-06-30  Vadim ZeitlinUpdate debugging macros overview in the docs.
2012-06-30  Vadim ZeitlinCreate wxStaticBoxSizer elements as children of wxStati...
2012-06-30  Vadim ZeitlinDon't hard code horizontal border for wxStaticBox in...
2012-06-30  Vadim ZeitlinFix vertical offset for wxGTK wxStaticBox without label.
2012-06-29  Vadim ZeitlinFix generation of wxEVT_CHAR in wxMSW wxComboBox.
2012-06-29  Jouk JansenAdd wxUSE_COMPILER_TLS to OpenVMS setup file
2012-06-28  Stefan Csomorunconditionally include coretext-replacement function...
2012-06-28  Vadim ZeitlinFix off by 1 error in wxHTML font size from points...
2012-06-28  Robin DunnInterface fix for Phoenix
2012-06-26  Robin DunnDon't hide the m_mm_to_pix_x and m_mm_to_pix_y in the...
2012-06-26  Robin DunnAdd missing parent classes
2012-06-25  Stefan Csomoradding new API needed for screenshots as old method...
2012-06-25  Julian SmartFix for page break problem: fixes #14429
2012-06-24  Paul Cornettupdate size hints when decoration size becomes known...
2012-06-24  Paul Cornettimplement wxCairoContext::GetPartialTextExtents for...
2012-06-23  Vadim ZeitlinClarify wxFileOffset description a bit.
2012-06-23  Paul Cornettproperly handle stupidly small maximum size hints
2012-06-23  Robin DunnAdd simple document for wxGUIEventLoop
2012-06-22  Paul Cornettfix SetSizeHints when wxDefaultSize is given for min...
2012-06-21  Julian SmartFixed #14429: Printing a large table in wxRichTextCtrl...
2012-06-21  Julian SmartPrevent index access error
2012-06-21  Julian SmartCompilation fix
2012-06-21  Vadim ZeitlinDon't call gtk_window_set_geometry_hints() if there...
2012-06-20  Vadim ZeitlinAdd MSVS autoexp.dat fragment for some common wxWidgets...
2012-06-20  Vadim ZeitlinUse wx/msw/winundef.h for wxGTK under Windows too.
2012-06-20  Vadim ZeitlinNo real changes, just simplify wxGDIPlusContext::GetTex...
2012-06-20  Vadim ZeitlinFix text extent computation in wxMSW wxGraphicsContext.
2012-06-20  Vadim ZeitlinAdd missing c_str() and similar calls to samples in...
2012-06-20  Vadim ZeitlinUse C, not C++, comments in wx/gtk/chkconf.h.
2012-06-20  Robin DunnInterface tweaks for Phoenix
2012-06-20  Stefan Csomormake sure native font exists, before asking about fixed...
2012-06-20  Stefan Csomorusing UTType constants wherever possible to avoid typos...
2012-06-18  Stefan Csomorsupporting promised file urls for transfer, see #14281
2012-06-18  Julian SmartFixed #14417: wxRichTextCtrl crashes on LoadFile
2012-06-18  Paul Cornettbuild fix for wxUSE_STL==1
2012-06-18  Stefan Csomorsupporting promised file urls for transfer, see #14281
2012-06-18  Robin DunnInterface fixes for Phoenix
2012-06-17  Vadim ZeitlinFixes for building wxGTK under Cygwin.
2012-06-17  Vadim ZeitlinDisable creation of wxDIB from wxBitmap in non-wxMSW...
2012-06-17  Vadim ZeitlinMove wxBell() from base to core library.
2012-06-17  Vadim ZeitlinDisable options that don't work with wxGTK in wx/chkconf.h.
2012-06-17  Vadim ZeitlinDefine wxGTK GTK version symbols in GTK-specific setup.h.
2012-06-17  Vadim ZeitlinDon't use Unix-specific wxGTK utility functions under...
2012-06-17  Vadim ZeitlinProvide wxGetKeyState() studfor wxGTK under Windows.
2012-06-17  Vadim ZeitlinAdd wxUSE_COMPILER_TLS to allow disabling compiler...
2012-06-17  Paul Cornettupdate version check for glib 2.32
2012-06-15  Vadim ZeitlinNo real changes, just use wxSize::Get{Width,Height...
2012-06-15  Vadim ZeitlinRemove unnecessary base class OnPaint() call from wxGen...
2012-06-15  Vadim ZeitlinRemove left over conflict markers from documentation.
2012-06-15  Vadim ZeitlinFix compilation of MSW wxFSVolume with non-wxMSW ports.
2012-06-15  Vadim ZeitlinFix harmless MSVC warning about converting pointer...
2012-06-15  Vadim ZeitlinOnly use Unix sockets API under Unix in wxGTK.
2012-06-15  Stefan Csomortrying to improve appearance of gridcelltexteditor...
2012-06-15  Stefan Csomoravoid idling in native file dialogs
2012-06-15  Stefan Csomorbetter naming wxCFEventLoopPauseIdleEvents
2012-06-15  Stefan Csomorusing suppression of idle processing (delayed destructi...
2012-06-15  Stefan Csomoroffer suppression of idle processing (delayed destructi...
2012-06-14  Stefan Csomorsetting debug level explicitly
2012-06-14  Stefan Csomorcleanup for 10.5 minimum
2012-06-14  Stefan Csomorclang analyzer support specific for OSX
2012-06-14  Stefan CsomorFixedWith support through CoreText
2012-06-14  Stefan Csomorusing CoreText under iOS
2012-06-14  Stefan Csomorguarding agains NULL
2012-06-14  Stefan Csomorguard XTI
2012-06-14  Stefan CsomorCoreText font enumeration support for iOS
2012-06-14  Stefan CsomorCoreText support for iOS
2012-06-14  Stefan Csomorfixing analyzer warning
2012-06-14  Stefan Csomorremoving superfluous 10.5 checks
2012-06-14  Stefan Csomoras we always have CoreText available under 10.5+, we...
2012-06-14  Stefan Csomorremoving attribute, as assert is not guaranteed not...
2012-06-13  Stefan Csomorusing WX_ATTRIBUTE_NORETURN for asserts
2012-06-13  Stefan Csomoradding WX_ATTRIBUTE_NORETURN support (for functions...
2012-06-13  Robin Dunnminor doc tweak
2012-06-13  Robin DunnFix for compilo on non-PCH builds
2012-06-13  Robin DunnAllow the doxygen command to be used to be specified...
2012-06-13  Robin Dunnupdate comment about SDKs
2012-06-13  Stefan Csomorusing native cocoa method for determining main window...
2012-06-13  Stefan Csomorexposing mainWindow for C++
2012-06-13  Stefan Csomorindicating the memory ownership of our c-method for...
2012-06-13  Stefan Csomorsupporting clang memory management annotations
2012-06-13  Stefan Csomoradding explanation for osx and fixing typo
2012-06-13  Stefan Csomorproper init
2012-06-13  Stefan Csomorhaving ONE set of raster-ops starting from 10.5
2012-06-13  Stefan Csomorfixing mem leak
2012-06-13  Stefan Csomorproper braces avoiding potential dangling else resultin...
2012-06-12  Stefan Csomoravoiding dangerous redraw events for windows that are...
2012-06-12  Vadim ZeitlinSlightly improve best size calculation for wxListCtrl...
2012-06-12  Vadim ZeitlinNo real changes, just add a wxCHECK to GetDlgUnitBase().
2012-06-12  Vadim ZeitlinFix crash in wxStaticBox::HandleEraseBkgnd() in wxMSW...
2012-06-12  Vadim ZeitlinOnly use Unix/X11-specific files under Unix in wxGTK.
2012-06-12  Vadim ZeitlinRemove another unneeded TOOLKIT test from the bakefiles.
2012-06-12  Vadim ZeitlinAdd wx/setup.h header for wxGTK build under MSW.
2012-06-12  Vadim ZeitlinCompilation fix in non-PCH build of wxMSW wxStaticBox.
next