Quantcast
Channel: wxWidgets: Ticket Query
Browsing latest articles
Browse All 66 View Live
↧

#12020: Make wxHtmlWindow::ScrollToAnchor public instead or protected

The wxHtmlWindow::ScrollToAnchor is a useful function and I don't think it has any reason to be protected, I'm using wxLua and it doesn't expose it because it isn't public. I did modified my own...

View Article


#13051: Application hung (infinite loop) if the same class-name is used twice...

Notes and references The bug + patch is also available with Ubuntu bug  https://launchpad.net/bugs/735462 What you expected to happen The wxwidgets should check for duplicate insertion into the event...

View Article


Image may be NSFW.
Clik here to view.

#12092: Standard IDs does not work in Mac OS X menubar

I just started running tutorial on wxPython (2.8.11) and noticed that by using standard IDs menu bar is not working. I have Mac OS X 10.6 (64-bit, latest updates), Python came with Mac, no updates...

View Article

#13102: wxFileDialog::ShowDialog fails

Hi all. I need to work with wxFileDialog in win32 (Windows XP SP3) with Visual C++ 2008 Express SP1. Compiling dialogs example in Unicode Debug gives runtime error 0xC0000008. The library fails at...

View Article

#12915: compile wxWidgets on HP-UX 10.20

When i compile wxwidgets with : --enable-gtk --disable-gtktest --disable-sdltest CFLAGS= I have the error when i would like to link: Error cannont convert int to tm* Can someone help me, thanks

View Article


#10805: Application direction issue on RTL desktop

A while ago a bug on GTK that cased direction of applications without translation to right to left (no translation = not necessary to change direction) was fixed....

View Article

#12987: 2.8.12 RC 1: Please update install-cocoa.txt and install-mac.txt

This issue is for wxWidgets-2.8.12-rc1 In these two files install-cocoa.txt install-mac.txt Please add the following sentence as the first line: Build instructions for Carbon and Cocoa are available...

View Article

#12775: wxWidgets-2.8/samples/internat regression with unicode build [PATCH]

Hello, the following compiler (g++-4.4.1,Ubuntu,32-Bit) error appars when compiling the internat-sample from wxWidgets-2.8: wxWidgets-2.8/samples/internat$ make -f makefile.unx g++ -c -o...

View Article


#11991: wxGridBagSizer returns wrong number of columns/rows untill Layout()...

If one adds widgets in the columns and rows of a wxGridBagSizer, GetRows() and GetCols() return 0 and 1 untill Layout() is called after which they return the true numbers: wxGridBagSizer* gridBagSizer...

View Article


#12988: Improvements to FAQ for wxMac

