wxWidgets.git
2007-08-10  David ElliottReturn something halfway reasonable from GetCharWidth...
2007-08-10  David ElliottSet the svn:keywords property to Id on the new files.
2007-08-10  David ElliottAttempt to fix RCS-ID tags so svn will fill them in.
2007-08-10  David ElliottMajor wxCocoa wxSlider overhaul from Mark Oxenham.
2007-08-10  David ElliottTell NSTextField to send us its action message and...
2007-08-10  Julian SmartTypo correction
2007-08-10  Julian SmartDon't access null tip_window pointer [ 1767485 ] wxGtk...
2007-08-10  David ElliottFix wxScrollBar initial size to match the limited sizes...
2007-08-10  David ElliottImplement transformation between the wxDisplay coordina...
2007-08-09  David ElliottRemove virtual from the newly added Create methods.
2007-08-09  David ElliottAdd wxBitmap constructors and Create methods to allow...
2007-08-09  David ElliottAdd Objective-C uniquifying to WXNSWindow and WXNSPanel
2007-08-09  David ElliottImplement wxBU_LEFT/wxBU_RIGHT styles.
2007-08-09  David ElliottImplement wxStaticBitmap.
2007-08-09  Julian SmartGave toolbars some extra height, Without which DoGetBes...
2007-08-09  Julian SmartToolbars shouldn't have themed borders
2007-08-08  Vadim Zeitlinremove extra space which confuses some servers (at...
2007-08-08  Václav Slavíkfixed visiblity attribute warnings in STL build
2007-08-08  Václav SlavíkVC6_WORKAROUND -> WX_LIST_VC6_WORKAROUND to prevent...
2007-08-08  Julian SmartMade wxBORDER_THEME the same as wxBORDER_DEFAULT
2007-08-08  Julian SmartCompile fix (VC++ 6 doesn't like wxString::Format with...
2007-08-08  Julian SmartRemoved minifram
2007-08-08  David ElliottImplement the wxST_NO_AUTORESIZE style for wxStaticText.
2007-08-08  David ElliottTranslate the wxALIGN flags to the Cocoa alignment...
2007-08-08  David ElliottUse static wxControl::GetLabelText in preference to...
2007-08-08  David ElliottSelect the first choice in the radiobox upon creation...
2007-08-08  David ElliottIn wxNotebook::Create setTabViewType based off of wxNB_...
2007-08-08  David ElliottReturn true in wxSetEnv for unsetenv case.
2007-08-07  Vadim Zeitlincorrection to last commit: don't test unsetenv() return...
2007-08-07  Vadim Zeitlinuse unsetenv() instead of setenv(var, NULL) which is...
2007-08-07  David ElliottImplement wxRadioButton Get/SetLabel methods.
2007-08-07  Robin Dunntweak the size and layout of the cancel button a bit...
2007-08-07  Francesco Montorsiadded first version of wxStyleTextCtrl|Event docs
2007-08-07  Václav Slavíkthe Ubuntu visibility bug only happens when building...
2007-08-07  Francesco Montorsitypo fix
2007-08-07  Vadim Zeitlindon't include wx/wxprec.h from headers, it's bad style...
2007-08-07  Julian SmartClean up
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-08-07  Julian SmartCompile fix for VC++ 6
2007-08-07  Julian Smartcompile and warning fixes
2007-08-07  Chris Elliottput constant in define
2007-08-07  Vadim Zeitlinremove tests for Mac Rez and SetFile which are also...
2007-08-07  Vadim Zeitlindon't test for things which bakefile already tests...
2007-08-06  Václav SlavíkWXIMPORT must specify default visibility too, otherwise...
2007-08-06  Václav Slavíkfixed incorrect DLL export macro for wxJoystick
2007-08-06  David ElliottConsolidate cocoa view/control/cell label setting into...
2007-08-06  Vadim Zeitlinadd wx/univ/tglbtn.h to wxUniv headers
2007-08-06  Vadim Zeitlinuse wxBORDER_NONE instead of wxNO_BORDER
2007-08-06  Vadim Zeitlincorrected sizer code example which wrongly used wxBORDER
2007-08-05  Francesco Montorsiadded the static function GetLabelText() to wxStaticTex...
2007-08-05  Julian SmartUpdated border style names
2007-08-04  Vadim Zeitlinmake wxTmemchr() return (and take) char* instead of...
2007-08-04  Vadim Zeitlinadded FromAscii(unsigned char *) overloads
2007-08-03  Vadim Zeitlinmore wxUSE_XXX documented (patch from Tim Stahlhut)
2007-08-03  Vadim Zeitlinsorting support for generic version (patch 1765087...
2007-08-03  Julian SmartAdded Get/SetParentWindow to allow the same easy printi...
2007-08-01  Francesco Montorsitypo fix
2007-08-01  Julian SmartAdded EVT_MOVE_START, EVT_MOVE_END (wxMSW only for...
2007-08-01  Julian SmartError and warning corrections
2007-08-01  Julian SmartVC++ 6 reports ambiguities when using template Read...
2007-08-01  Václav Slavíkfixed linking with visibility enable on Ubuntu and...
2007-08-01  David ElliottMerged 47839 from 2.8 branch:
2007-08-01  David ElliottMake masks and alpha work for wxCOPY when blitting...
2007-08-01  Vadim Zeitlincorrected library link
2007-07-31  Vadim Zeitlinadded WXDLLEXPORT to the (empty) wxControlWithItems...
2007-07-30  Václav Slavíkdon't crash in wxGetEmptyString(): it's now a #define...
2007-07-29  Vadim Zeitlinremoved png and propsize samples from SAMPLES_SUBDIRS...
2007-07-29  Vadim Zeitlinforcefully disable wxUSE_JOYSTICK too
2007-07-29  Vadim Zeitlinalways define HDS_HOTTRACK if it's not defined, not...
2007-07-29  Vadim Zeitlincompilation fix for WinCE
2007-07-29  Vadim ZeitlinCE compilation fix for X button stuff
2007-07-29  Vadim Zeitlincompilation fix for wxUSE_DBGHELP==0 after latest changes
2007-07-29  Vadim Zeitlinwe must use TB_BUTTONSTRUCTSIZE before adding menu...
2007-07-29  Vadim Zeitlinupdate button style to include BS_MULTILINE when a...
2007-07-29  Vadim Zeitlinno changes, just removed unnecessary #ifdef __WIN32__
2007-07-29  David ElliottUse the ECHO_N and ECHO_C variables in lieu of echo...
2007-07-29  Vadim Zeitlinmake the text in the top area more readable
2007-07-29  Vadim Zeitlindon't use deprecated DoLog() overload
2007-07-29  Vadim Zeitlinremoved the script which only worked with cvs
2007-07-29  Vadim Zeitlinadd support for 4th and 5th mouse buttons; reduce code...
2007-07-29  Vadim Zeitlinadded support for 2 extra mouse buttons (patch 1757630)
2007-07-29  Vadim Zeitlinundid accidental commit of this file in the last revision
2007-07-29  Vadim Zeitlinremoved empty or duplicated samples: checklst, dynamic...
2007-07-29  Vadim Zeitlinadded wxMiniFrame demonstration to the dialogs sample
2007-07-28  Vadim Zeitlinpreserve the arguments read from configarg.cache in it
2007-07-28  David ElliottRemove bogus DoDelete from 44730. It's appears that...
2007-07-28  David ElliottAdd a wxAutoNSAutoreleasePool to wxBitmap::CopyFromIcon.
2007-07-28  Paul Cornettremove duplicates
2007-07-28  Paul Cornettmake definitions match declarations in wxcrt.h
2007-07-28  Paul Cornettwarning fix
2007-07-28  Paul CornettFix wxCRT_GetenvW WXDLLEXPORT. Use more efficient prein...
2007-07-28  Vadim Zeitlin(ugly) compilation fix for wxUSE_STL==1 build
2007-07-28  Vadim Zeitlinshow wxUSE_STL in the summary at the end too
2007-07-28  Vadim Zeitlinadded the mention of library in which each class is...
2007-07-28  Vadim Zeitlinadded the script used to add libraries to the documenta...
2007-07-28  Vadim Zeitlinescape underscores
2007-07-28  Vadim Zeitlinno real changes, just cleanup and use CPPUNIT_ASSERT_EQ...
2007-07-28  Vadim Zeitlinadded more wxUSE_XXX symbols (modified patch 1758917)
2007-07-28  Vadim Zeitlinno changes, just a typo fix
2007-07-28  Vadim Zeitlinset eol-style
next