2008-02-04 |
Vadim Zeitlin | added console IPC sample (part of patch 1833150) |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | undid change to GSocket::Select() done in r50831, do... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | use wxSOCKET_REUSEADDR for IPC sockets (part of patch... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | another correction to indices used in StringToLines() |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | wxFontData doesn't need to be static in wxGenericFontBu... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | correct indices used in StringToLines() (modified patch... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Paul Cornett | add missing ! accidentally dropped in last commit |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | initialize m_sharedContext and m_sharedContextOf to... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | no real changes, just added 2 virtual keywords to ... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | added wxGLCanvas::IsDisplaySupported() (patch 1879906) |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | compilation fix for wchar_t-based builds after ParseISO... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | build fix for wxUSE_INTL==0 (patch 1878908) |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | don't use negative sizes for row/column labels subwindo... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | make wxIdleEventHandler available in console applicatio... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | document AddAt() and IndexForItem() (patch 1877610) |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | added wxDateTime::FormatISOCombined() and ParseISODate... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | compilation fix with wxUSE_EXTENDED_RTTI==1 |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Vadim Zeitlin | generate include/wx/univ/setup0.h from setup_inc.h too |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Paul Cornett | Remove remnants of GTK1 accelerator code. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Paul Cornett | remove unused wxMenuBar::m_style |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Václav Slavík | fixed wxTextCtrl to not process clipboard events twice... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Paul Cornett | avoid GCC warnings about breaking strict aliasing rules |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Paul Cornett | Enable best size caching, remove unnecessary GetLabel... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Paul Cornett | fix wxALIGN_RIGHT in RTL mode |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Paul Cornett | label clipping hack is not needed for GTK+ >= 2.12 |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Václav Slavík | eliminate code duplication in wxSizer::Fit() |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Václav Slavík | fixed RR's change of wxSizer::Fit to set client size... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Michael Wetherell | Compile fix for --without-zlib --enable-compat26. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Julian Smart | Added a reset-buffer event to give an opportunity to... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Paul Cornett | remove unnecessary m_glWidget, fix return types for... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Paul Cornett | fix for GTK assertion from gtk_widget_set_colormap... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Václav Slavík | compilation fix for wxUSE_BOOKCTRL=0 |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Václav Slavík | compilation fix for wxUSE_MENUS=0 |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Václav Slavík | wxUniv/MSW compilation fix after wxDC changes |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Václav Slavík | added InitRGBA to generic wxColour to fix linking ... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
David Elliott | Allow wxTopLevelWindowCocoa::SetDefaultItem(NULL) |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Vadim Zeitlin | avoid implicitly converting a wxWindow* to wxGLCanvas |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Vadim Zeitlin | no changes, just fix a typo in comment |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Michael Wetherell | Move mingw32 builds to another machine as the usual... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Václav Slavík | Fixed compilation of wxVector<T> with VC6: |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Vadim Zeitlin | use HandleWindowEvent() in ProcessCommand(); return... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Vadim Zeitlin | added missing wx/ prefix to the header file name |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Václav Slavík | clarified EndModal assert message |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Julian Smart | Added checks to encoding conversion to avoid crash |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Chris Elliott | add ms78 projects |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Václav Slavík | do the VC6 hacks only when compiling with VC6 |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Vadim Zeitlin | more VC6 fixes: nested value must be real classes,... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Vadim Zeitlin | corrected comment: wxSingleInstance is not for Win32... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Václav Slavík | corrected VC++ version check |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Vadim Zeitlin | fix compilation with VC6 |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Robin Dunn | use import/export macro on wxTrackable to avoid warning... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Robin Dunn | Apply change in r51405 to this file too: don't use... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Václav Slavík | VC5 didn't support partial specialization either, check... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Václav Slavík | wx*DCImpl PCH-less compilation fix |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Václav Slavík | added wxCHECK_VISUALC_VERSION macro |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Václav Slavík | compilation fix for VC6, it doesn't support partial... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Julian Smart | Corrected wxSetCursor documentation. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Vadim Zeitlin | define __VISUALCn__ for n=5,6,7,8,9 and not only 8... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Vadim Zeitlin | significantly simplify this file by using token pasting... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Julian Smart | Fixed global cursor setting on Mac, which fixes busy... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Paul Cornett | Remove unnecessary IsRadioButton(). |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Paul Cornett | remove unnecessary ?: operator |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Vadim Zeitlin | fix compilation error for wxUSE_DC_CACHEING==0; use... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Paul Cornett | HP aC++ 3.80 can't handle parenthesized string literal... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Paul Cornett | another fix for HP-UX 11.11 vsscanf, should have been... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Julian Smart | Take basic style into account when applying style sheet |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Julian Smart | Take basic style into account when showing style under... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Václav Slavík | UTF-8 build fixes for appending, setting or searching... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Václav Slavík | converting temporary wxString to const wxChar* and... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Václav Slavík | Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAN... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Vadim Zeitlin | add wxCONCAT[345]() helper macros |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing peopl... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Vadim Zeitlin | only define wxEventPtr in wxBase, not wxCore |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Vadim Zeitlin | define (empty) SetIcon() method in wxGenericMDIChildFra... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Vadim Zeitlin | don't reference non-existent doc.xmb file |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Václav Slavík | added VC7/8 project files for samples |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | don't fail in wxTransferStreamToFile if file size is... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | delete the event object in ProcessPendingEvents() even... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | set listview extended styles after switching to report... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | don't append anything back in DoDeleteOneItem() if... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | fix the code to not use dangling pointers resulting... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | fix a typo |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | fix assert when using owner-drawn menu items with the... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Vadim Zeitlin | include wx/stopwatch.h to get wxMilliClock_t and wxGetL... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Julian Smart | Corrected image saving to HTML |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Julian Smart | HTML output corrections |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Julian Smart | Image objects should load and save attributes |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Julian Smart | Fixed a bug in HasAlignment |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Julian Smart | Update caret in SetInsertionPoint |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Paul Cornett | remove redundant WX_CLEAR_LIST, it's done by base dtor |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Paul Cornett | fix memory leak when wxMenu is used as a popup |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Julian Smart | Optimization correction |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Václav Slavík | supress warning about in custom build steps with VC7... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Vadim Zeitlin | generate focus and kill focus events for wxTextCtrl... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Vadim Zeitlin | compilation fix after r51188: only define operator... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Vadim Zeitlin | define __VISUALCn__ for n=5,6,7,8,9 and not only 8... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Vadim Zeitlin | no real changes, just use HandleWindowEvent() instead... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Václav Slavík | use _vc8 suffix for VS2005 projects for consistency |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Václav Slavík | catch exceptions when sending menu events |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Robert Roebling | remove wxT() |
commit | commitdiff | tree | snapshot |
next |