wxWidgets.git
2007-05-15  Václav Slavíkfall back to DirectFB's builtin font if no fonts are...
2007-05-15  Václav Slavíklog missing font directories with wxLogDebug, not wxLog...
2007-05-15  Václav Slavíkignore nonexistent font directories silently
2007-05-15  Václav Slavíkadded explanatory comment
2007-05-15  Vadim Zeitlinuse C++ compiler for va_copy test, at least under IRIX...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-14  Vadim Zeitlincompilation fix
2007-05-14  Vadim Zeitlindjgpp doesn't have wint_t as separate type
2007-05-14  Vadim Zeitlinfixed warning about using deprecated GetTextExtent...
2007-05-14  Vadim Zeitlincompilation fix in GetPixelSize() for wxUSE_GRAPHICS_CO...
2007-05-14  Václav Slavíkfixed too restrictive assert: fonts matching is case...
2007-05-14  Roman Rolinsky- undo/redo fixes for moving and cut/paste;
2007-05-14  Roman Rolinskytypo fix
2007-05-14  David ElliottRemove ObjcPose.h since nothing is using it anymore.
2007-05-14  David ElliottRework idle handling so that NSApplication does not...
2007-05-13  Václav Slavíkcompilation fix for STL implementations that use (const...
2007-05-12  David ElliottMake wxCFRef take a template raw pointer parameter...
2007-05-12  David ElliottImplement NULL-checking wxCFRetain/wxCFRelease as sugge...
2007-05-12  David ElliottAdded cfref.h containing wxCFRef templated CF ref holdi...
2007-05-12  Vadim Zeitlinanother patch bring the docs more up to date (patch...
2007-05-12  Vadim Zeitlinremove gettext docs, they have nothing to do in our...
2007-05-12  Vadim Zeitlinfix for wxUSE_STL=1 build with MSVC8 with _HAS_ITERATOR...
2007-05-12  Vadim Zeitlinmention drop down toolbar buttons
2007-05-12  Václav Slavíkfixed passing of strings to vararg templates in ANSI...
2007-05-12  Stefan NeisFixed typo.
2007-05-12  Václav Slavíkadd test for passing c_str() of temporary wxString...
2007-05-12  Vadim Zeitlingetting text colour using the themes API doesn't seem...
2007-05-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-05-11  Vadim Zeitlinapply the table bg colour between the cells too (patch...
2007-05-11  Vadim Zeitlinfix wxComboCtrl colours under Windows Vista (patch...
2007-05-11  Vadim Zeitlinupdate the samples/platforms which were unchanged since...
2007-05-11  Vadim Zeitlinfix compilation
2007-05-11  Vadim Zeitlintranslate the 'About' string (patch 1717088)
2007-05-11  Vadim Zeitlinavoid truncating the colour channels values, this resul...
2007-05-11  Václav Slavíkuse const wxMBConv& instead of wxMBConv& in public...
2007-05-11  Václav Slavíkavoid conversion to wchar_t* when getting UTF-8 value...
2007-05-11  Václav Slavíkfixed wxSVGFileDC::write() to output UTF-8 even in...
2007-05-11  Vadim Zeitlindon't try to create surfaces of 0 size, even if the...
2007-05-11  Robert Roebling Set call event.SetEventObject() from commit_cb for...
2007-05-11  Vadim Zeitlinuse LRESULT instead of LONG in MSWOnDraw() to fix it...
2007-05-11  Vadim Zeitlindon't try to update TLW default button in WM_SET/KILLFO...
2007-05-11  Mart RaudseppFix indentation from tabs to spaces in a few lines...
2007-05-11  Mart Raudsepp[wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCt...
2007-05-10  Michael WetherellCompile fix.
2007-05-10  Václav Slavíkfixed wxStrto(u)ll to return correct value in endptr
2007-05-10  Vadim Zeitlindeclare variables in the beginning of the block in...
2007-05-10  Václav Slavíktest wxString::Mid() with non-ASCII strings
2007-05-10  Václav Slavíkfixed wxString::Last() to run in O(1), not O(n), in...
2007-05-10  Václav Slavíkfixed creation of wxString from another wxString's...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-05-10  Vadim Zeitlinreplaced more int/longs with wxCoord
2007-05-10  Vadim Zeitlinfixed detection of missing C++ compiler added in last...
2007-05-09  Vadim Zeitlinuse wxCopyRectToRECT instead of duplicating it
2007-05-09  Vadim Zeitlinabort immediately if no C++ compiler was detected inste...
2007-05-09  Vadim Zeitlinrequire libsm-dev, it's needed for KDE/GNOME detection
2007-05-09  Vadim Zeitlinupdate frm Ivan Masar
2007-05-09  Václav Slavíkchanged wxString::StartsWidth/EndsWidth to take wxStrin...
2007-05-09  Václav Slavíkreturn value from wxEditableListBox::Create()
2007-05-09  Václav Slavíktemporary fix for wxDFB compilation in Unicode mode
2007-05-09  Vadim Zeitlintest for round() using C++ compiler, not C one (should...
2007-05-09  Václav Slavíkfixed configarg.cache code to correctly handle multiple...
2007-05-09  Václav Slavíktake into account DirectFB's removal of some command...
2007-05-09  Robert Roebling GTK+ cell renderers are not widget, so use a
2007-05-09  Roman Rolinskyfinal touch for icons - transparency handled by ArtProvider
2007-05-09  Roman Rolinskyuse Tango icons on MAC & MSW;
2007-05-09  Roman Rolinskytango-compliant icons (first try)
2007-05-08  Robert Roebling Beginning to make wxDC code compile both before
2007-05-08  David ElliottProvide wxLaunchDefaultBrowser implementation for wxCocoa.
2007-05-08  David ElliottRemove wxDCBase DeviceToLogical* and LogicalToDevice...
2007-05-08  David ElliottMove wxLaunchDefaultBrowser from BASE to CORE per wx...
2007-05-08  Roman Rolinskyusing Tango icons on Mac
2007-05-08  Roman Rolinskytango icons
2007-05-08  Stefan Csomoradding reference to technote
2007-05-08  Stefan Csomorif it's a separate thread, it's allowed to hang (perf...
2007-05-07  Roman Rolinsky* bugfixes for tree move operations and undo/redo
2007-05-07  David ElliottMove src/cocoa/utils.cpp to src/cocoa/utils.mm.
2007-05-07  Roman Rolinskyiconization of the properties window together with...
2007-05-07  Roman RolinskyYield causes premature redrawing of the test window
2007-05-07  Chris Elliottadd univ files to MGL build
2007-05-07  Robert Roebling [ 1713933 ] docs for wxEditableListBox
2007-05-07  Vadim Zeitlinjust return the min size needed by the sizer for the...
2007-05-06  Robert Roebling More preview code for the DC reorganisation.
2007-05-06  Václav Slavíkfix compation with Watcom after latest vararg templates...
2007-05-06  Vadim Zeitlinfix PCH-less compilation
2007-05-06  Mart RaudseppFix "depreciated" to "deprecated".
2007-05-05  Vadim Zeitlinfix warning about signed/unsigned comparison; use STL...
2007-05-05  Vadim Zeitlinno changes, just deTAbified and fixed really strange...
2007-05-05  Vadim Zeitlinextracted wxAcceleratorEntry code from menucmn.cpp...
2007-05-05  Vadim Zeitlindeclare GetGDKWindow() in wxDC to fix compilation of...
2007-05-05  Vadim Zeitlindon't use deprecated GetTextExtent() overload
2007-05-05  Vadim Zeitlincompilation fix: SetLogicalFunction() is defined in...
2007-05-05  Vadim Zeitlincompilation fix: use DeviceToLogical[XY]() instead...
2007-05-05  Vadim Zeitlinoutput Unicode/UTF-8 settings on a single line
2007-05-05  Paul Cornettsrc/gtk/data.cpp is no longer needed
2007-05-05  Paul Cornettmove definitions from src/gtk/data.cpp to other appropr...
2007-05-05  Robert Roebling Apply [ 1712381 ] CRASH: closing floating panel on GTK
2007-05-05  Václav Slavíkfixed FromUTF8 in ANSI builds
2007-05-05  Paul Cornettadd wxUSE_DRAGIMAGE wrapper
2007-05-05  Václav Slavíkuse utf8_str() in wxDFB
2007-05-05  Václav Slavíkuse FromUTF8() when loading XML, data coming from Expat...
next