wxWidgets.git
2005-07-31  Stefan Csomorapplied patch 1223806 : unicode for tabs
2005-07-31  Stefan Csomormouse-capture fix
2005-07-31  Stefan Csomoradding 'select all' semantics
2005-07-31  Stefan Csomorfixing names
2005-07-31  Vadim Zeitlinregenerated after adding sound.rc
2005-07-31  Robert Roebling Correctly calculate ClientSize when using native
2005-07-31  Mattia Barbon Allow displaying Japanese character with wxMotif...
2005-07-31  Stefan Csomordefaulting to small style (24x24), and correcting the...
2005-07-31  Mattia Barbon Use accessors for wxObject members.
2005-07-30  Michael WetherellDefer deletion of wxFontsManager and MGL_exit until...
2005-07-30  Michael WetherellDisable wxDataObject for MGL
2005-07-30  Michael WetherellTemporary fix for missing ;;
2005-07-30  Stefan NeisOnly compile PopupWindow if corresponding define is...
2005-07-30  Mattia Barbon Avoid crash when wxGUIAppTraits::GetToolkitInfo is...
2005-07-30  Mattia Barbon Return the correct encoding for X font spec construction
2005-07-30  Mattia Barbon Initialize Xt locale handling.
2005-07-30  Mattia Barbon Fix indentation.
2005-07-30  Mattia Barbon Make wxBase compiled for wxMotif compatible with...
2005-07-30  Mattia Barbon Add configure check for Lesstif, to be used by following
2005-07-30  Mattia Barbon Move per display data cleanup to wxApp::CleanUp where...
2005-07-30  Mattia Barbon Align initial size handling with other ports.
2005-07-30  Mattia Barbon Remove unused headers.
2005-07-30  Vadim Zeitlinmoved MSW-specific stuff to wx/msw/chkconf.h, this...
2005-07-30  Vadim Zeitlindefine wxUSE_UNICODE_MSLU as 0 unconditionally, CE...
2005-07-30  Julian Smartassert -> wxASSERT
2005-07-30  Julian SmartDefine wxUSE_UNICODE_MSLU or chkconf.h complains
2005-07-30  Václav Slavíkfurther wxABI_VERSION fixes
2005-07-30  Vadim ZeitlinwxUSE_UNICODE_MSLU is MSW-specific so shouldn't be...
2005-07-30  Vadim Zeitlinforcefully disable wxUSE_STACKWALKER
2005-07-30  Vadim Zeitlinupdated the script to deal with licensing information...
2005-07-30  Vadim Zeitlinoops, wxUSE_UNICODE_MSLU and not wxUSE_MSLU
2005-07-30  Vadim Zeitlindefine wxUSE_MSLU=1 in compiler flags if MSLU=1 was...
2005-07-30  Vadim Zeitlinreturn pending position/size if any, not the current one
2005-07-30  Vadim Zeitlinreplaced wxMoveWindowDeferred() with wxWindow::DoMoveSi...
2005-07-29  Vadim Zeitlintake border into account in best size calculations
2005-07-29  Vadim Zeitlindecreased text limit which we consider to be set by...
2005-07-29  Vadim Zeitlinuse ReadLine() instead of GetLine() which sometimes...
2005-07-29  Vadim Zeitlinadded wxDynamicLibrary::GetSymbolAorW()
2005-07-29  Vadim Zeitlincompilation fix for IBM xlC (closes 1230392)
2005-07-29  Włodzimierz... OW/Borland/MinGW warnings. Missing headers.
2005-07-29  Włodzimierz... Fixed doubled header.
2005-07-29  Włodzimierz... Fix (workaround?) for rpmspec.
2005-07-29  Włodzimierz... Fix (workaround?) for rpmspec.
2005-07-29  Vadim ZeitlinxlC needs -qunique under AIX only, at least it doesn...
2005-07-29  Robert Roebling Correct wxGTK.spec again after bakefiling.
2005-07-29  Stefan Csomorrespect styles during creation as well
2005-07-29  Mart RaudseppWhitespace fixes
2005-07-29  Vadim Zeitlindon't crash in Get() if there is no wxApp (closes 1236514)
2005-07-29  Vadim Zeitlinasync playback and object lifetime remarks
2005-07-29  Vadim Zeitlinadded test for playing sound from memory
2005-07-29  Vadim Zeitlinadded Stop test
2005-07-29  Chris ElliottwxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271
2005-07-29  Kevin HockDo not try to expand the root node in SetWindowStyle...
2005-07-29  Vadim Zeitlinrefactoring in preparation for further changes: moved...
2005-07-29  Vadim Zeitlinfixed id values to be more standard
2005-07-29  Vadim Zeitlinadded http://www.wxwidgets.org/bincompat.html link
2005-07-29  Vadim Zeitlinadded test for playing Windows resources
2005-07-29  Vadim Zeitlinadded GlobalPtr: GlobalAlloc/Free() wrapper
2005-07-29  Chris Elliottfix for VC (also ok with Borland and DMC)
2005-07-29  Vadim Zeitlinrenamed GlobalPtr to GlobalPtrLock
2005-07-29  Mart RaudseppUse *wxTopLevelWindowGTK*RequestUserAttention*; because...
2005-07-29  Mart RaudseppwxABI_VERSION guard for wxTopLevelWindowGTK::RequestUse...
2005-07-29  Mart RaudseppAdd *wxTopLevelWindowGTK*RequestUserAttention*int*;
2005-07-29  Kevin HockFixed label positions for horizontal slider [ modified...
2005-07-29  Stefan Csomoradded intl.h for contextmenu
2005-07-29  Mart Raudseppslight CPP logic fix in my wxTLW::RequestUserAttention...
2005-07-28  Vadim Zeitlinmany improvements/bug fixes to media control: new wxEVT...
2005-07-28  Mart RaudseppwxGTK: Implemented wxTLW::RequestUserAttention()
2005-07-28  Vadim Zeitlinmissing dll decl stuff and members initialization in...
2005-07-28  Vadim Zeitlinclarifications about MRU menu workings (patch 1221797)
2005-07-28  Vadim Zeitlindon't reserve space in the header for the column image...
2005-07-28  Vadim Zeitlinadded wxImage::RotateHue() and RGB <-> HSV conversions...
2005-07-28  Vadim Zeitlinmention VC8 support
2005-07-28  Vadim Zeitlindon't include shlwapi.h as it might be not available...
2005-07-28  Vadim ZeitlinCtrl+mouse wheel changes zoom factor in print preview...
2005-07-28  Vadim Zeitlinremoved USE_SHARED_LIBRARY mentions (and all variations...
2005-07-28  Vadim ZeitlinShowFullScreen() shows the window if it was still hidde...
2005-07-28  Vadim Zeitlinmoved wxURL::ConvertToValidURI() and other methods...
2005-07-28  Vadim Zeitlinfix for wxLongLong division test (patch 1233771)
2005-07-28  Vadim Zeitlincorrected event type for standalone scrollbars (patch...
2005-07-28  Vadim Zeitlindocument wxDb::ExecSql() 3 params overload (patch 1240839)
2005-07-28  Vadim ZeitlinRyan's binary compatibility technote (patch 1242898)
2005-07-28  Vadim Zeitlinadded wxABI_VERSION check around newly added function
2005-07-28  Vadim Zeitlindon't log error if connection has been already terminat...
2005-07-28  Vadim Zeitlintypo (patch 1246614)
2005-07-28  Vadim Zeitlinadded wxZipFSHandler::Cleanup() (modified patch 1213615)
2005-07-28  Michael WetherellBaked again without '-b wx.bkl' to fully update autocon...
2005-07-28  Michael WetherellRegenerate using autoconf/bakefile.m4 from bakefile CVS
2005-07-28  Michael WetherellRebaked with patched bakefile 0.1.9.1, ran aclocal...
2005-07-28  Julian SmartCorrected DSW files
2005-07-28  Vadim Zeitlindisabled wxStackWalker and wxCrashReport for Win64
2005-07-28  Stefan Csomorlowercase bools
2005-07-28  Stefan Csomorcode formattings
2005-07-28  Julian SmartRegenerated configure for 2.6.2
2005-07-28  Julian SmartRebake for 2.6.2
2005-07-27  Włodzimierz... Defaults in wxWinCE documented.
2005-07-27  Stefan Csomortypo
2005-07-27  Stefan Csomornew native toolbar implementation (turned off by defaul...
2005-07-27  Stefan Csomornew native toolbar implementation (turned off by defaul...
2005-07-27  Chris Elliottfix SF bug 1236365 (tested in VC only)
next