The attached patch improves the FAQ for wxMac improves the build instructions puts the modern stuff (Mac OS X and Xcode) before the older stuff (OS 9 and Codewarrior The patch is against...

View Article

#12494: .xrc File cannot be saved if encoding is set

when setting the encoding attribute of a GUI description XRCed cannot save the .xrc file anymore. The bug is in ALL versions (tested current stable version 2.8 and devel 2.9)

View Article

#12455: wxDateTime::Format(): buffer overflow (time zone %Z access on broken...

Hello, Issue persists on current SVN. wx 2.8.10 Valgrind 3.5.0 traces (plus some program log output): after COPTime_HumanReadable2wxDateTime: <0x1dc61460> time "0084-08-07 00:00:00...

View Article

#12451: wxDateTime::Format(): infinite loop bug

Forgive me, but in trunk src/common/datetimefmt.cpp, this part: default: // is it the format width? fmt.Empty(); while ( *p == wxT('-') *p == wxT('+') *p == wxT(' ') wxIsdigit(*p) ) { fmt += *p; }...

View Article


#12986: 2.8.12 RC 1: Improved installation instructions for Mac OS X for...

The attached patch is intended for  http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH I submitted a separate patch #12985 for trunk. Please apply this patch to the 2.8 branch only....

View Article

#12963: Backport of r57404: VC6 build fix

View Article


#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

#12978: Corrections to the wxBase-2.8 readme.txt

To make either the wxWidgets or the wxBase tarballs build as 'base' on Linux, it's not enough just to do ../configure (it defaults to gtk), and --with-base doesn't seem to exist. The only way I've...

View Article

#12975: wxTreeCtrl asserts in wxX11-2.8.12-rc1

A wxTreeCtrl in a debug wxX11 build (and probably the other univ builds too) produces the following assert: ../src/univ/colschem.cpp(85): assert "index <...

View Article


#11578: FontDialog in wxPython broken in Mac OS X 10.6 (snow leopard)

FontDialog flashes and closes in a second when called in Mac OS X 10.6. That is, it will not stay open. This is in the most current wxPython 2.8.10.1. Happens in the demo program. Seems to be the same...

View Article


#11520: found a resource leak in...

During a check of the current svn head from wxWidgets with the static code analysis tool cppcheck. I found a resource leak in wxWidgets-2.8/utils/HelpGen/src/scriptbinder.cpp. Cppecheck prints the...

View Article

#12143: Click anywhere inside wxListBox generates...

Hi all, This is a rather unexpected behaviour for wxListBox. Clicking anywhere inside wxListBox without intending to select an item generates selected event. Calling 'GetSelection()' inside the event...

View Article

#11474: Dragging wxAuiNotebook tab out causes crash

On wxGTK 2.8.10 debug build, dragging a tab out of wxAuiNotebook into a new dock area causes an assertion failure: ./src/gtk/frame.cpp(330): assert '(m_wxwindows != NULL)' failed in GtkOnSize():...

View Article

#11351: found undocumented functions in class wxAcceleratorEntry of wxWidgets...

Hello, the following functions are not documented in the current stable release documentation: class wxAcceleratorEntry { ... bool IsOk() const { return m_flags != 0 && m_keyCode != 0; } //...

View Article


#11157: Generic wxTreeCtrl - SelectItem toggles selection if item already in...

For the generic wxTreeCtrl, if SelectItem is called when the item is already in desired state the item selection state is toggled. Current workaround which I have been using is to check if item is...

View Article

#11097: wxGraphicsContext::DrawBitmap: x and y coords should not be affected...

void wxCairoContext::DrawGraphicsBitmapInternal(const wxGraphicsBitmap &bmp, wxDouble x, wxDouble y, wxDouble w, wxDouble h ): In the code below cairo_scale() affects also to x and y parameters....

View Article


#11254: assert on wxEVT_MOUSE_CAPTURE_LOST and wxGrid

I've searched the archives and found this to be a problem before, but in different contexts. It appears simple to reproduce on a Windows XP machine. 1) Create a wxGrid with columns set to drag-able....

View Article

#10576: msw build fails when using watcom with no-threads option

I am attempting to build wxWidgets 2.8.9 msw version from the source code to use with wxEuphoria. For the record, my Windows machine is a Toshiba laptop with AMD 64 AthlonX2 processors, running...

View Article


#10537: Badly calculated tooltip widths in MSW (w/known cause)

I'm using the last stable version 2.8.9. Look at /src/msw/tooltip.cpp, line 316 int index = m_text.Find(_T('\n')); if ( index != wxNOT_FOUND ) What happens if there is no '\n'??? TTM_SETMAXTIPWIDTH...

View Article

#11695: myole4ax.* missing in setup.py

Two myole4ax.* files are not installed when using setup.py. The ActiveX demos fail. Here's a patch. --- setup.py (revision 63389) +++ setup.py (working copy) @@ -937,7 +937,9 @@ DATA_FILES +=...

View Article

#11535: error in py25-wxpython in macports

Error: The following dependencies failed to build: wxWidgets ... ... ... port install py25-wxpython ---> Computing dependencies for py25-wxpython ---> Building wxWidgets Error: Target...

View Article

#11391: A mistake in the wxPython Demo

Note: This is not a bug of wxWidgets and wxPython but a mistake in the Demo code(2.8.10.1). In "CommonDialogs"-->"ColourDialog", the following demo code doesn't work as expectation on Windowx XP...

View Article


#12172: wxConditionInternal::WaitTimeout() Mac/Carbon broken like in many...

Hi, reporting this in a hurry, just to make sure it won't get lost. Perhaps I'm the only guy to evaluate return values _and_ then be bold enough to pass them to an ASSERT to swallow ;) trunk...

View Article

Browsing latest articles
Browse All 66 View Live