wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 5 7 9Next 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:
  • Dimitri Schoolwerth Remove Filter

Changelog for wxWidgets (225 revisions):

r65481: 2010-09-09 08:57:07 [DS] Dimitri Schoolwerth

M  /misc/scripts/update_doc_baseclasses.py  [diff, log, file]
M  /misc/scripts/update_doc_libs.py  [diff, log, file]
M  /misc/scripts/update_doc_utils.py  [diff, log, file]

 use svn:keywords instead of eol:keywords

r65478: 2010-09-08 17:11:15 [DS] Dimitri Schoolwerth

A  /build/osx/fix_xcode_ids.py  [log, file]
M  /build/osx/makeprojects.applescript  [diff, log, file]

 Make Xcode identifiers in generated project files be the same after each run.
 
 From the AppleScript that composes the Xcode projects call a Python script that bases the identifiers on an associated name instead of being random each run like Xcode does. After the Python script reopen the project again in Xcode to have the identifiers sorted (Xcode wants them to be), resulting in the project.pbxproj file being completely different inside but in the IDE the order of files still will be the same.
 

r39742: 2006-06-15 14:06:24 [DS] Dimitri Schoolwerth

M  /include/wx/mac/carbon/config_xcode.h  [diff, log, file]

 forwardported a 2.6 branch fix for misplaced define

r39740: 2006-06-15 12:40:34 [DS] Dimitri Schoolwerth

M  /include/wx/debug.h  [diff, log, file]

 added alternative definitions for wxASSERT_MSG and wxCHECK2_MSG to fix CodeWarrior warnings

r38952: 2006-04-29 19:19:58 [DS] Dimitri Schoolwerth

M  /src/mac/carbon/colordlg.cpp  [diff, log, file]
M  /src/mac/carbon/fontdlg.cpp  [diff, log, file]

 changed calls to wxMac's private wxColour::Set to use the renamed function wxColour::FromRGBColor

r36508: 2005-12-20 16:52:36 [DS] Dimitri Schoolwerth

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

 fixed compile errors (code was using unnamed objects, resulting in compiler ambiguity)

r36502: 2005-12-20 14:25:36 [DS] Dimitri Schoolwerth

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

 fixed unreachable code warnings (occurred in MSVC6+Release mode)

r36396: 2005-12-15 00:25:03 [DS] Dimitri Schoolwerth

M  /src/mac/carbon/dc.cpp  [diff, log, file]

 fixed compilo

r36216: 2005-11-20 21:55:35 [DS] Dimitri Schoolwerth

Click to show all 26 changes...

 applied patch #1356901 "Yet another removal of extra semicolons", also fixed remaining similar cases of extra semicolons

r36186: 2005-11-16 12:06:54 [DS] Dimitri Schoolwerth

M  /src/msw/stattext.cpp  [diff, log, file]

 applied patch #1348053 "[msw] Strip mnemonics when calc best size for static text"

r36185: 2005-11-15 23:26:06 [DS] Dimitri Schoolwerth

M  /src/msw/tbar95.cpp  [diff, log, file]

 only remap the disabled bitmap of a toolbarbutton when allowed by system (settings), otherwise colour artifacts can appear

r35888: 2005-10-11 15:05:03 [DS] Dimitri Schoolwerth

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

 fixed argv[0] out of bounds error (argc can be 0 when wxEntry is manually called in a plugin environment for example)

r35887: 2005-10-11 15:01:50 [DS] Dimitri Schoolwerth

M  /src/msw/window.cpp  [diff, log, file]

 fixed MSVC6 compilation error ("C2639: compiler generated default constructor required by unnamed class")

r35503: 2005-09-14 12:08:24 [DS] Dimitri Schoolwerth

M  /include/wx/msw/choice.h  [diff, log, file]
M  /src/msw/choice.cpp  [diff, log, file]

 reverted last changes which were false alarm

r35481: 2005-09-13 12:54:59 [DS] Dimitri Schoolwerth

M  /include/wx/msw/choice.h  [diff, log, file]
M  /src/msw/choice.cpp  [diff, log, file]

 fixed uninitialized variable (depending on wxChoice ctor used it resulted in an out of bounds wxChoice::GetSelection() return value)

r34670: 2005-06-16 14:16:50 [DS] Dimitri Schoolwerth

M  /src/common/fmapbase.cpp  [diff, log, file]
M  /src/common/intl.cpp  [diff, log, file]
M  /src/msw/fontutil.cpp  [diff, log, file]

 added Thai/CP874 support for MSW

r34528: 2005-06-02 13:12:06 [DS] Dimitri Schoolwerth

M  /include/wx/mac/carbon/chkconf.h  [diff, log, file]

 fixed CodeWarrior Mach-O compilation

r34500: 2005-06-02 00:19:53 [DS] Dimitri Schoolwerth

M  /build/bakefiles/wxpresets/sample/configure.in  [diff, log, file]

 fixed configure generation

r34491: 2005-06-01 13:38:03 [DS] Dimitri Schoolwerth

M  /src/msw/cursor.cpp  [diff, log, file]

 fixed compilation when IDC_HAND is undefined

r34490: 2005-06-01 13:37:13 [DS] Dimitri Schoolwerth

M  /include/wx/msw/missing.h  [diff, log, file]

 added IDC_HAND

r34398: 2005-05-30 00:17:57 [DS] Dimitri Schoolwerth

M  /include/wx/event.h  [diff, log, file]

 restored the EVT_SCROLL and EVT_COMMAND_SCROLL definitions to include the ENDSCROLL event

r34233: 2005-05-22 01:48:22 [DS] Dimitri Schoolwerth

M  /wxPython/contrib/gizmos/wxCode/src/treelistctrl.cpp  [diff, log, file]

 removed redundant preprocessor check

r34100: 2005-05-17 16:03:25 [DS] Dimitri Schoolwerth

M  /src/msw/dc.cpp  [diff, log, file]
M  /src/msw/listbox.cpp  [diff, log, file]
M  /src/msw/metafile.cpp  [diff, log, file]
M  /src/msw/ownerdrw.cpp  [diff, log, file]
M  /src/msw/tooltip.cpp  [diff, log, file]
M  /src/msw/window.cpp  [diff, log, file]

 applied patch #1185523: "Replace GetTextExtentPoint with GetTextExtentPoint32"

r34025: 2005-05-12 10:55:14 [DS] Dimitri Schoolwerth

M  /build/bakefiles/wxpresets/bakefile_quickstart.txt  [diff, log, file]
M  /include/wx/setup_inc.h  [diff, log, file]

 corrected minor typos

r33757: 2005-04-19 13:27:52 [DS] Dimitri Schoolwerth

M  /src/msw/settings.cpp  [diff, log, file]

 useIconFont was always false for Win9x