wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 866 1728 2591Next 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 (19,159)
Robin Dunn (7,401)
Julian Smart (5,826)
Václav Slavík (5,058)
Stefan Csomor (4,171)
Francesco Montorsi (1,305)
Paul Cornett (950)
Stefan Neis (799)
Michael Wetherell (777)
Chris Elliott (667)
Jaakko Salli (617)
Ron Lee (517)
Steven Lamerton (447)
Jouk Jansen (425)
Dimitri Schoolwerth (363)
Bryan Petty (186)
John Chain (183)
Linas Valiukas (124)
Javier Torres (81)
Peter Most (58)
Bo Yang (37)
Ron Lee (27)
Tim Kosse (12)
User: BGC (6)
Bo Yang (37)
Bryan Petty (186)
Chris Elliott (667)
Dimitri Schoolwerth (363)
Francesco Montorsi (1,305)
Jaakko Salli (617)
Javier Torres (81)
John Chain (183)
Jouk Jansen (425)
Julian Smart (5,826)
Linas Valiukas (124)
Michael Wetherell (777)
Paul Cornett (950)
Peter Most (58)
Robin Dunn (7,401)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (4,171)
Stefan Neis (799)
Steven Lamerton (447)
Tim Kosse (12)
User: BGC (6)
Vadim Zeitlin (19,159)
Václav Slavík (5,058)

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 (64,775 revisions):

r71481: 2012-05-18 11:09:07 [SC] Stefan Csomor

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

 fixing c++11 build

r71480: 2012-05-18 10:35:08 [SC] Stefan Csomor

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

 fixing c++11 build

r71479: 2012-05-18 10:34:32 [SC] Stefan Csomor

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

 fixing c++11 build

r71478: 2012-05-18 09:56:33 [SC] Stefan Csomor

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

 fixing c++11 build

r71477: 2012-05-18 09:56:06 [SC] Stefan Csomor

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

 fixing c++11 build

r71470: 2012-05-17 16:10:22 [VZ] Vadim Zeitlin

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

 Improve wxDir::Traverse() documentation.
 
 It didn't describe wxDIR_FILES correctly and didn't mention OnOpenError().

r71469: 2012-05-17 16:10:19 [VZ] Vadim Zeitlin

M  /samples/sockets/baseserver.cpp  [diff, log, file]
M  /samples/sockets/client.cpp  [diff, log, file]

 Fix wrong format specifiers in the samples.
 
 Use "%ld" instead of "%d" to format long values, using "%d" results in an
 assert failure under LP64 systems as int and long have different sizes there.
 
 Closes #14311.

r71468: 2012-05-17 15:46:26 [PC] Paul Cornett

M  /src/generic/graphicc.cpp  [diff, log, file]
M  /src/msw/graphics.cpp  [diff, log, file]
M  /src/osx/carbon/graphics.cpp  [diff, log, file]

 mark virtual overrides as virtual

r71467: 2012-05-17 15:46:08 [PC] Paul Cornett

M  /src/gtk/filectrl.cpp  [diff, log, file]
M  /src/gtk/taskbar.cpp  [diff, log, file]
M  /src/gtk/utilsgtk.cpp  [diff, log, file]

 remove some unnecessary c_str() calls

r71466: 2012-05-17 15:45:50 [PC] Paul Cornett

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

 eliminate unused variable warning with wxUSE_LOG_DEBUG==0

r71465: 2012-05-17 15:29:50 [PC] Paul Cornett

Click to show all 12 changes...

 Remove use of "size-request" signal for wxWindow sizing.
 This signal has been removed from GTK3. Instead have wxPizza keep track of child
 size, and use gtk_widget_set_size_request() for wxWindows in native containers.

r71459: 2012-05-17 02:47:34 [RD] Robin Dunn

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

 Interface fixes for Phoenix

r71443: 2012-05-16 15:10:05 [VZ] Vadim Zeitlin

M  /samples/sockets/baseserver.cpp  [diff, log, file]

 Make variable containing port number an ushort in the sockets sample.
 
 A port number is an unsigned short, not long, so don't make it long just
 because wxCmdLineParser doesn't provide a convenient way to get the value of
 an unsigned short option (it would be nice if it did...).
 
 This fixes the problem with using "%d" format specifier with a long variable
 as this resulted in an assert under LP64 systems.
 
 See #14311.

r71442: 2012-05-16 15:10:01 [VZ] Vadim Zeitlin

M  /src/unix/evtloopunix.cpp  [diff, log, file]

 Fix wxWakeUpIdle() in Unix console application broken by r71089.
 
 Initialize m_pipeIsEmpty to true as we don't have anything in the pipe
 initially and if this variable was false, nothing was ever written to the wake
 up pipe and it was never set to true as nothing was read from it neither.
 
 Closes #14166.

