]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-03-08  Vadim Zeitlinuse static_cast<> for wxStaticCast; updated comment...
2005-03-08  Vadim Zeitlinmention Linux/AMD64 build fix
2005-03-08  Vadim Zeitlinremoved wx_dynamic_cast(), it can't be implemented...
2005-03-08  Vadim Zeitlinset wxDIALOG_UNIT_COMPATIBILITY to 0 by default
2005-03-08  Włodzimierz... Allow forward declaration of wxSlider in wxMSW (bug...
2005-03-08  Vadim Zeitlinfixed loop deleting the old filters in SetWildcard...
2005-03-08  Włodzimierz... Missing flags.
2005-03-08  Włodzimierz... XTI has own wxObjectEventFunction and has to follow...
2005-03-08  Robin DunnWorkaround for toolbartool tooltip not getting written...
2005-03-08  Robin DunnreSWIGged
2005-03-08  Robin DunnFix compilation error
2005-03-08  Robin DunnreSWIGged
2005-03-08  Robin DunnLittle tweaks to match CVS changes
2005-03-08  Robin DunnMove wxPyCallback back to derive from wxObject
2005-03-08  Vadim Zeitlinhonour stateMask in GetItem() too (patch 1153451)
2005-03-08  Robin DunnAllow wxBufferedDC to be constructed with just a wxDC.
2005-03-08  Vadim Zeitlininit member variables properly (patch 1156088)
2005-03-08  Vadim Zeitlinupdate from Hakki Dogusan
2005-03-08  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-08  Vadim ZeitlinPPC 2003 SDK doesn't seem to have setlocale() neither...
2005-03-08  Vadim Zeitlinfixed bug in Set(double jdn): don't test whether the...
2005-03-07  Vadim Zeitlinfix top margin for static box sizer when wxDIALOG_UNIT_...
2005-03-07  Vadim Zeitlinextracted platform-specific code to determine static...
2005-03-07  Vadim Zeitlindon't exclude msw/gsocket.cpp and msw/gsockmsw.cpp...
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Vadim Zeitlinadded file with WinCE-specific configuration options...
2005-03-07  Vadim Zeitlincompilation fix for CE with Standard SDK
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Julian SmartNeed wxFULL_REPAINT_ON_SIZE for the background to erase...
2005-03-07  Vadim Zeitlincompilation fix for VC6 (patch 1158433)
2005-03-07  Julian SmartAdded metal styles
2005-03-07  Julian SmartAdded wxFRAME_EX_METAL, wxDIALOG_EX_METAL for Mac metal...
2005-03-07  Vadim Zeitlinlook in /usr/lib64 before standard locations, this...
2005-03-07  Julian SmartRemoved very very obsolete flags from 1.x
2005-03-07  Włodzimierz... More wxFileOffset usage and making layout of the code...
2005-03-07  Vadim Zeitlinfix evaluation order bug (patch 1158099)
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-03-07  Vadim Zeitlinfix to avoid eVC crashes: restored wxObjectEventFunctio...
2005-03-07  Włodzimierz... Inform settings about wxWindow class existence.
2005-03-07  Robin DunnDon't enable the mediactrl on jaguar
2005-03-07  Włodzimierz... Warning fix.
2005-03-07  Robert Roebling Applied GetSystemMetric patch to suppurt GTK and...
2005-03-07  Robert Roebling Applied patch to reenable single selection mode.
2005-03-07  Robert Roebling This fixes a problem in the two tree and list controls...
2005-03-07  Robert Roebling Readd support for prelight tree control triangles...
2005-03-07  Robert Roebling Use GtkPixmap instead of GtkImage as the latter incor...
2005-03-07  Vadim Zeitlinreplaced complicated and not working test for WinCE...
2005-03-07  Vadim Zeitlinadded wxUSE_DATEPICKCTRL
2005-03-06  Julian SmartRemoved spurious comment
2005-03-06  Julian SmartDoc tweaks
2005-03-06  Vadim Zeitlinfix warning about comparing (signed) -1 with (unsigned...
2005-03-06  Vadim Zeitlinreplaced C++ comment with a C one
2005-03-06  Robin DunnAdded toolbar wxTB_TEXT flag and tool label property
2005-03-05  Vadim Zeitlin(blind) GTK1 compilation fix
2005-03-05  Michael WetherellFix for problem with wxGetFileKind on WinCE
2005-03-05  Mattia Barbon Use the common wxParseCommonDialogsFilter function
2005-03-05  Mattia Barbon Avoid uninitialized variable warnings.
2005-03-05  Mattia Barbon Use the IsMDIChild() function instead of wxRTTI,
2005-03-05  Mattia Barbon Corrected wxStringListBase implementation of
2005-03-05  Mattia Barbon Use the correct WXDLLIMPEXT declaration for
2005-03-05  Robin DunnreSWIGged
2005-03-05  Robin DunnDocstring updates
2005-03-05  Robin DunnAdded wx.ArtProvider.GetSize
2005-03-05  Robin DunnreSWIGged
2005-03-05  Robin Dunnbump the version flags
2005-03-05  Robin DunnTweak how we cheat on the resource files
2005-03-05  Robin DunnAdd Resize, SetRGBRect, Size, and GetOrFindMaskColour...
2005-03-05  Robin DunnAdded wx.Rect.IsEmpty
2005-03-05  Robin DunnAdd Resize, SetRGBRect, Size, and GetOrFindMaskColour...
2005-03-05  Robin DunnRemove refrences to building OGL
2005-03-04  Robert Roebling Try to catch theme change on the fly in button in
2005-03-04  Włodzimierz... Better wxFile support, warning fixes and minor source...
2005-03-04  Włodzimierz... Unicode markup.
2005-03-04  Włodzimierz... Removed ambiguity between deprecated and new constructor.
2005-03-04  Włodzimierz... Small warning fixes.
2005-03-04  Włodzimierz... Name conflict correction.
2005-03-04  Robert Roebling Trying to get default button placement and size right.
2005-03-04  Robert Roebling Applied John L's patches for curson scaling, image...
2005-03-04  Robert Roebling Changed wxFileName::SetExt() as per the discussion...
2005-03-04  Włodzimierz... #pragma implementation fix.
2005-03-04  Włodzimierz... Complete wxW set of files in PalmOS makefile (still...
2005-03-03  Włodzimierz... Warning fixes for formating.
2005-03-03  Robin Dunnreworded a bit
2005-03-03  Włodzimierz... Warning fix.
2005-03-03  Robin DunnreSWIGged
2005-03-03  Robin Dunnnew style flags for wxBufferedDC
2005-03-03  Robin DunnAdd copy ctor for wxPyCBInputStream and use it to preve...
2005-03-03  Włodzimierz... Source cleaning.
2005-03-03  Włodzimierz... Allow build without fatal exceptions support.
2005-03-03  Robert Roebling Adapt SetExt() to new availability of m_hasExt. I...
2005-03-03  Włodzimierz... Usage of common default colours in OGL + minor warning...
2005-03-03  Włodzimierz... Source cleaning.
2005-03-03  Włodzimierz... Warning fixes.
2005-03-03  Włodzimierz... Follow api of wxInputStream (warning fixes).
2005-03-03  Włodzimierz... Warning fix.
2005-03-03  Włodzimierz... Huge streams checking and warning fixes.
2005-03-03  Włodzimierz... Recent commits added new variables for length when...
2005-03-03  Václav Slavíkfixed crash when wxHtmlWindow's content is updated...
2005-03-03  Vadim Zeitlinfixed bug in ReadAll(): it always returned error when...
next