Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2008-08-01 07:16 RR, revision 54890

Compilation for wchar mode

2008-08-01 06:40 SC, revision 54889

moving common implementation for osx closer to unix, by using threadspsx.cpp and unix/dir.cpp, getting rid of morefile(x) and moving colour.cpp to core

2008-07-31 13:04 SC, revision 54887

OSXTimer for all variants (sorry Vaclav, should be about the last split comit ..)

2008-07-31 13:02 SC, revision 54886

OSXTimer for all variants

2008-07-31 12:35 RR, revision 54885

include <string>

2008-07-31 11:52 SC, revision 54884

although ustring.h/cpp are in files.bkl apparently rebaking was not a good idea, removed again

2008-07-31 10:45 SC, revision 54883

adapting osx file layout

2008-07-31 10:35 SC, revision 54882

adapting osx file layout

2008-07-31 10:27 SC, revision 54881

turning on core timer implementation for carbon as well

2008-07-31 10:23 SC, revision 54880

wxColour is implemented using CoreGraphics

2008-07-31 10:22 SC, revision 54879

wxColour is implemented using CoreGraphics

2008-07-31 10:21 SC, revision 54878
  • D /wxWidgets/trunk/include/wx/osx/carbon/colour.h

wxColour is implemented using CoreGraphics

2008-07-31 10:10 SC, revision 54877

wxColour is implemented using CoreGraphics

2008-07-31 10:04 SC, revision 54876
  • D /wxWidgets/trunk/src/osx/carbon/brush.cpp
  • D /wxWidgets/trunk/src/osx/carbon/pen.cpp

pen and brush are platform neutral on osx

2008-07-31 10:04 SC, revision 54875

pen and brush are platform neutral on osx

2008-07-31 09:59 SC, revision 54874

correcting header path

2008-07-31 09:57 SC, revision 54873
  • D /wxWidgets/trunk/include/wx/osx/carbon/brush.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/pen.h

pen and brush are platform neutral on osx

2008-07-31 09:56 SC, revision 54872

pen and brush are platform neutral on osx

2008-07-31 09:52 SC, revision 54871
  • D /wxWidgets/trunk/include/wx/osx/brush.h
  • D /wxWidgets/trunk/include/wx/osx/pen.h

brush and pen are implementation neutral on osx

2008-07-31 06:59 SC, revision 54870

better guarding when no printing architecture exists

2008-07-31 06:57 SC, revision 54869

better guarding when no printing architecture exists (patch from Joel Low)

2008-07-31 05:57 SC, revision 54868

better guarding when no printing architecture exists (patch from Joel Low)

2008-07-30 22:11 VZ, revision 54862

add operator[] to our wxStringImpl (blind fix for wxMac buildbot build)

2008-07-30 21:53 VZ, revision 54861

fix setting the initial value when it's not in the default 0..100 range [backport of r53550 from trunk]

2008-07-30 21:41 VZ, revision 54860

optimize Replace() for the common case of replacing one character with another one (#9802)