2010-04-08 |
Stefan Csomor | using statically allocated font objects for speedup |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Stefan Csomor | allowing direct native tlw modal loops |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Stefan Csomor | switching modal loop implementation, fixes #11921 |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Robin Dunn | #include <algorithm> |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Stefan Csomor | fixing NSFontDescriptor matching for font weights and... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Robin Dunn | (blind) fix for buildbot breakage with MSVC 6 |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Robin Dunn | Drop the Array class added in the last scintilla patch... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Robin Dunn | Add wxVectorSort function for sorting wxVector<T> conta... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Robin Dunn | Test m_dc before using it |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Stefan Csomor | fixing focus, fixes #11911 |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Václav Slavík | Fixed wxFileSystem::FileNameToURL() regression with... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Stefan Csomor | borders might have to be drawn differently |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Vadim Zeitlin | Fix harmless MSVC warning about int to bool conversion... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Vadim Zeitlin | Suppress dummy gcc warnings in regex library code. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Vadim Zeitlin | Work around "possibly uninitialized variable" warning... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Vadim Zeitlin | Rename the rest of wxSIZE_CONV_TRADIONAL to wxSIZE_CONV... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Vadim Zeitlin | Correct documentation of wxSizeConvention elements. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Stefan Csomor | switching loop mode for idle processing, fixes #11912... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Stefan Csomor | moving static box construction - z Order makes checkbox... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Fix wxGTK compilation after r63880. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Francesco Montorsi | fix typos introduced by error in r63870 (see #10673) |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Stefan Csomor | making gradients working again |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Stefan Csomor | supporting text foreground color, fixes #11903 |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Stefan Csomor | fixing warnings |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Add wxTextEntryBase::ForwardEnableTextChangedEvents(). |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Fix text text changed events sending in OS X combo... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Move SendTextUpdatedEvent() down to wxTextEntryBase... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Implement support for gradient stops for OS X. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Remove duplicated GetTextPeer() definitions from derive... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Set the value passed to wxComboBox ctor in wxOSX/Cocoa. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Suppress a harmless signed/unsigned comparison warning. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Suppress unused parameter warnings. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Attempt to correct mysterious MSVC6 compilation error. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Fix more harmless warnings. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Stefan Csomor | adding clipboard events, fixes #11906 |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Remove extra semicolons from NOTIFYICONDATA_V[12]_SIZE... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Add support for IEC and SI size units to wxFileName... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Add default constructor to wxGraphicsGradientStop. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Correct check for MSVC version in wxUSE_GRAPHICS_CONTEX... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Jouk Jansen | Update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Vadim Zeitlin | Correct checks for gradient stop position. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Robert Roebling | non PCH compilation |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Václav Slavík | Fix text input and completion in wxComboCtrl and wxOwne... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Václav Slavík | wxOwnerDrawnComboBox: handle Home and End keys as nativ... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Václav Slavík | Pass events around with ProcessEvent(), not AddPendingE... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Václav Slavík | wxOwnerDrawnComboBox: handle numpad navigation keys. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Václav Slavík | Implement native mousewheel behaviour in wxOwnerDrawnCo... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Václav Slavík | In wxPopupFocusHandler, watch for EVT_CHAR, not EVT_KEY... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Stefan Csomor | moving OnInit back |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Vadim Zeitlin | Add support for gradient stops to wxGraphicsContext. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Vadim Zeitlin | Add wxTransparentColour global pseudo-variable. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Vadim Zeitlin | Use helper wxColourToColor function in wxMSW wxGraphics... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Paul Cornett | avoid setting negative window size |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Paul Cornett | freeze whole window for TLW |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Paul Cornett | avoid permanently frozen TLW when frozen child is destr... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Jaakko Salli | Resolve GCC's 'type-punned pointer will break strict... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Vadim Zeitlin | Fix wxTaskBarIcon to work under all Windows versions. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Vadim Zeitlin | Correct compilation breakage of r63832. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Stefan Csomor | shuffling code back from eventloop to common app utils |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Stefan Csomor | no special casing for iphone necessary |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Stefan Csomor | fixing wrong version commit |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Stefan Csomor | support for toggle bitmap button |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Stefan Csomor | fixing multilib build |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Vadim Zeitlin | Correct typo in configure introduced in r63832. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Vadim Zeitlin | Allow using wxGraphicsContext with MinGW if gdiplus... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Vadim Zeitlin | Fix crash in wxMediaCtrl::GetDownloadProgress() with... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Vadim Zeitlin | Show labels for controls in wxOSX/Carbon toolbars. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Stefan Csomor | keeping m_labelOrig untouched, solves test failures... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Stefan Csomor | simplifying modal event loop handling |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Stefan Csomor | moving OnInit to a later stage to avoid Carbon Emulatio... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Paul Cornett | move everything inside wxUSE_RIBBON wrapper |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Paul Cornett | avoid setting negative window sizes |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Paul Cornett | don't try to create a color named "Default" |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Jouk Jansen | Fix OpenVMS compile support for new version in src/stc |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Francesco Montorsi | Committing modified version of jwiesemann's patch ... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Paul Cornett | Remove unnecessary declarations. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jouk Jansen | correcting typo in commit 63803 |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jouk Jansen | Defining wxCOMPILE_TIME_ASSERT for OpenVMS |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Robin Dunn | Apply patch (plus some additional changes) upgrading... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Francesco Montorsi | better docs for Get/SetLabel methods |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Vadim Zeitlin | Fix compilation breakage in r63783. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Vadim Zeitlin | Only allow opening existing files in docview framework. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Vadim Zeitlin | Add wxUSE_FSWATCHER dependency on wxUSE_THREADS for... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Jaakko Salli | For better support of wxValidators, invoke wxValidator... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Václav Slavík | Use fixed screen DPI of 96 when printing HTML. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Václav Slavík | Removed useless wxDisplaySize() calls from wxHtmlPrintout. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Vadim Zeitlin | Add wxBitmap unit test. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Paul Cornett | build fix for IRIX |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Paul Cornett | non-pch build fix |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Paul Cornett | Reverse hierarchy of wxPizza GdkWindows |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Vadim Zeitlin | Implement wxMask copy ctor for wxGTK. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Vadim Zeitlin | Suppress gcc warnings about double to int conversion. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Vadim Zeitlin | Fix bug in wxMBConv_cf::FromWChar() in OS X. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Vadim Zeitlin | Clarify wxMenu objects allocation rules. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Francesco Montorsi | no real changes: just a small optimization on wxStaticT... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Václav Slavík | wxHTML: Support percentage width in IMG tag. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Václav Slavík | Fix UTF-8 string storage in constant: use unsigned... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Václav Slavík | Reverted wxFileSystem support in wxLocale. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Václav Slavík | Fix wxFileSystem::FileNameToURL() for Unicode file... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Václav Slavík | Add test wxFileSystem::FileNameToURL,URLToFileName... |
commit | commitdiff | tree | snapshot |
next |