r71441: 2012-05-16 13:24:49 [VZ] Vadim Zeitlin

M  /samples/typetest/typetest.cpp  [diff, log, file]

 Don't use printf() with non-literal string as format.
 
 Replace calls to printf() with puts() in the typetest sample.
 
 See #14311.

r71440: 2012-05-16 10:59:30 [JS] Julian Smart

M  /include/wx/richtext/richtextbuffer.h  [diff, log, file]
M  /include/wx/richtext/richtextsizepage.h  [diff, log, file]
M  /interface/wx/richtext/richtextbuffer.h  [diff, log, file]
M  /src/richtext/richtextdialogs.pjd  [diff, log, file]
M  /src/richtext/richtextsizepage.cpp  [diff, log, file]

 The object size page now has full position attribute editing.

r71439: 2012-05-15 10:04:11 [VZ] Vadim Zeitlin

M  /docs/changes.txt  [diff, log, file]
M  /src/gtk/evtloop.cpp  [diff, log, file]

 Fix pasting large amounts of text in wxGTK.
 
 We need to process GDK_PROPERTY_NOTIFY events when yielding for
 wxEVT_CATEGORY_CLIPBOARD, otherwise we never receive large selections.
 
 As GDK_PROPERTY_NOTIFY can be also used for non-clipboard stuff, exceptionally
 assign 2 categories to it and process it in either case.
 
 Closes #14284.

r71438: 2012-05-15 10:04:07 [VZ] Vadim Zeitlin

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

 Correct the documentation of wxSpinCtrl initial and value arguments.
 
 It does make sense to specify "initial" if "value" is empty.
 
 See #13589.

r71437: 2012-05-15 10:04:03 [VZ] Vadim Zeitlin

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

 Add support for wxArrayString to wxVariant-to-OLE conversion.
 
 This allows to call COM methods taking arrays of strings easily.
 
 Also remove support for the old and non-existent any more "stringlist" variant
 type.
 
 And add more error checking.
 
 Closes #14296.

r71436: 2012-05-15 10:04:01 [VZ] Vadim Zeitlin

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

 Enable variadic macros for VC9 and later.
 
 VC9 and 10 support variadic macros so define HAVE_VARIADIC_MACROS for them
 too. This currently only affects wxLog{Debug,Trace} definitions in wx/log.h.

r71435: 2012-05-15 10:03:57 [VZ] Vadim Zeitlin

M  /include/wx/choicebk.h  [diff, log, file]
M  /include/wx/listbook.h  [diff, log, file]
M  /include/wx/toolbook.h  [diff, log, file]
M  /include/wx/treebook.h  [diff, log, file]

 Fix keyboard navigation in wx{List,Choice,Tree,Tool}book controls.
 
 Inherit from wxNavigationEnabled<wxBookCtrlBase> instead of just
 wxBookCtrlBase to ensure that the keyboard navigation works correctly for
 these controls.
 
 The toolbar in wxToolbook still doesn't accept focus from keyboard but at
 least the pages can be TAB-bed too and from. And the rest of the controls
 are now fully accessible using only the keyboard.
 
 Closes #14303.

r71434: 2012-05-15 10:03:53 [VZ] Vadim Zeitlin

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

 Use iterators instead of indices in wxStripMenuCodes().
 
 Make the function more efficient when using UTF-8 wxStrings by using iterators
 instead of indices in the loop searching for "&".
 
 Closes #14307.

r71433: 2012-05-14 17:23:56 [JS] Julian Smart

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

 Clear styles popup if there is no style sheet

r71432: 2012-05-13 22:13:43 [VZ] Vadim Zeitlin

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

 Simplify wxEventLoopManual pending events processing logic.
 
 Don't try to process any remaining pending events in ProcessEvents() itself as
 this was inconsistent: we only processed low-level toolkit pending events in
 the main event loop itself if the loop was exited from a normal event handler
 but only processed the wxApp-level pending events if it was exited from a
 pending event handler. It also required more code than the new version that
 simply processes all the remaining pending events, of both kinds, after the
 main event loop termination.
 
 This corrects changes of r71304 and replaces those of r71329.
 
 Closes #14250.

r71431: 2012-05-13 22:05:57 [VZ] Vadim Zeitlin

M  /tests/datetime/datetimetest.cpp  [diff, log, file]

 Fix wxDateTime unit test after the changes of r71430.
 
 Don't test the return value of ParseFormat(wxCStrData) any more as this
 function is void now.