wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 76 150 223Next Page

Changes per page:

25 50 100 250

Summarize files:

On | Off

Search:

Filter by Developer:

Sort Alphabetically Sort by Commits Show/Hide Inactive Developers
Show All
Vadim Zeitlin (17,161)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,711)
Stefan Csomor (3,688)
Francesco Montorsi (1,299)
Mattia Barbon (841)
Stefan Neis (781)
Michael Wetherell (766)
Paul Cornett (765)
Chris Elliott (655)
Kevin Ollivier (600)
Jaakko Salli (542)
Ron Lee (517)
Jacob Jansen (363)
Dimitri Schoolwerth (225)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
Javier Torres (80)
Julien Weinzorn (50)
Peter Cawley (44)
Bo Yang (37)
Peter Most (32)
Mingquan Yang (29)
Ron Lee (27)
Rickard Westerlund (23)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
Dimitri Schoolwerth (225)
Francesco Montorsi (1,299)
Jaakko Salli (542)
Jacob Jansen (363)
Javier Torres (80)
Julian Smart (5,571)
Julien Weinzorn (50)
Kevin Ollivier (600)
Mattia Barbon (841)
Michael Wetherell (766)
Mingquan Yang (29)
Paul Cornett (765)
Peter Cawley (44)
Peter Most (32)
Rickard Westerlund (23)
Robert Roebling (3,711)
Robin Dunn (7,249)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,688)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,161)
Václav Slavík (4,915)

This changelog reflects changes in the wxWidgets SVN repository, and is updated every 10 minutes. All reported times are in UTC.

  • Legend:
  • Added (A) Added (A)
  • Deleted (D) Deleted (D)
  • Modified (M) Modified (M)
  • Copied (R) Copied (R)
  • [Branch]
  • [Tag]
  • Active Filters:
  • Julian Smart Remove Filter

Changelog for wxWidgets (5,571 revisions):

r65456: 2010-09-01 14:48:54 [JS] Julian Smart

M  /src/richtext/richtextctrl.cpp  [diff, log, file]

 wxRichTextCtrl::ApplyStyle now applies a paragraph style at the cursor
 without needing a selection, and setting the default style now avoids duplicating
 character attributes in subsequently typed text when they exist in the paragraph style.

r65455: 2010-09-01 14:48:43 [JS] Julian Smart

M  [WX_2_8_BRANCH] /docs/changes.txt  [diff, log, file]
M  [WX_2_8_BRANCH] /src/richtext/richtextctrl.cpp  [diff, log, file]

 wxRichTextCtrl::ApplyStyle now applies a paragraph style at the cursor
 without needing a selection, and setting the default style now avoids duplicating
 character attributes in subsequently typed text when they exist in the paragraph style.

r65452: 2010-08-31 19:04:30 [JS] Julian Smart

M  [WX_2_8_BRANCH] /src/richtext/richtextbuffer.cpp  [diff, log, file]
M  [WX_2_8_BRANCH] /src/richtext/richtextxml.cpp  [diff, log, file]

 Forgotten commits - image loading and XML speedups

r65445: 2010-08-30 11:30:11 [JS] Julian Smart

M  [WX_2_8_BRANCH] /docs/changes.txt  [diff, log, file]

 Documented recent wxRTC fixes.

r65444: 2010-08-30 11:27:42 [JS] Julian Smart

M  /src/richtext/richtextbuffer.cpp  [diff, log, file]

 Fixed wrong line spacing calculation

r65443: 2010-08-30 11:27:22 [JS] Julian Smart

M  [WX_2_8_BRANCH] /src/richtext/richtextbuffer.cpp  [diff, log, file]

 Fixed wrong line spacing calculation

r65442: 2010-08-30 08:47:23 [JS] Julian Smart

M  /src/richtext/richtextbuffer.cpp  [diff, log, file]

 Don't add space before para twice in paragraph layout
 Discard attributes from empty text object when merging

r65441: 2010-08-30 08:47:14 [JS] Julian Smart

