wxWidgets.git
2005-04-10  Vadim Zeitlinmodified AddFile() to copy file to the debug report...
2005-04-10  Vadim Zeitlinsilently ignore NULL pointers in MSWOnMeasureItem(...
2005-04-10  Vadim Zeitlinfixed MSWGetBgBrush() call, it needs a HWND and not...
2005-04-10  Vadim Zeitlindocumented AddText
2005-04-10  Vadim Zeitlinextended wxWindow::MSWGetBgBrush() and wxControl::MSWCo...
2005-04-10  Mattia Barbon Updated PO files for wxWidgets 2.6.
2005-04-10  Václav Slavíksplitted gizmos library into gizmos and gizmos_xrc...
2005-04-10  Vadim Zeitlinmark slider as being transparent, otherwise it has...
2005-04-10  Vadim Zeitlinfixed slider positioning/sizing (especially when ticks...
2005-04-10  Vadim Zeitlindocumented wxSL_BOTTOM, clarified the others
2005-04-10  Vadim Zeitlinput some asserts to check that inconsistent slider...
2005-04-10  Vadim Zeitlinremoved is_vertical check box, it was duplicating the...
2005-04-10  Kevin Hockth4ese -> these in comment
2005-04-10  Vadim ZeitlinGetParent() was always used in test for wxHSCROLL check...
2005-04-10  Vadim Zeitlinundid flags values change, it's not as backwards compat...
2005-04-10  Julian SmartHack to make wxStaticBox be repainted when inside a...
2005-04-10  Vadim Zeitlinmoved wxSL_XXX styles to wx/slider.h; made wxSL_LEFT...
2005-04-10  Vadim Zeitlinunused param warning
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-04-10  Mattia Barbon Check for wxUSE_STD_STRING with #if not with #ifdef,
2005-04-10  Mattia Barbon Check that std::basic_string<wchar_t> actually works...
2005-04-10  Mattia Barbon Correct harmless typos.
2005-04-10  Mattia Barbon Add some missing headers to wxMSW "make install".
2005-04-10  Vadim Zeitlinadded wxCopyRectToRECT()
2005-04-10  Vadim Zeitlinadded HDCClipper() class which automatically unselects...
2005-04-10  Stefan Csomorchanging the defaults to the app font
2005-04-10  Ryan NortonDon't include sys/socket.h on cygwin in windows mode
2005-04-10  Ryan Norton...and msw only of course
2005-04-10  Ryan Nortoncygwin only
2005-04-10  Ryan NortonFixes & Hacks to make sockets compile on CYGWIN with...
2005-04-10  Kevin HockkTXNDoFontSubstitutionMask requires OS X 10.3 (undefine...
2005-04-10  Vadim Zeitlinadded WM_PRINTCLIENT
2005-04-09  Vadim Zeitlinshow 20 lines of stack in assert, this should still...
2005-04-09  Robin DunnOops, added the wrong new methods
2005-04-09  Robin DunnDon't depend on the default formatting of wx.DateTime...
2005-04-09  Robin DunnNew methods added
2005-04-09  Robin DunnEnsure that the results of __str__ and __repr__ are...
2005-04-09  Robin DunnCheck for TypeError too
2005-04-09  Robin DunnDocstring corrected
2005-04-09  Robin DunnPythonNote corrected
2005-04-09  Vadim Zeitlinadded AddText() function (trivial wrapper around AddFil...
2005-04-09  Vadim Zeitlinadded qa library
2005-04-09  Julian SmartLay buttons out on Windows according to conventions...
2005-04-09  Stefan NeisAdded support for toggle button on OS/2.
2005-04-09  Vadim Zeitlinforgot to check in OnItemRClick() declaration (bug...
2005-04-09  Robert Roebling Added switch for mousewheel.
2005-04-09  Ryan NortonGet rid of superflous if statement - taken care of...
2005-04-09  Michael WetherellPatch 1173507 by Stas Sergeev. Allow FindFirst to work...
2005-04-08  Ryan Nortonyet more wxString tests for null chars
2005-04-08  Robin Dunnupdated ReST docs
2005-04-08  Robin Dunnget rid of the old namespace version
2005-04-08  Robin DunnAdded the ActiveGrid IDE as a sample application
2005-04-08  Ryan NortonREWRITE wxStringBase::append and wxString::Replace.
2005-04-08  Robin Dunntypo
2005-04-08  Robin DunnAdd a small delay after the build before the Job moves...
2005-04-08  Robin DunnPatch from Will Sadkin
2005-04-08  Ryan NortonVarious underscore doc fixes and some wxXCharBuffer...
2005-04-08  Robin DunnUpdated docview library modules and sample apps from...
2005-04-08  Robin DunnIgnore kill focus events when being destroyed
2005-04-08  Robin DunnDon't call StartingKey if the key was F2
2005-04-08  Kevin HockThe manual has grown, change to a 2,000 page manual...
2005-04-08  Michael Wetherell'An 1800-page' is correct if read 'eighteen hundred...
2005-04-08  Kevin HockRevert change to wording *AGAIN*... it is correct to...
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-04-08  Ryan NortonVersion of [ 1177956 ] fix for wxString::operator=...
2005-04-08  Vadim Zeitlinupdate for 2.5.5 from Janov Vegh
2005-04-08  Vadim Zeitlincompilation fix for wxUSE_MIMETYPE == 0; wxFileType...
2005-04-08  Robin Dunnbumped subrelease number
2005-04-08  Robin Dunnbumped subrelease number
2005-04-07  Robin Dunnfixed typo
2005-04-07  Robin DunnSet the find button to be the default button.
2005-04-07  Robert Roebling Implemented text wrapping for GTK (1.2 and 2.X).
2005-04-07  Robert Roebling Add better test for wxStaticTexts to controls sample.
2005-04-07  Ryan NortonFix Seeking to end of wxStreamInputStream (patch [...
2005-04-07  Michael WetherellWorkarounds to allow compilation by Sun C++ 5.5
2005-04-07  Michael WetherellFixes to allow compilation with wxUSE_STD_STRING
2005-04-07  Stefan Csomorusing font substitution (allows for fallbacks when...
2005-04-07  Stefan Csomorrelease does not assert on empty bitmaps anymore
2005-04-07  Włodzimierz... [1178593] Outdated exclamation mark.
2005-04-07  Michael WetherellRemove unintentionally added whitespace
2005-04-07  Michael WetherellCompilation fix
2005-04-07  Kevin HockDeclare CFRunLoopSourceRef rather than including the...
2005-04-07  Włodzimierz... Warning fix about possibly misplaced assignment.
2005-04-07  Włodzimierz... VC++ 1.5 no more supported.
2005-04-07  David WebsterNew classes for OS/2 and compiler warning suppressions
2005-04-07  David WebsterNew classes for OS/2
2005-04-07  David WebsterAdd OS/2 to supported instances
2005-04-07  Robin DunnreSWIGged
2005-04-07  Robin Dunnfixed paste error
2005-04-07  Robin DunnDisable typemap for wxImage constructors
2005-04-07  Michael WetherellRedo the previous warning fix
2005-04-07  Michael WetherellCompilation fix
2005-04-07  Michael WetherellWarning fix
2005-04-07  Michael WetherellAdd "-framework IOKit -framework CoreServices -framewor...
2005-04-06  Vadim Zeitlinsynthesize NM_RCLICK ourselves now that def window...
2005-04-06  Vadim Zeitlintest EVT_TREE_ITEM_RIGHT_CLICK as well
2005-04-06  Julian SmartwxWinCE notes updates
2005-04-06  Julian SmartDon't always maximize top-level windows on Smartphone
2005-04-06  Julian SmartAs yet unsuccessful attempt to set the focus to the...
2005-04-06  Michael WetherellUse wxFileSystem for left hand side. Patches 1169934...
next