Quantcast
Channel: wxWidgets: Ticket Query
Browsing all 66 articles
Browse latest View live

#12959: Fix build with libpng-1.5.

The following patch is required for wxGTK-2.8 to build against >=libpng-1.5.  Please include it in the upcoming 2.8.12.0 release.

View Article


#12857: wxConvertOleToVariant converts a bad date

In wxConvertOleToVariant, the converted date is assigned to the variant before assigning the date. This results in a bad date always being returned. The only workaround (which really isn't a real...

View Article


#12549: Usage dialog: bad text

If you have this sequence in your app the text in the usage dialog indicates that you must type "my app name" in the terminal window (if invoked with --help or via the menu): this is not the intention...

View Article

#12514: inproper Fix for bug finding line after line break (r65594)

r65594 was a backport of trunk bug fix, but it break the compilation See buildbot  http://buildbot.tt-solutions.com/wx/builders/XPSP2%20VC9%20wxMSW%20stable%20debug/builds/529 Attached a proper fix

View Article

#12507: WX_2_8_BRANCH/version.h/wxRELEASE_NUMBER -> 12

View Article


#12444: wxAcceleratorEntry::IsOk() is broken

m_flags = 0 is perfectly valid

View Article

#12438: Backport of r62561

See ticket #11376

View Article

#12437: Backport of r50056

View Article


#12436: Backport of r61028

See ticket #10693

View Article


#12435: Support NULL wxDocManager in 2.8 too

Setting wxDocParentFrame::m_docManager to NULL is legal in trunk since r64295. The is quite useful *) Patch: Make NULL a valid for m_docManager, in wxDocParentFrame in stable, just as in trunk. *)...

View Article

#12434: Backport of r53555

A really nasty timewaster if you run into it. Not so good to have in a stable release.

View Article

#12312: Can't use --disable-radiobtn with 2.8

Hi, ALL, Don't know how many 2.8 releases will be... You can't use "--disable-radiobtn" on wxGTK at least on 2.8.10. In src/gtk/window.cpp wxWindowGTK::SetFocus() references wxRadioButton class and it...

View Article

#12237: Context manager for wx.Clipboard

Closes the clipboard at the end of the with statement.

View Article


#12027: wxCommandProcessor crash

There is a crash in wxCommandProcessor::Store when there is a limit for stored commands and m_currentCommand is first node. Steps for reproduce this: 1) create a wxCommandProcessor with limited number...

View Article

#11852: Demo refuse to run when started from a directory containing with...

The problem occurs when demo.py is contained in a directory path containing accented letters like '/home/pierreth/Téléchargements'. The application will start normally but the demos listed on the left...

View Article


#11536: [cppcheck] possible nullpointer dereference in...

during a check of the current svn head (wxWidgets-2.8) with the static code analysis tool cppcheck the tool found a possible nullpointer dereference. please refer the attached patch that fixes the...

View Article

#11515: wxDataViewSortedListModel get/setters

Patch: Get/setters to access private data members. Notes: - The reason for this patch is simply that I have several projects that cannot compile without it (sf.net/projects/dbase,...

View Article


#11389: wxDataViewListModel::Get/SetValueByRow in wx 2.8

Ease the 2.8 upgrade path, now that wxDataViewListModel is back. Patch: -> upwards compatible

View Article

#11350: LP64 LLP64 conflicts in wxStyledTextCtrl result in crashing win64...

Since the size of long type is different depending on the compiler platform (e.g. LP64 vs. LLP64), type casts converting pointers to longs may lead to fatal information loss. As a result, the...

View Article

#10111: Bugs in wxCondition

Hi, I'd like to report two bugs in the wxCondition code located in method wxConditionInternal::WaitTimeout(unsigned long milliseconds) that gave me quite a struggle detecting them. The current...

View Article
Browsing all 66 articles
Browse latest View live