]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2009-10-12  Vadim ZeitlinAdded wxDCFontChanger ctor not changing font.
2009-10-12  Vadim ZeitlinDocument wxDCTextColourChanger "do nothing" constructor.
2009-10-12  Vadim ZeitlinExclude message catalogs from UTF-8 check.
2009-10-12  Jouk Jansenadd more samples to the compile cascade for OpenVMS
2009-10-11  Jaakko SalliHave page-specific splitter setup flags in order to...
2009-10-11  Jaakko SalliCode cleanup and clarification
2009-10-11  Jaakko SalliFixed post-expand/collapse rendering
2009-10-11  Jaakko SalliFixed wxPropertyGrid empty space rendering
2009-10-10  Vadim ZeitlinDon't document WarpPointer() as not implemented under...
2009-10-10  Vadim ZeitlinCompilation fix for STL build.
2009-10-10  Vadim ZeitlinDon't use vendor name by default in wxStandardPaths.
2009-10-10  Julian SmartSet the initial size
2009-10-10  Jaakko SalliRemoved intermediate wxPanel from wxPropertyGrid.
2009-10-09  Paul Cornettreplace TRUE/FALSE with true/false
2009-10-09  Stefan Csomoradding defaults as wxDC did
2009-10-09  Stefan Csomoravoiding deprecated methods in wx code, avoiding for...
2009-10-09  Vadim ZeitlinDefine __WXOSX__ and __WXMAC__ on compiler command...
2009-10-09  Vadim ZeitlinCompilation fix for PCH-less compilation.
2009-10-09  Vadim ZeitlinAppend default extension before showing file save dialo...
2009-10-09  Vadim ZeitlinDon't add default extension in wxDocument::SaveAs().
2009-10-09  Vadim ZeitlinRemoved wxFont::Set/GetNoAntiAliasing() implementations.
2009-10-09  Vadim ZeitlinMention log components in wxLogTrace() documentation.
2009-10-09  Stefan Csomormoving bitmapbutton functionality up to button for OSX
2009-10-09  Julian SmartRevert a workaround for Windows native border side...
2009-10-09  Stefan Csomorremoving unneeded file
2009-10-08  Vadim ZeitlinNo real changes, just fix a syntax error in unused...
2009-10-08  Vadim ZeitlinFix mismatched new/free in generic Region code.
2009-10-08  Vadim ZeitlinAlso support fonts in wxTextCtrl::GetStyle() in wxGTK.
2009-10-08  Vadim ZeitlinAdd a WX_APPNAME_DATA_DIR hack for wxStandardPaths...
2009-10-08  Vadim ZeitlinImprovements to application info documentation in wxSta...
2009-10-08  Stefan Csomorimplementing rollover and pressed image for bitmapbutto...
2009-10-08  Jaakko SalliFixed regression: in wxPropertyGrid::PerformValidation...
2009-10-08  Jouk JansenOpenVMS : add compile support for debugrpt sample
2009-10-08  Stefan Csomorfixing typo
2009-10-08  Paul Cornettremove requested button rather than last one, return...
2009-10-08  Kevin OllivierMake sure all Bakefile formats that use CRLF line feeds...
2009-10-07  Vadim ZeitlinCompilation fix for PCH-less in wxInfoBar.
2009-10-07  Vadim ZeitlinUpdated for bakefile 0.2.7.
2009-10-07  Vadim ZeitlinHonour COMPILER_PREFIX in wx presets too.
2009-10-07  Stefan Csomorfixing gdiplus implementation, see #11282
2009-10-06  Jouk Jansenadding dataview sample to OpenVMS make cascade
2009-10-06  Jouk JansenOpenVMS compile support : adding more samples for wxGTK
2009-10-06  Vadim ZeitlinCompilation fix for VC6 in wxInfoBarGeneric code.
2009-10-06  Jouk JansenUpdate setup for OpenVMS
2009-10-06  Jouk JansenAdding regex support for wxMOTIF for OpenVMS
2009-10-06  Stefan Csomoruse better background color
2009-10-06  Paul Cornettnon-PCH build fix
2009-10-06  Vadim ZeitlinCreate an NSAutoreleasePool in wxMacWakeUp().
2009-10-06  Vadim ZeitlinEnsure that an event loop exists in ShowViewOrWindowWit...
2009-10-05  Vadim ZeitlinRebake using pre-release version of bakefile 0.2.7.
2009-10-05  Vadim ZeitlinRefactor initialization code in wxTopLevelWindowMSW...
2009-10-05  Vadim ZeitlinDon't use the current size in DoGetBestSize() by default.
2009-10-05  Vadim ZeitlinMake wxWindow::ShowWithEffect() synchronous under wxOSX...
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-10-05  Vadim ZeitlinAdded a virtual wxWindow::OSXGetViewOrWindow() method.
2009-10-05  Vadim ZeitlinDetermine the appropriate show effect automatically...
2009-10-05  Vadim ZeitlinRemove the hack with changing the parent background...
2009-10-05  Vadim ZeitlinImplement DrawTitleBarBitmap() for OS X using hard...
2009-10-05  Vadim ZeitlinReturn smaller images for wxART_MENU/BUTTON under OS X.
2009-10-05  Vadim ZeitlinUse wxART_BUTTON instead of wxART_MENU for info bar...
2009-10-05  Vadim ZeitlinMake info bar buttons smaller.
2009-10-05  Vadim ZeitlinUse wxRendererNative::DrawTitleBarBitmap() for info...
2009-10-05  Vadim ZeitlinAdded wxRendererNative::DrawTitleBarBitmap().
2009-10-05  Vadim ZeitlinReplaced GraphicsHDC from src/msw/renderer.cpp with...
2009-10-05  Vadim ZeitlinRefactor wxRendererXP button drawing methods.
2009-10-05  Vadim ZeitlinImplement wxRenderer::DrawRadioBitmap() for classic...
2009-10-05  Vadim ZeitlinAdd demonstration of flags to the render sample.
2009-10-05  Vadim ZeitlinAdd demonstration of a few more wxRenderer methods.
2009-10-05  Vadim ZeitlinCorrect custom renderer method override example in...
2009-10-05  Vadim ZeitlinDon't use possibly uninitialized pen in wxMSWDCImpl.
2009-10-05  Vadim ZeitlinDon't use themed border for the generic info bar.
2009-10-05  Vadim ZeitlinEnsure that info bar message uses the set font/colours...
2009-10-05  Vadim ZeitlinNo real changes, just inline wxSuspendStyleEvents.
2009-10-05  Vadim ZeitlinAdded wxInfoBar::Dismiss().
2009-10-05  Vadim ZeitlinUse more native appearance in the generic wxInfoBar...
2009-10-05  Vadim ZeitlinAdded wxART_CLOSE art id.
2009-10-05  Vadim ZeitlinAdded wxArtProvider::GetMessageBoxIconId().
2009-10-05  Vadim ZeitlinOnly show the default close button in wxInfoBar if...
2009-10-05  Vadim ZeitlinGenerate the button clicks in GTK version of wxInfoBar.
2009-10-05  Vadim ZeitlinUse event tables instead of Connect() in wxInfoBarGeneric.
2009-10-05  Vadim ZeitlinAdd wxInfoBar::RemoveButton() method.
2009-10-05  Vadim ZeitlinAdded native wxInfoBar implementation for wxGTK.
2009-10-05  Vadim ZeitlinAdd wxWindowGTK::GTKConnectWidget() helper.
2009-10-05  Vadim ZeitlinSmall code cleanup in wxWindowGTK::PostCreation().
2009-10-05  Vadim ZeitlinAdded GTKShouldConnectSizeRequest() to prevent size_req...
2009-10-05  Vadim ZeitlinNo real changes, just removed unnecessary SetInitialSiz...
2009-10-05  Vadim ZeitlinExtract conversion from wx to GtkMessageType in a separ...
2009-10-05  Vadim ZeitlinAdded wxInfoBar::AddButton().
2009-10-05  Vadim ZeitlinMade wxInfoBar::SetFont() change the text message font.
2009-10-05  Vadim ZeitlinInitial wxInfoBar implementation.
2009-10-05  Vadim ZeitlinAdded wxSHOW_EFFECT_NONE.
2009-10-05  Vadim ZeitlinAdded wxICON_NONE to wxICON_MASK.
2009-10-05  Vadim ZeitlinStore canvas attributes in the canvas itself in the...
2009-10-05  Vadim ZeitlinMinor cleanup and copyright updates in the dialogs...
2009-10-05  Vadim ZeitlinUse member variable instead of a global in the dialogs...
2009-10-05  Vadim ZeitlinPartially implement wxTextCtrl::GetStyle() in wxGTK.
2009-10-05  Kevin OllivierFix the line endings to be CRLF after the property...
2009-10-05  Kevin OllivierSetting eol-style property to CRLF for some project...
2009-10-05  Jouk Jansenconfigure stc support for OpenVMS
2009-10-05  Jouk Jansenset up for OpenVMS richtext & regex and add more sample...
next