wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 810 1617 2424Next 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
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]

Changelog for wxWidgets (60,596 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

r65480: 2010-09-08 20:01:32 [RR] Robert Roebling

M  [WX_2_8_BRANCH] /src/gtk/dnd.cpp  [diff, log, file]

 Unregister configure callback, fixes #12447: wxGTK patch: Segfault on Drag&Drop

r65479: 2010-09-08 20:00:44 [RR] Robert Roebling

M  /src/gtk/dnd.cpp  [diff, log, file]

 Unregister configure callback,part of #12447: wxGTK patch: Segfault on Drag&Drop

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.
 

r65477: 2010-09-07 21:37:22 [VZ] Vadim Zeitlin

M  /build/bakefiles/scintilla.bkl  [diff, log, file]
M  /build/msw/makefile.bcc  [diff, log, file]
M  /build/msw/makefile.gcc  [diff, log, file]
M  /build/msw/makefile.vc  [diff, log, file]
M  /build/msw/makefile.wat  [diff, log, file]
M  /build/msw/wx_vc7_wxscintilla.vcproj  [diff, log, file]
M  /build/msw/wx_vc8_wxscintilla.vcproj  [diff, log, file]
M  /build/msw/wx_vc9_wxscintilla.vcproj  [diff, log, file]
M  /build/msw/wx_wxscintilla.dsp  [diff, log, file]

 Use correct Unicode define for wxScintilla compilation.
 
 Compilation of wxScintilla with Borland failed because -D_UNICODE was not
 passed on command line resulting in mismatches between wxChar and Windows
 TCHAR. It's a mystery why this didn't happen with the other compilers but
 defining _UNICODE for them too can't hurt.

r65475: 2010-09-07 16:05:01 [SC] Stefan Csomor

M  /src/osx/nonownedwnd_osx.cpp  [diff, log, file]

 resetting the wrapper flag later, otherwise the native destructors dealloc too much, fixes #12448

r65474: 2010-09-07 06:51:13 [SC] Stefan Csomor

M  /include/wx/osx/nonownedwnd.h  [diff, log, file]
M  /src/osx/carbon/filedlg.cpp  [diff, log, file]
M  /src/osx/cocoa/filedlg.mm  [diff, log, file]
M  /src/osx/nonownedwnd_osx.cpp  [diff, log, file]

 modeling subclassing along msw, unsubclassing filedialog at end of ShowModal, fixes #12236

r65473: 2010-09-06 13:50:12 [SC] Stefan Csomor

M  /include/wx/thread.h  [diff, log, file]
M  /src/osx/core/evtloop_cf.cpp  [diff, log, file]
M  /src/unix/threadpsx.cpp  [diff, log, file]

 using non-sleep version for GUI mutex, solves #12411

r65472: 2010-09-05 13:31:13 [SJL] Steven Lamerton

M  /tests/controls/buttontest.cpp  [diff, log, file]

 Simplify ButtonTestCase::Bitmap. The old test was not correct as it tested all bitmaps to see if they were valid, however these do not get set by SetBitmap and so the tests only passed if the platform set valid defaults.

r65471: 2010-09-05 13:14:14 [SJL] Steven Lamerton

M  /tests/controls/listboxtest.cpp  [diff, log, file]

 Fix typo from previous commit.

r65470: 2010-09-05 13:11:42 [SJL] Steven Lamerton

M  /tests/controls/listboxtest.cpp  [diff, log, file]

 Move the second wxListBox sort test back to the ownerdrawn section and re-enable it under wxGTK.

r65469: 2010-09-05 12:47:46 [SJL] Steven Lamerton

M  /tests/controls/bitmaptogglebuttontest.cpp  [diff, log, file]

 Wrap BitmapToggleButtonTestCase in a preprocessor check so compilation shouldn't fail on platforms that don't support it.

r65468: 2010-09-04 13:33:40 [VZ] Vadim Zeitlin

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

 Remove unused wxProgressDialogTaskRunner::m_parent field.
 
 This seems to be a left over from old version of the code and is not used any
 longer.
 
 See #12414.

r65467: 2010-09-04 13:33:36 [VZ] Vadim Zeitlin

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

 Fix crash in wxMSW wxProgressDialog without wxPD_APP_MODAL style.
 
 Use the correct method to retrieve the parent window to disable and check that
 this pointer is not NULL before dereferencing it.
 
 Closes #12414.

r65466: 2010-09-04 13:33:29 [VZ] Vadim Zeitlin

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

 Improve main and extended messages handling in new wxMSW wxMessageDialog.
 
 Don't use the main message if there is no extended message: this looks bad as
 the main message is emphasized to contrast with the extended one which doesn't
 make sense visually if there is no extended message.
 
 Also recognize the common use of wxMessageBox() with a multiline text composed
 of the first string that plays the role of the main message with the rest
 being the extended one and handle this appropriately automatically. This
 results in a better appearance by default for a lot of message boxes,
 including even the one in our own minimal sample.

r65465: 2010-09-04 09:36:25 [VZ] Vadim Zeitlin

M  /interface/wx/msgdlg.h  [diff, log, file]

 Add a link to Microsoft guidelines from wxICON_QUESTION documentation.
 
 Microsoft documentation provides explanations as to how the icons should be
 used in the message dialogs which can be useful for people wondering which
 icon style to use an when.
 
 See #12417.

r65464: 2010-09-03 22:48:44 [VZ] Vadim Zeitlin

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

 Don't link with long obsolete ctl3d32 library when using MinGW.
 
 ctl3d32 was used for Win16 development and is not used by wxMSW since many
 years, don't link with it unnecessarily when using MinGW.
 
 Also remove a FIXME comment about an issue which doesn't seem to need any
 fixing.

r65463: 2010-09-03 19:33:18 [VS] Václav Slavík

M  /src/generic/odcombo.cpp  [diff, log, file]

 Fix wxOwnerDrawnComboBox keyboard navigation with duplicate items.
 
 If the combobox contained duplicate strings (i.e. multiple items with the
 same string value, but differing indexes), then navigating to the second
 and subsequent ones skipped to the first occurence instead. We need to
 preserve the index.

r65462: 2010-09-03 19:33:11 [VS] Václav Slavík

M  /build/bakefiles/scintilla.bkl  [diff, log, file]
M  /build/msw/makefile.bcc  [diff, log, file]
M  /build/msw/makefile.gcc  [diff, log, file]
M  /build/msw/makefile.vc  [diff, log, file]
M  /build/msw/makefile.wat  [diff, log, file]
M  /build/msw/wx_core.dsp  [diff, log, file]
M  /build/msw/wx_vc7_core.vcproj  [diff, log, file]
M  /build/msw/wx_vc7_wxscintilla.vcproj  [diff, log, file]
M  /build/msw/wx_vc8_core.vcproj  [diff, log, file]
M  /build/msw/wx_vc8_wxscintilla.vcproj  [diff, log, file]
M  /build/msw/wx_vc9_core.vcproj  [diff, log, file]
M  /build/msw/wx_vc9_wxscintilla.vcproj  [diff, log, file]
M  /build/msw/wx_wxscintilla.dsp  [diff, log, file]
M  /Makefile.in  [diff, log, file]

 Fixed wxscintilla compilation for wxDFB.

r65457: 2010-09-01 15:25:01 [SJL] Steven Lamerton

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

 Fix compilation under MinGW, also add missing SVN properties.

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.

r65454: 2010-09-01 13:28:43 [VS] Václav Slavík

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

 Reduce flicker when removing wxNotebook page.
 
 wxMSW implementation hides all pages except the selected one. But when
 removing selected page from the control, this invariant is temporarily
 broken and this results in visible flicker. Hiding the page as soon as
 it gets removed fixes it.

r65453: 2010-09-01 09:48:24 [VZ] Vadim Zeitlin

M  /build/msw/wx_dll.dsw  [diff, log, file]

 Update wx_dll.dsw to include the ribbon library.
 
 Add wx_ribbon project with dependency on core library.

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