2010-04-05 |
Václav Slavík | Fix text input and completion in wxComboCtrl and wxOwnerDraw...
|
commit | commitdiff | tree |
2010-04-05 |
Václav Slavík | wxOwnerDrawnComboBox: handle Home and End keys as native...
|
commit | commitdiff | tree |
2010-04-05 |
Václav Slavík | Pass events around with ProcessEvent(), not AddPendingEvent().
|
commit | commitdiff | tree |
2010-04-05 |
Václav Slavík | wxOwnerDrawnComboBox: handle numpad navigation keys.
|
commit | commitdiff | tree |
2010-04-05 |
Václav Slavík | Implement native mousewheel behaviour in wxOwnerDrawnComboBox.
|
commit | commitdiff | tree |
2010-04-05 |
Václav Slavík | In wxPopupFocusHandler, watch for EVT_CHAR, not EVT_KEY_DOWN.
|
commit | commitdiff | tree |
2010-03-29 |
Václav Slavík | Use fixed screen DPI of 96 when printing HTML.
|
commit | commitdiff | tree |
2010-03-29 |
Václav Slavík | Removed useless wxDisplaySize() calls from wxHtmlPrintout.
|
commit | commitdiff | tree |
2010-03-28 |
Václav Slavík | wxHTML: Support percentage width in IMG tag.
|
commit | commitdiff | tree |
2010-03-28 |
Václav Slavík | Fix UTF-8 string storage in constant: use unsigned...
|
commit | commitdiff | tree |
2010-03-28 |
Václav Slavík | Reverted wxFileSystem support in wxLocale.
|
commit | commitdiff | tree |
2010-03-28 |
Václav Slavík | Fix wxFileSystem::FileNameToURL() for Unicode file...
|
commit | commitdiff | tree |
2010-03-28 |
Václav Slavík | Add test wxFileSystem::FileNameToURL,URLToFileName...
|
commit | commitdiff | tree |
2010-03-28 |
Václav Slavík | Preserve m_skipped in wx[Var]ScrollHelperEvtHandler...
|
commit | commitdiff | tree |
2010-03-08 |
Václav Slavík | Fix wxTlsValue<> memory leaks.
|
commit | commitdiff | tree |
2010-02-14 |
Václav Slavík | Fix wxHtmlWindow to correctly decide whether to show...
|
commit | commitdiff | tree |
2010-02-11 |
Václav Slavík | Make it possible to subclass wxMenuBar in XRC (patch...
|
commit | commitdiff | tree |
2010-02-11 |
Václav Slavík | Fixed possible buffer overflow in wxXmlResource::GetXRCID...
|
commit | commitdiff | tree |
2010-02-10 |
Václav Slavík | Fixed wxGauge's best size to conform to Windows HIG.
|
commit | commitdiff | tree |
2010-01-24 |
Václav Slavík | Fixed dialog units <-> pixels conversion.
|
commit | commitdiff | tree |
2010-01-24 |
Václav Slavík | Determine wxButton size correctly in wxMSW.
|
commit | commitdiff | tree |
2010-01-19 |
Václav Slavík | Fix wxMulDivInt32() to round the result like win32...
|
commit | commitdiff | tree |
2010-01-19 |
Václav Slavík | Make ConvertPixelsToDialog() and ConvertDialogToPixels...
|
commit | commitdiff | tree |
2010-01-19 |
Václav Slavík | Don't query metrics that won't be used.
|
commit | commitdiff | tree |
2010-01-19 |
Václav Slavík | Support XHTML ' entity.
|
commit | commitdiff | tree |
2010-01-19 |
Václav Slavík | Add wxThreadEvent::SetPayload<T>().
|
commit | commitdiff | tree |
2010-01-19 |
Václav Slavík | Don't make full copy of string in wxThreadEvent::Clone().
|
commit | commitdiff | tree |
2010-01-03 |
Václav Slavík | Removed some outdated compiler checks in OLE code.
|
commit | commitdiff | tree |
2010-01-03 |
Václav Slavík | Removed wxClearVariant() and wxReleaseVariant().
|
commit | commitdiff | tree |
2010-01-03 |
Václav Slavík | Moved wxConvertVariantToOle and wxConvertOleToVariant...
|
commit | commitdiff | tree |
2010-01-02 |
Václav Slavík | Added wxAutoOleInterface<T> template.
|
commit | commitdiff | tree |
2009-12-15 |
Václav Slavík | define NDEBUG if not using debug CRT
|
commit | commitdiff | tree |
2009-12-15 |
Václav Slavík | compilation fix for wxUSE_IMAGE=0 case
|
commit | commitdiff | tree |
2009-12-15 |
Václav Slavík | compilation fix for wxUSE_IMAGE=0 caseinclude/wx/iconbndl.h
|
commit | commitdiff | tree |
2009-12-15 |
Václav Slavík | PCH compilation fix
|
commit | commitdiff | tree |
2009-12-05 |
Václav Slavík | Added samples/dll for showing how to use wxWidgets...
|
commit | commitdiff | tree |
2009-12-05 |
Václav Slavík | Documented that wxCriticalSection can be used before...
|
commit | commitdiff | tree |
2009-11-17 |
Václav Slavík | Improved handling of anchors in wxHTML: scroll to better...
|
commit | commitdiff | tree |
2009-11-11 |
Václav Slavík | Check that event's IDs range is valid, i.e. that lower...
|
commit | commitdiff | tree |
2009-11-11 |
Václav Slavík | added a note about XRCID() and EVT_*_RANGE macros ...
|
commit | commitdiff | tree |
2009-11-08 |
Václav Slavík | document that wxMessageDialog API additions appeared...
|
commit | commitdiff | tree |
2009-10-22 |
Václav Slavík | Post-0.2.6 version of Bakefile is required.
|
commit | commitdiff | tree |
2009-10-19 |
Václav Slavík | added COMPILER_PREFIX support to wxpresets
|
commit | commitdiff | tree |
2009-10-04 |
Václav Slavík | fixed wxXmlDocument::Save() to interpret the indentstep...
|
commit | commitdiff | tree |
2009-09-29 |
Václav Slavík | fix message box icons sizes in wxWindowsArtProvider...
|
commit | commitdiff | tree |
2009-07-31 |
Václav Slavík | compilation fix: only one wxInitialize form may have...
|
commit | commitdiff | tree |
2009-07-30 |
Václav Slavík | added wxInitialize() overload taking char**, to make...
|
commit | commitdiff | tree |
2009-07-30 |
Václav Slavík | Use wxInitializer in wxEntryReal() instead of directly...
|
commit | commitdiff | tree |
2009-05-31 |
Václav Slavík | use enhanced metafiles for wxMSW print preview: this...
|
commit | commitdiff | tree |
2009-05-31 |
Václav Slavík | add ability to create wxEnhMetaFileDC based on a reference DC
|
commit | commitdiff | tree |
2009-05-16 |
Václav Slavík | fixed typo in error message
|
commit | commitdiff | tree |
2009-05-15 |
Václav Slavík | simplified code now that utf8_str() always returns...
|
commit | commitdiff | tree |
2009-05-15 |
Václav Slavík | set icons bundle instead of single icon for wxHtmlHelpFrame
|
commit | commitdiff | tree |
2009-05-05 |
Václav Slavík | use <bitmapsize> to load bitmaps at the specified size...
|
commit | commitdiff | tree |
2009-05-05 |
Václav Slavík | fixed deadlock when posting events from another thread...
|
commit | commitdiff | tree |
2009-05-03 |
Václav Slavík | optimized <object_ref> handling for the common case...
|
commit | commitdiff | tree |
2009-05-03 |
Václav Slavík | fixed XRC errors location reporting when using <object_ref>
|
commit | commitdiff | tree |
2009-04-14 |
Václav Slavík | (blind) fix for VC6s' warning about non-dll base template...
|
commit | commitdiff | tree |
2009-04-12 |
Václav Slavík | fixed wxString::utf8_str() in UTF8 build to return...
|
commit | commitdiff | tree |
2009-03-30 |
Václav Slavík | always return (owned or non-owned, depending on build...
|
commit | commitdiff | tree |
2009-03-30 |
Václav Slavík | fixes or embedded NULs handling in wxString
|
commit | commitdiff | tree |
2009-03-30 |
Václav Slavík | fixed size of buffer returned by wxFormatConverter...
|
commit | commitdiff | tree |
2009-03-30 |
Václav Slavík | compilation fix for wxUSE_UTF8_LOCALE_ONLY case
|
commit | commitdiff | tree |
2009-03-29 |
Václav Slavík | compilation fix for r59932
|
commit | commitdiff | tree |
2009-03-29 |
Václav Slavík | implemented CreateIconBundle() in GTK+ native art provider
|
commit | commitdiff | tree |
2009-03-29 |
Václav Slavík | set icons bundle, not single icon, for frames loaded...
|
commit | commitdiff | tree |
2009-03-29 |
Václav Slavík | wxArtProvider::GetIconBundle() cleanup:
|
commit | commitdiff | tree |
2009-03-29 |
Václav Slavík | add support for loading wxIconBundles from streams
|
commit | commitdiff | tree |
2009-03-29 |
Václav Slavík | added length to wx(Scoped)CharBuffer to improve handling...
|
commit | commitdiff | tree |
2009-03-28 |
Václav Slavík | fixed logical error in SetIcons(): only assert if no...
|
commit | commitdiff | tree |
2009-03-28 |
Václav Slavík | variadic macros need specializations for both wxCharBuffer...
|
commit | commitdiff | tree |
2009-03-28 |
Václav Slavík | don't duplicate copy ctor and assignment operator code...
|
commit | commitdiff | tree |
2009-03-27 |
Václav Slavík | split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
|
commit | commitdiff | tree |
2009-03-24 |
Václav Slavík | added some clarifying comments to wxCStrData
|
commit | commitdiff | tree |
2009-03-21 |
Václav Slavík | wxHTML tables handler didn't properly restore m_enclosingCon...
|
commit | commitdiff | tree |
2009-03-16 |
Václav Slavík | detect and report errors in XRC specification of grid...
|
commit | commitdiff | tree |
2009-03-16 |
Václav Slavík | fixed wxXRC compilation with --disable-filesystem ...
|
commit | commitdiff | tree |
2009-03-15 |
Václav Slavík | fixed docs of rows/cols XRC property
|
commit | commitdiff | tree |
2009-03-15 |
Václav Slavík | better XRC errors reporting: report location of the...
|
commit | commitdiff | tree |
2009-03-13 |
Václav Slavík | return URLs, not filenames, from wxFileSystem::FindFirst...
|
commit | commitdiff | tree |
2009-03-13 |
Václav Slavík | added wxXmlResource::LoadAllFiles()
|
commit | commitdiff | tree |
2009-03-11 |
Václav Slavík | renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to...
|
commit | commitdiff | tree |
2009-02-26 |
Václav Slavík | added wxXmlResource::LoadFile() to avoid URL-vs-filename...
|
commit | commitdiff | tree |
2009-02-26 |
Václav Slavík | fixed wxXmlResource::Load's detection of filenames...
|
commit | commitdiff | tree |
2009-02-21 |
Václav Slavík | added asserts to check correct order of wxHtmlDCRenderer...
|
commit | commitdiff | tree |
2009-02-16 |
Václav Slavík | fully reverted Francesco's removal of copying information...
|
commit | commitdiff | tree |
2009-02-08 |
Václav Slavík | fixed creation of tests/benchmarks VC++ project files...
|
commit | commitdiff | tree |
2009-02-07 |
Václav Slavík | wxrc: fix incorrectly generated code with --extra...
|
commit | commitdiff | tree |
2009-01-31 |
Václav Slavík | don't include private headers from wx/unix/evtloop.h
|
commit | commitdiff | tree |
2009-01-30 |
Václav Slavík | wxDFB: use Unix event loop and timers (fixes #10408)
|
commit | commitdiff | tree |
2009-01-30 |
Václav Slavík | handle EINTR when reading data from the wakeup pipe
|
commit | commitdiff | tree |
2009-01-29 |
Václav Slavík | wxEpollDispatcher is in wxBase, not wxCore - fixed...
|
commit | commitdiff | tree |
2009-01-26 |
Václav Slavík | Automatically adjust toolbar's tool size if the provided...
|
commit | commitdiff | tree |
2009-01-26 |
Václav Slavík | changed wxMSW's default toolbar bitmaps size from obsolete...
|
commit | commitdiff | tree |
2009-01-16 |
Václav Slavík | silence gcc warnings in "vararg" functions such as...
|
commit | commitdiff | tree |
2009-01-06 |
Václav Slavík | wx is not a compiler, it doesn't need AC_CANONICAL_TARGET
|
commit | commitdiff | tree |
2008-12-09 |
Václav Slavík | fix for r56618: toolbar event handlers can toggle or...
|
commit | commitdiff | tree |
2008-11-20 |
Václav Slavík | don't assert on unsupported metric in wxSystemSettingsNative...
|
commit | commitdiff | tree |
2008-11-13 |
Václav Slavík | implement wxWindow::DragAcceptFiles() on all platforms
|
commit | commitdiff | tree |
2008-10-31 |
Václav Slavík | wxTLW: don't assert when setting null icons initially...
|
commit | commitdiff | tree |
next |