]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-08-15  Vadim Zeitlinadded wxConvertTo/FromIeeeExtended() synonyms for Conve...
2007-08-15  Vadim Zeitlindon't set incorrect initial value of '0' for the bool...
2007-08-15  David ElliottFurther simplificiation of the NSSlider/wxSlider interf...
2007-08-14  Vadim Zeitlinno real changes, just some cleanup
2007-08-14  Vadim Zeitlinadded wxTaskBarIcon::Destroy()
2007-08-14  David ElliottFix the top-level window client size setting code such...
2007-08-14  Vadim Zeitlinrename WX_VERSION_FULL back to WX_VERSION
2007-08-14  Vadim Zeitlinuse decho, not echo, to output error messages
2007-08-14  Vadim Zeitlindon't use the extra libraries in wx-config --version...
2007-08-14  Vadim Zeitlincheck for wxUSE_ACCESSIBILITY not being set to 1 under...
2007-08-14  David ElliottInstall wx/cocoa/objc/objc_uniquifying.h for wxCocoa...
2007-08-14  Julian SmartAdded documentation for wxBORDER_THEME
2007-08-14  Julian SmartAdded periods
2007-08-14  Julian SmartFix for non-appearance of themed border with wxTE_RICH...
2007-08-13  Václav SlavíkwxMac compilation fixes for visibility (missing DLL...
2007-08-13  Václav Slavíkdon't attempt to convert 8bit values to Unicode in...
2007-08-13  Václav Slavíkcheck for HAVE_VISIBILITY first when setting WXIMPORT...
2007-08-13  Václav Slavíkcompilation fix for wxString::Format("no variadic argum...
2007-08-13  Julian SmartDocumented new menu label functions
2007-08-13  Robert RoeblingApplied Hartwig's implementation of OS X wxDataViewCtrl
2007-08-13  Julian SmartUse new function GetItemLabel
2007-08-13  Julian SmartGetLabelTop should return the stripped label, for compa...
2007-08-13  Julian SmartTypo correction
2007-08-13  Václav SlavíkMingw compilation fix
2007-08-13  Julian SmartAdd accelerator back to label in GetItemLabel
2007-08-13  Julian SmartRemoved a misleading comment
2007-08-13  Julian SmartAdded XRC handler for wxPropertySheetDialog (Sander...
2007-08-13  Julian SmartTypo fix
2007-08-11  Julian SmartPreserve original menu label for later retrieval
2007-08-11  Václav Slavíkfixed wxStringTokenizer to correctly handle wxTOKEN_RET...
2007-08-11  Julian SmartMenu fix
2007-08-11  Julian SmartCompile fixes
2007-08-11  Julian SmartSmall fix
2007-08-11  Julian SmartMenu label consistency changes
2007-08-11  Václav Slavíkadded missing export declarations for wxGTK internal...
2007-08-11  Václav Slavíkadded missing export declarations for wxGTK internal...
2007-08-11  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT in...
2007-08-11  David ElliottUse wxLogStdErr in preference to wxLogGui on wxCocoa.
2007-08-10  David ElliottDon't needlessly indirect through NSNotificationCenter.
2007-08-10  David ElliottUse SetNSSlider instead of SetNSView so that the WXNSSl...
2007-08-10  David ElliottFix up NSSlider code to not use class posing and instan...
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
next