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 |
2008-01-14 |
Vadim Zeitlin | rename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxTool... |
tree | commitdiff |
2008-01-14 |
Vadim Zeitlin | added wxTBK_HORZ_LAYOUT (heavily modified patch 1855678) |
tree | commitdiff |
2008-01-14 |
Paul Cornett | make XPM data pointer parameter fully const |
tree | commitdiff |
2008-01-14 |
Paul Cornett | avoid GCC warning about type-punned pointer breaking... |
tree | commitdiff |
2008-01-14 |
Robert Roebling | Partial impl of auto resizing columns |
tree | commitdiff |
2008-01-13 |
Robert Roebling | Improved wxDataViewSpinCtrlRenderer under OS X |
tree | commitdiff |
2008-01-13 |
Robert Roebling | Reapplied patch for drawing background of custom items |
tree | commitdiff |
2008-01-13 |
Robert Roebling | wxSizer::Fit() now sets client size |
tree | commitdiff |
2008-01-13 |
Robert Roebling | Always invoke default action even if dclick is caught... |
tree | commitdiff |
2008-01-13 |
Stefan Csomor | I still think that's needed ... |
tree | commitdiff |
2008-01-13 |
Paul Cornett | prevent explicitly set client size from being changed... |
tree | commitdiff |
2008-01-13 |
Vadim Zeitlin | improvements to wxWeakRef and related classes |
tree | commitdiff |
2008-01-12 |
Vadim Zeitlin | call OnExec() taking wxString argument from OnExecute... |
tree | commitdiff |
2008-01-12 |
Vadim Zeitlin | fix bug introduced in wxRegion::DoUnionWithRect() in... |
tree | commitdiff |
2008-01-12 |
Stefan Neis | Some wxOS2 compilation fixes after wxDC changes |
tree | commitdiff |
2008-01-12 |
Stefan Neis | Fixed compilation. |
tree | commitdiff |
2008-01-12 |
Stefan Neis | Implemented wxGDIObject::Create/CloneGDIRefData() for... |
tree | commitdiff |
2008-01-12 |
Robert Roebling | Invoke default action if dclick event after <ENTER... |
tree | commitdiff |
2008-01-12 |
Stefan Neis | Blind compilation fixes. |
tree | commitdiff |
2008-01-12 |
Stefan Neis | Removed constructor already defined in header. |
tree | commitdiff |
2008-01-12 |
Stefan Neis | derive wxColourBase from wxObject on os2 as well |
tree | commitdiff |
2008-01-11 |
Václav Slavík | fixed memory leak in wxXmlResource introduced when... |
tree | commitdiff |
next |