wxWidgets.git
2007-05-18  Vadim Zeitlinundid unnecessary renaming of src/msw/evtloop.cpp to...
2007-05-18  Julian SmartAllow negative line spacing
2007-05-17  Paul Cornettgtk version check should be runtime, not compile time
2007-05-17  Václav Slavíkremoved unused iterators ctors
2007-05-17  Robert Roebling Correct landscape printing in wxPageSetupDialog
2007-05-17  Václav Slavíkcompilation fix
2007-05-16  Robin DunnForward port recent changes on the 2.8 branch to HEAD
2007-05-16  Robin DunnApply parts of patch #1719888 to fix compilation on...
2007-05-16  Václav Slavíkfixed CDATA processing to convert the content to output...
2007-05-16  Václav Slavíkreturn const wxString& instead of wxString from the...
2007-05-16  Václav Slavíkfixes for STL build without implicit wxString->char...
2007-05-16  Václav Slavíkwrap all handlers in single extern "C" section instead...
2007-05-16  Stefan NeisMinor cleanup ( _ -> \_ ).
2007-05-16  Václav Slavíkrestored accidentally commented-out code
2007-05-16  Robert Roebling Compilation without threads.
2007-05-16  Jouk Jansen OpenVMS changes
2007-05-16  Robert Roebling [ 1718338 ] wxToolBarGTK: Implement tool right-click...
2007-05-16  Václav SlavíkPCH-less compilation fix
2007-05-16  Václav Slavíkanother PCH-less compilation fix
2007-05-16  Václav SlavíkDo not follow HTML links if selecting text (patch ...
2007-05-16  Paul Cornettneed to invert offsets for gdk_pixbuf_scale;
2007-05-16  Paul Cornettspeed up Rescale 5- to 15-fold by using pixbuf scaling
2007-05-15  Václav Slavíkcompilation fix for PCH-less build
2007-05-15  Václav Slavíkadded missing operators for int and unsigned char
2007-05-15  Václav Slavíkmake operators for comparing wxString and wx[W]CharBuff...
2007-05-15  Václav Slavíkadded operators for comparing wxString to wxCStrData
2007-05-15  Václav Slavíkcompilation fix
2007-05-15  Vadim Zeitlinremoved extra semicolons added by last commit
2007-05-15  Václav Slavíkfixed non-const wxString iterators to work when a chara...
2007-05-15  Vadim Zeitlinadded wxTimer test (now that it works in console applic...
2007-05-15  Václav Slavíkreverted accidental commit
2007-05-15  Václav Slavíkcompilation fixes for --disable-compat28
2007-05-15  Vadim Zeitlinremoved unused any more file (replaced by wxSelectDispa...
2007-05-15  Václav Slavíkfixed HTML entities parsing broken by wxString changes
2007-05-15  Václav Slavíkadded wxSTRING_TEXT() convenience macro for defining...
2007-05-15  Václav Slavíkmake it posible to change the compiler part of objects...
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
next