2008-02-08 |
David Elliott | Add wxGCSafeRetain/wxGCSafeRelease to the vast majority... |
tree | commitdiff |
2008-02-07 |
Julian Smart | Avoid scrolling parts of the screen that don't belong... |
tree | commitdiff |
2008-02-06 |
David Elliott | Fix most of the Objective-C GC problems by using the... |
tree | commitdiff |
2008-02-06 |
Vadim Zeitlin | correction after the previous commit which introduced... |
tree | commitdiff |
2008-02-06 |
Julian Smart | Reset scroll position when clearing buffer |
tree | commitdiff |
2008-02-06 |
Vadim Zeitlin | fix GetTLWParentIfNotBeingDeleted() to work correctly... |
tree | commitdiff |
2008-02-06 |
Julian Smart | Resolved ambiguity for VC 9 |
tree | commitdiff |
2008-02-05 |
Václav Slavík | call Show(false) from ~wxDialog to call EndModal if... |
tree | commitdiff |
2008-02-05 |
Julian Smart | Strip menu codes from page label for consistency with... |
tree | commitdiff |
2008-02-05 |
Vadim Zeitlin | length passed to WideCharToMultiByte() was off by one... |
tree | commitdiff |
2008-02-04 |
Vadim Zeitlin | use BSTR length to also deal with NULs inside BSTRs... |
tree | commitdiff |
2008-02-04 |
Vadim Zeitlin | use WideCharToMultiByte() instead of wcstombs() to... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | undid change to GSocket::Select() done in r50831, do... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | use wxSOCKET_REUSEADDR for IPC sockets (part of patch... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | another correction to indices used in StringToLines() |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | wxFontData doesn't need to be static in wxGenericFontBu... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | correct indices used in StringToLines() (modified patch... |
tree | commitdiff |
2008-02-03 |
Paul Cornett | add missing ! accidentally dropped in last commit |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | initialize m_sharedContext and m_sharedContextOf to... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | added wxGLCanvas::IsDisplaySupported() (patch 1879906) |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | build fix for wxUSE_INTL==0 (patch 1878908) |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | don't use negative sizes for row/column labels subwindo... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | compilation fix with wxUSE_EXTENDED_RTTI==1 |
tree | commitdiff |
2008-02-03 |
Paul Cornett | Remove remnants of GTK1 accelerator code. |
tree | commitdiff |
2008-02-03 |
Paul Cornett | remove unused wxMenuBar::m_style |
tree | commitdiff |
2008-02-02 |
Václav Slavík | fixed wxTextCtrl to not process clipboard events twice... |
tree | commitdiff |
2008-02-02 |
Paul Cornett | avoid GCC warnings about breaking strict aliasing rules |
tree | commitdiff |
2008-02-02 |
Paul Cornett | Enable best size caching, remove unnecessary GetLabel... |
tree | commitdiff |
2008-02-02 |
Paul Cornett | fix wxALIGN_RIGHT in RTL mode |
tree | commitdiff |
2008-02-02 |
Paul Cornett | label clipping hack is not needed for GTK+ >= 2.12 |
tree | commitdiff |
2008-02-01 |
Václav Slavík | eliminate code duplication in wxSizer::Fit() |
tree | commitdiff |
2008-02-01 |
Václav Slavík | fixed RR's change of wxSizer::Fit to set client size... |
tree | commitdiff |
2008-02-01 |
Michael Wetherell | Compile fix for --without-zlib --enable-compat26. |
tree | commitdiff |
2008-02-01 |
Julian Smart | Added a reset-buffer event to give an opportunity to... |
tree | commitdiff |
2008-02-01 |
Paul Cornett | remove unnecessary m_glWidget, fix return types for... |
tree | commitdiff |
2008-02-01 |
Paul Cornett | fix for GTK assertion from gtk_widget_set_colormap... |
tree | commitdiff |
2008-01-31 |
Václav Slavík | compilation fix for wxUSE_BOOKCTRL=0 |
tree | commitdiff |
2008-01-31 |
Václav Slavík | compilation fix for wxUSE_MENUS=0 |
tree | commitdiff |
2008-01-31 |
Václav Slavík | wxUniv/MSW compilation fix after wxDC changes |
tree | commitdiff |
2008-01-31 |
Václav Slavík | added InitRGBA to generic wxColour to fix linking ... |
tree | commitdiff |
2008-01-31 |
David Elliott | Allow wxTopLevelWindowCocoa::SetDefaultItem(NULL) |
tree | commitdiff |
2008-01-30 |
Vadim Zeitlin | use HandleWindowEvent() in ProcessCommand(); return... |
tree | commitdiff |
2008-01-30 |
Václav Slavík | clarified EndModal assert message |
tree | commitdiff |
2008-01-30 |
Julian Smart | Added checks to encoding conversion to avoid crash |
tree | commitdiff |
2008-01-29 |
Robin Dunn | Apply change in r51405 to this file too: don't use... |
tree | commitdiff |
2008-01-29 |
Václav Slavík | wx*DCImpl PCH-less compilation fix |
tree | commitdiff |
2008-01-29 |
Vadim Zeitlin | define __VISUALCn__ for n=5,6,7,8,9 and not only 8... |
tree | commitdiff |
2008-01-29 |
Julian Smart | Fixed global cursor setting on Mac, which fixes busy... |
tree | commitdiff |
2008-01-29 |
Paul Cornett | Remove unnecessary IsRadioButton(). |
tree | commitdiff |
2008-01-28 |
Paul Cornett | remove unnecessary ?: operator |
tree | commitdiff |
2008-01-28 |
Vadim Zeitlin | fix compilation error for wxUSE_DC_CACHEING==0; use... |
tree | commitdiff |
2008-01-28 |
Paul Cornett | another fix for HP-UX 11.11 vsscanf, should have been... |
tree | commitdiff |
2008-01-27 |
Julian Smart | Take basic style into account when applying style sheet |
tree | commitdiff |
2008-01-27 |
Julian Smart | Take basic style into account when showing style under... |
tree | commitdiff |
2008-01-27 |
Václav Slavík | Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAN... |
tree | commitdiff |
2008-01-27 |
Vadim Zeitlin | only define wxEventPtr in wxBase, not wxCore |
tree | commitdiff |
2008-01-26 |
Vadim Zeitlin | don't fail in wxTransferStreamToFile if file size is... |
tree | commitdiff |
2008-01-26 |
Vadim Zeitlin | delete the event object in ProcessPendingEvents() even... |
tree | commitdiff |
2008-01-26 |
Vadim Zeitlin | set listview extended styles after switching to report... |
tree | commitdiff |
2008-01-26 |
Vadim Zeitlin | don't append anything back in DoDeleteOneItem() if... |
tree | commitdiff |
2008-01-26 |
Vadim Zeitlin | fix assert when using owner-drawn menu items with the... |
tree | commitdiff |
2008-01-25 |
Julian Smart | Corrected image saving to HTML |
tree | commitdiff |
2008-01-25 |
Julian Smart | HTML output corrections |
tree | commitdiff |
2008-01-25 |
Julian Smart | Image objects should load and save attributes |
tree | commitdiff |
2008-01-24 |
Julian Smart | Update caret in SetInsertionPoint |
tree | commitdiff |
2008-01-24 |
Paul Cornett | remove redundant WX_CLEAR_LIST, it's done by base dtor |
tree | commitdiff |
2008-01-24 |
Paul Cornett | fix memory leak when wxMenu is used as a popup |
tree | commitdiff |
2008-01-24 |
Julian Smart | Optimization correction |
tree | commitdiff |
2008-01-24 |
Vadim Zeitlin | generate focus and kill focus events for wxTextCtrl... |
tree | commitdiff |
2008-01-23 |
Vadim Zeitlin | no real changes, just use HandleWindowEvent() instead... |
tree | commitdiff |
2008-01-23 |
Václav Slavík | catch exceptions when sending menu events |
tree | commitdiff |
2008-01-23 |
Bryan Petty | Reverted wxAuiFloatingFrame dtor crash fix (r51324... |
tree | commitdiff |
2008-01-22 |
Stefan Csomor | fixing 1877182 |
tree | commitdiff |
2008-01-22 |
Václav Slavík | use xdg-open in wxLaunchDefaultBrowser() on Unix if... |
tree | commitdiff |
2008-01-22 |
Bryan Petty | Fixed a rare wxAuiFloatingFrame dtor crash on MSW using... |
tree | commitdiff |
2008-01-21 |
Vadim Zeitlin | temporary fix for shared build linking problems after... |
tree | commitdiff |
2008-01-21 |
Václav Slavík | call Create from wxGrid non-default ctor instead to... |
tree | commitdiff |
2008-01-21 |
Václav Slavík | wxGrid focus handling fixes: |
tree | commitdiff |
2008-01-21 |
Václav Slavík | prefix implementation methods of wxBitmapButton with... |
tree | commitdiff |
2008-01-21 |
Václav Slavík | updated wxExecute checks in wxGTK to be same as in... |
tree | commitdiff |
2008-01-21 |
Václav Slavík | added wxWindow::HasFocus() for more convenient way... |
tree | commitdiff |
2008-01-20 |
Vadim Zeitlin | add wxDatePickerCtrl support in wxGenericValidator... |
tree | commitdiff |
2008-01-19 |
Stefan Neis | Fixed OS/2 compilation after wxDC changes |
tree | commitdiff |
2008-01-19 |
Stefan Neis | Applied patch #1875242 - fixing more bugs related to... |
tree | commitdiff |
2008-01-19 |
Vadim Zeitlin | use bgcolor when restoring styles as this is what we... |
tree | commitdiff |
2008-01-19 |
Vadim Zeitlin | skip focus events after handling them in wxTextCtrl... |
tree | commitdiff |
2008-01-18 |
Stefan Neis | Fixed errors in OS/2's wxDC::SetMapMode (patch #1871556... |
tree | commitdiff |
2008-01-17 |
Václav Slavík | the wxConvUI hack in wxMsgCatalog should only be done... |
tree | commitdiff |
2008-01-17 |
Paul Cornett | on HP-UX 11.11, vsscanf first parameter is not const |
tree | commitdiff |
2008-01-17 |
Paul Cornett | check for vswscanf(), AIX 5.1 and HP-UX 11.11 don't... |
tree | commitdiff |
2008-01-17 |
Vadim Zeitlin | restored wxEnhMetaFileDC::Close() lost in wxDC reorgani... |
tree | commitdiff |
2008-01-16 |
Julian Smart | Correction for cursor setting when moving out of a... |
tree | commitdiff |
2008-01-16 |
Robert Roebling | Sort of autoresize if only 1 column is there |
tree | commitdiff |
2008-01-16 |
Robert Roebling | [ 1635287 ] wrong cursor when dragging an image |
tree | commitdiff |
2008-01-16 |
Vadim Zeitlin | don't enable disabled windows when showing them (patch... |
tree | commitdiff |
2008-01-16 |
Vadim Zeitlin | don't create unnecessary temporary wxFont (patch theFont) |
tree | commitdiff |
2008-01-16 |
Vadim Zeitlin | made all XPM const to avoid warnings from mingw32 4... |
tree | commitdiff |
2008-01-15 |
Vadim Zeitlin | added unit tests for decoding invalid base64 strings... |
tree | commitdiff |
2008-01-15 |
Václav Slavík | fixed wxHTML parser to not assert on invalid HTML input... |
tree | commitdiff |
2008-01-14 |
Václav Slavík | fixed wxXmlResource::GetText() in ANSI build to correct... |
tree | commitdiff |
next |