M  [WX_2_8_BRANCH] /src/richtext/richtextbuffer.cpp  [diff, log, file]

 Don't add space before para twice in paragraph layout
 Discard attributes from empty text object when merging

r65362: 2010-08-19 12:12:59 [JS] Julian Smart

M  /src/aui/auibook.cpp  [diff, log, file]

 Better close button placement on tabs, especially for bottom tab alignment

r65361: 2010-08-19 12:12:51 [JS] Julian Smart

M  [WX_2_8_BRANCH] /src/aui/auibook.cpp  [diff, log, file]

 Better close button placement on tabs, especially for bottom tab alignment

r65336: 2010-08-18 12:59:52 [JS] Julian Smart

M  /include/wx/utils.h  [diff, log, file]
M  /src/common/utilscmn.cpp  [diff, log, file]
M  /src/richtext/richtextbuffer.cpp  [diff, log, file]

 Use common inline version of wxHexToDec

r65326: 2010-08-17 10:10:39 [JS] Julian Smart

M  /src/richtext/richtextbuffer.cpp  [diff, log, file]
M  /src/richtext/richtextxml.cpp  [diff, log, file]

 Large image-loading speedup and small attribute-loading speedup

r65170: 2010-08-03 17:15:33 [JS] Julian Smart

M  /src/richtext/richtextbuffer.cpp  [diff, log, file]

 Don't reset bullet number and outline number when applying style sheet.

r65169: 2010-08-03 17:14:54 [JS] Julian Smart

M  [WX_2_8_BRANCH] /src/richtext/richtextbuffer.cpp  [diff, log, file]

 Don't reset bullet number and outline number when applying style sheet.

r65157: 2010-08-02 13:26:07 [JS] Julian Smart

M  [WX_2_8_BRANCH] /src/richtext/richtextbuffer.cpp  [diff, log, file]

 Don't create a font when converting to wxTextAttrEx unless one exists
 in the wxRichTextAttr

r65105: 2010-07-25 13:34:16 [JS] Julian Smart

M  /src/common/sizer.cpp  [diff, log, file]

 Fix VC++ compile error

r64873: 2010-07-10 20:39:17 [JS] Julian Smart

M  /configure  [diff, log, file]
M  /configure.in  [diff, log, file]

 Syntax error fix

r64870: 2010-07-10 16:19:55 [JS] Julian Smart

M  /configure  [diff, log, file]

 Updated configure for small, probably futile iPhone-related changes

r64869: 2010-07-10 16:12:10 [JS] Julian Smart

M  /configure.in  [diff, log, file]

 Add CFNetwork framework

r64864: 2010-07-10 14:22:34 [JS] Julian Smart

M  /configure.in  [diff, log, file]

 Use -miphoneos-version-min if compiling for iPhone and --with-macosx-version-min was specified.
 Otherwise .mm files may not compile correctly with some iPhone SDKs.

r64862: 2010-07-10 08:45:42 [JS] Julian Smart

M  /configure  [diff, log, file]
M  /configure.in  [diff, log, file]

 Fixed frameworks for iPhone build

r64861: 2010-07-09 17:26:27 [JS] Julian Smart

M  /src/osx/iphone/utils.mm  [diff, log, file]

 Fix undefined symbols

r64855: 2010-07-08 17:35:45 [JS] Julian Smart

M  /include/wx/osx/iphone/chkconf.h  [diff, log, file]
M  /src/osx/iphone/nonownedwnd.mm  [diff, log, file]
M  /src/osx/iphone/toolbar.mm  [diff, log, file]

 iPhone SDK 2.2 compilation

r64854: 2010-07-08 17:35:04 [JS] Julian Smart

M  /include/wx/tbarbase.h  [diff, log, file]
M  /src/common/tbarbase.cpp  [diff, log, file]

 Respect wxUSE_MENUS in toolbar base classes

r64851: 2010-07-08 13:32:34 [JS] Julian Smart

M  /include/wx/osx/iphone/chkconf.h  [diff, log, file]

 Avoid warning