- r71481: 2012-05-18 11:09:07 [SC] Stefan Csomor
-
/include/wx/xti2.h [diff, log, file]
fixing c++11 build
- r71480: 2012-05-18 10:35:08 [SC] Stefan Csomor
-
/include/wx/xtitypes.h [diff, log, file]
fixing c++11 build
- r71479: 2012-05-18 10:34:32 [SC] Stefan Csomor
-
/include/wx/math.h [diff, log, file]
fixing c++11 build
- r71478: 2012-05-18 09:56:33 [SC] Stefan Csomor
-
/src/osx/window_osx.cpp [diff, log, file]
fixing c++11 build
- r71477: 2012-05-18 09:56:06 [SC] Stefan Csomor
-
/src/osx/core/bitmap.cpp [diff, log, file]
fixing c++11 build
- r71470: 2012-05-17 16:10:22 [VZ] Vadim Zeitlin
-
/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
-
/samples/sockets/baseserver.cpp [diff, log, file]
/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
-
/src/generic/graphicc.cpp [diff, log, file]
/src/msw/graphics.cpp [diff, log, file]
/src/osx/carbon/graphics.cpp [diff, log, file]
mark virtual overrides as virtual
- r71467: 2012-05-17 15:46:08 [PC] Paul Cornett
-
/src/gtk/filectrl.cpp [diff, log, file]
/src/gtk/taskbar.cpp [diff, log, file]
/src/gtk/utilsgtk.cpp [diff, log, file]
remove some unnecessary c_str() calls
- r71466: 2012-05-17 15:45:50 [PC] Paul Cornett
-
/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
-
/interface/wx/sound.h [diff, log, file]
Interface fixes for Phoenix
- r71443: 2012-05-16 15:10:05 [VZ] Vadim Zeitlin
-
/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
-
/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
-
/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
-
/include/wx/richtext/richtextbuffer.h [diff, log, file]
/include/wx/richtext/richtextsizepage.h [diff, log, file]
/interface/wx/richtext/richtextbuffer.h [diff, log, file]
/src/richtext/richtextdialogs.pjd [diff, log, file]
/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
-
/docs/changes.txt [diff, log, file]
/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
-
/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
-
/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
-
/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
-
/include/wx/choicebk.h [diff, log, file]
/include/wx/listbook.h [diff, log, file]
/include/wx/toolbook.h [diff, log, file]
/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
-
/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
-
/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
-
/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
-
/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.