2008-02-10 |
Vadim Zeitlin | add wxXLocale class and wxIsxxx_l() and wxToxxx_l(...
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | update the samples to use new (non-deprecated) wxGLCanvas...
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | use correct locale in GetInfo() under Mac (slightly...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | added wxDebugContext::SetShutdownNotifyFunction() ...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | don't close UDP socket if it receives an empty datagram...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | add GetMDIParent() and use it to reduce the number...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | get wxSYS_COLOUR_MENU from a menu bar and not from...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | use generic file picker in wxFLP_SAVE case as the native...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | fix signed/unsigned comparison warning
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | remove extraneous IncRef() from wxRichTextFontTable...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | added alpha support to wxImage::Paste() (patch 1883497...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | don't lose the contents of the combobox if it was set...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | don't hardcode grey/white colours for non-MSW/Mac in...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | add wxUSE_WEAKREF (modified partially applied patch...
|
commit | commitdiff | tree |
2008-02-08 |
Vadim Zeitlin | don't redeclare wxYield() if it had been already declared...
|
commit | commitdiff | tree |
2008-02-06 |
Vadim Zeitlin | correction after the previous commit which introduced...
|
commit | commitdiff | tree |
2008-02-06 |
Vadim Zeitlin | fix GetTLWParentIfNotBeingDeleted() to work correctly...
|
commit | commitdiff | tree |
2008-02-06 |
Vadim Zeitlin | implement (trivially) wxGLApp ctor
|
commit | commitdiff | tree |
2008-02-05 |
Vadim Zeitlin | fix typo in warning message
|
commit | commitdiff | tree |
2008-02-05 |
Vadim Zeitlin | length passed to WideCharToMultiByte() was off by one...
|
commit | commitdiff | tree |
2008-02-04 |
Vadim Zeitlin | set eol-style LF on even more Unix-only files
|
commit | commitdiff | tree |
2008-02-04 |
Vadim Zeitlin | upgrade m4 files to bakefile 0.2.3
|
commit | commitdiff | tree |
2008-02-04 |
Vadim Zeitlin | added links to wxWindowCreate/DestroyEvents
|
commit | commitdiff | tree |
2008-02-04 |
Vadim Zeitlin | use BSTR length to also deal with NULs inside BSTRs...
|
commit | commitdiff | tree |
2008-02-04 |
Vadim Zeitlin | use WideCharToMultiByte() instead of wcstombs() to...
|
commit | commitdiff | tree |
2008-02-04 |
Vadim Zeitlin | added console IPC sample (part of patch 1833150)
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | undid change to GSocket::Select() done in r50831, do...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | use wxSOCKET_REUSEADDR for IPC sockets (part of patch...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | another correction to indices used in StringToLines()
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | wxFontData doesn't need to be static in wxGenericFontButton...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | correct indices used in StringToLines() (modified patch...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | initialize m_sharedContext and m_sharedContextOf to...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | no real changes, just added 2 virtual keywords to ...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | added wxGLCanvas::IsDisplaySupported() (patch 1879906)
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | compilation fix for wchar_t-based builds after ParseISOXXX...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | build fix for wxUSE_INTL==0 (patch 1878908)
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | don't use negative sizes for row/column labels subwindows...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | make wxIdleEventHandler available in console applications...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | document AddAt() and IndexForItem() (patch 1877610)
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | added wxDateTime::FormatISOCombined() and ParseISODate...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | compilation fix with wxUSE_EXTENDED_RTTI==1
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | generate include/wx/univ/setup0.h from setup_inc.h too
|
commit | commitdiff | tree |
2008-01-31 |
Vadim Zeitlin | avoid implicitly converting a wxWindow* to wxGLCanvas
|
commit | commitdiff | tree |
2008-01-31 |
Vadim Zeitlin | no changes, just fix a typo in comment
|
commit | commitdiff | tree |
2008-01-30 |
Vadim Zeitlin | use HandleWindowEvent() in ProcessCommand(); return...
|
commit | commitdiff | tree |
2008-01-30 |
Vadim Zeitlin | added missing wx/ prefix to the header file name
|
commit | commitdiff | tree |
2008-01-29 |
Vadim Zeitlin | more VC6 fixes: nested value must be real classes,...
|
commit | commitdiff | tree |
2008-01-29 |
Vadim Zeitlin | corrected comment: wxSingleInstance is not for Win32...
|
commit | commitdiff | tree |
2008-01-29 |
Vadim Zeitlin | fix compilation with VC6
|
commit | commitdiff | tree |
2008-01-29 |
Vadim Zeitlin | define __VISUALCn__ for n=5,6,7,8,9 and not only 8...
|
commit | commitdiff | tree |
2008-01-29 |
Vadim Zeitlin | significantly simplify this file by using token pasting...
|
commit | commitdiff | tree |
2008-01-28 |
Vadim Zeitlin | fix compilation error for wxUSE_DC_CACHEING==0; use...
|
commit | commitdiff | tree |
2008-01-27 |
Vadim Zeitlin | add wxCONCAT[345]() helper macros
|
commit | commitdiff | tree |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing people...
|
commit | commitdiff | tree |
2008-01-27 |
Vadim Zeitlin | only define wxEventPtr in wxBase, not wxCore
|
commit | commitdiff | tree |
2008-01-27 |
Vadim Zeitlin | define (empty) SetIcon() method in wxGenericMDIChildFrame...
|
commit | commitdiff | tree |
2008-01-27 |
Vadim Zeitlin | don't reference non-existent doc.xmb file
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | don't fail in wxTransferStreamToFile if file size is...
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | delete the event object in ProcessPendingEvents() even...
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | set listview extended styles after switching to report...
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | don't append anything back in DoDeleteOneItem() if...
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | fix the code to not use dangling pointers resulting...
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | fix a typo
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | fix assert when using owner-drawn menu items with the...
|
commit | commitdiff | tree |
2008-01-25 |
Vadim Zeitlin | include wx/stopwatch.h to get wxMilliClock_t and wxGetLocalT...
|
commit | commitdiff | tree |
2008-01-24 |
Vadim Zeitlin | generate focus and kill focus events for wxTextCtrl...
|
commit | commitdiff | tree |
2008-01-23 |
Vadim Zeitlin | compilation fix after r51188: only define operator...
|
commit | commitdiff | tree |
2008-01-23 |
Vadim Zeitlin | define __VISUALCn__ for n=5,6,7,8,9 and not only 8...
|
commit | commitdiff | tree |
2008-01-23 |
Vadim Zeitlin | no real changes, just use HandleWindowEvent() instead...
|
commit | commitdiff | tree |
2008-01-22 |
Vadim Zeitlin | remove the unnecessary non-const GetPage() overload
|
commit | commitdiff | tree |
2008-01-21 |
Vadim Zeitlin | temporary fix for shared build linking problems after...
|
commit | commitdiff | tree |
2008-01-21 |
Vadim Zeitlin | document GetTemplates() instead of m_templates
|
commit | commitdiff | tree |
2008-01-20 |
Vadim Zeitlin | no changes, just come cleanup and more comments
|
commit | commitdiff | tree |
2008-01-20 |
Vadim Zeitlin | add wxDatePickerCtrl support in wxGenericValidator...
|
commit | commitdiff | tree |
2008-01-20 |
Vadim Zeitlin | document LoadObject() (patch 1873045)
|
commit | commitdiff | tree |
2008-01-19 |
Vadim Zeitlin | use slash, not backslash, in #include
|
commit | commitdiff | tree |
2008-01-19 |
Vadim Zeitlin | use bgcolor when restoring styles as this is what we...
|
commit | commitdiff | tree |
2008-01-19 |
Vadim Zeitlin | skip focus events after handling them in wxTextCtrl...
|
commit | commitdiff | tree |
2008-01-17 |
Vadim Zeitlin | correct misleading OnSize() comment
|
commit | commitdiff | tree |
2008-01-17 |
Vadim Zeitlin | restored wxEnhMetaFileDC::Close() lost in wxDC reorganization
|
commit | commitdiff | tree |
2008-01-17 |
Vadim Zeitlin | ignore any extra arguments after --version for compatibility...
|
commit | commitdiff | tree |
2008-01-16 |
Vadim Zeitlin | removed non-existent wx/meta/defs.h
|
commit | commitdiff | tree |
2008-01-16 |
Vadim Zeitlin | don't write wide string to std::ostream which outputs...
|
commit | commitdiff | tree |
2008-01-16 |
Vadim Zeitlin | more LaTeX error fixes
|
commit | commitdiff | tree |
2008-01-16 |
Vadim Zeitlin | add forgotten twindowid.tex and correct LaTeX errors...
|
commit | commitdiff | tree |
2008-01-16 |
Vadim Zeitlin | regenerated after latest configure.in changes
|
commit | commitdiff | tree |
2008-01-16 |
Vadim Zeitlin | documentation for window ids allocation and wxIdManager...
|
commit | commitdiff | tree |
2008-01-16 |
Vadim Zeitlin | removed unneeded wxWeakRefDynamic::AssignCopy() (last...
|
commit | commitdiff | tree |
2008-01-16 |
Vadim Zeitlin | compilation fixes for standard-conformant compilers...
|
commit | commitdiff | tree |
2008-01-16 |
Vadim Zeitlin | define (unusual) copy ctor and assignment operator...
|
commit | commitdiff | tree |
2008-01-16 |
Vadim Zeitlin | remove the test of weak references classes size, it...
|
commit | commitdiff | tree |
2008-01-16 |
Vadim Zeitlin | don't enable disabled windows when showing them (patch...
|
commit | commitdiff | tree |
2008-01-16 |
Vadim Zeitlin | don't create unnecessary temporary wxFont (patch theFont)
|
commit | commitdiff | tree |
2008-01-16 |
Vadim Zeitlin | made all XPM const to avoid warnings from mingw32 4...
|
commit | commitdiff | tree |
2008-01-15 |
Vadim Zeitlin | added unit tests for decoding invalid base64 strings...
|
commit | commitdiff | tree |
2008-01-14 |
Vadim Zeitlin | rename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxToolBook...
|
commit | commitdiff | tree |
2008-01-14 |
Vadim Zeitlin | added wxTBK_HORZ_LAYOUT (heavily modified patch 1855678)
|
commit | commitdiff | tree |
2008-01-13 |
Vadim Zeitlin | set mime-type to correct image/x-xpixmap for XPM files...
|
commit | commitdiff | tree |
2008-01-13 |
Vadim Zeitlin | set mime-type to image/x-pixmap to allow generation...
|
commit | commitdiff | tree |
2008-01-13 |
Vadim Zeitlin | rebaked and regenerated everything after the latest...
|
commit | commitdiff | tree |
next |