2011-12-02 |
Vadim Zeitlin | No changes, just move wxTreeCtrlBase ctor to the source... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Added wxKeyEvent ctor for creating event of the differe... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Refactor wxKeyEvent copying code. |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | No changes, just remove unnecessary #pragma warning. |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Correct HasFocus() to work with subwindows of a composi... |
tree | commitdiff |
2011-11-28 |
Stefan Csomor | supporting rawctrl strings, fixes #13496, rawctrl is... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | No changes, just moved wxLocaltime_r() and wxGmtime_r... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Use wxGetUTCTimeUSec() in wxStopWatch under Unix for... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Use wxGetUTCTimeMillis() instead of wxGetLocalTimeMilli... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | No changes, just move time functions from wx/stopwatch... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Added wxGetUTCTimeMillis() and wxGetUTCTimeUSec(). |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Extracted private GetTimeZone() to public wxGetTimeZone... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Added wxStopWatch::TimeInMicro() for better precision... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Use ::QueryPerformanceCounter() for wxStopWatch impleme... |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Add wxEventFilter and related functionality. |
tree | commitdiff |
2011-11-18 |
Vadim Zeitlin | Fix HasFocus() for composite controls. |
tree | commitdiff |
2011-11-15 |
Vadim Zeitlin | Add support for digits and +/- sign to wxUIActionSimula... |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | Added wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage... |
tree | commitdiff |
2011-11-13 |
Vadim Zeitlin | Added stock accelerator for wxID_PRINT. |
tree | commitdiff |
2011-11-10 |
Jouk Jansen | Add compile support for widgets sample on OpenVMS |
tree | commitdiff |
2011-11-07 |
Jouk Jansen | Updates to compile WX on OpenVMS |
tree | commitdiff |
2011-11-06 |
Vadim Zeitlin | Use current time, not the Epoch for time zone determina... |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Allow reusing the same wxWindowID more than 254 times. |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Translate the log message in wxLog destructor. |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Fix format string in wxLog::LogLastRepeatIfNeeded(). |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Don't read beyond the end of input buffer when decoding... |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Add wxConvAuto::GetBOMChars() helper. |
tree | commitdiff |
2011-11-04 |
Vadim Zeitlin | Make wxQsort() definition exactly the same as declaration. |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Suppress harmless unused variable warnings in wxSocket... |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Fix compilation of wxGethostbyname_r() and wxGethostbya... |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Compilation fix for AIX: fix the name of wxGetservBuf... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Allow customization of the locations where persistent... |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Make BOM-detection code in wxConvAuto public. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Don't make wxQsort() extern "C" nor use any special... |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Explicitly declare environ variable. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Always include locale.h to get LC_ALL declaration. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Remove unused wxIFFDecoder::picptr member variable. |
tree | commitdiff |
2011-10-21 |
Václav Slavík | Move wxDataViewCustomRendererBase::ActivateCell() to... |
tree | commitdiff |
2011-10-20 |
Robin Dunn | The new wxImage related gaphics context code uses some... |
tree | commitdiff |
2011-10-19 |
Václav Slavík | Use wxDatePickerCtrl in wxDataViewDateRenderer. |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Added wxRichToolTip class. |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Don't interpret '&' specially in wxTextWrapper. |
tree | commitdiff |
2011-10-13 |
Vadim Zeitlin | Don't assert in wxDateTime::Format("%p") in locales... |
tree | commitdiff |
2011-10-10 |
Vadim Zeitlin | Fix warnings about wxOSX_USE_CARBON being undefined... |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Allow creating wxGraphicsFont without using wxFont. |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Allow creating wxGraphicsBitmap and wxGraphicsContext... |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Implement EVT_MOUSE_CAPTURE_LOST handling for wxPopupTr... |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Implement delayed destruction for wxPopupTransientWindow. |
tree | commitdiff |
2011-10-06 |
Steve Lamerton | Ensure we pass the correct type of string to EscapeFile... |
tree | commitdiff |
2011-10-05 |
Steve Lamerton | Delete the filesystem used by wxWebViewArchiveHandler... |
tree | commitdiff |
2011-10-02 |
Vadim Zeitlin | Add wxWindowBase::CopyToolTip() method. |
tree | commitdiff |
2011-09-30 |
Vadim Zeitlin | Fix the comparison direction in wxTextAttr::BitlistsEqP... |
tree | commitdiff |
2011-09-29 |
Vadim Zeitlin | Add wxTimePickerCtrl class. |
tree | commitdiff |
2011-09-29 |
Robin Dunn | Don't always use the Cairo context for wxGCDC(wxMemoryD... |
tree | commitdiff |
2011-09-28 |
Jouk Jansen | Include support for OpenVMS IA64 |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Remove wxHeaderColumn::SetAsSortKey() and only use... |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Don't limit window size to (0, 0) in wxSizer if getting... |
tree | commitdiff |
2011-09-16 |
Vadim Zeitlin | Only define wxUSE_WEBVIEW if wxWebView is really available. |
tree | commitdiff |
2011-09-16 |
Vadim Zeitlin | Fix int field of wxCommandEvents generated by menu... |
tree | commitdiff |
2011-09-11 |
Steve Lamerton | Ensure that we have an available backend for wxWebView... |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge the new wxWebView classes from the SOC2011_WEBVIE... |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
tree | commitdiff |
2011-09-05 |
Robin Dunn | Avoid infinite recursion on Mac in comboctrl, and fix... |
tree | commitdiff |
2011-08-30 |
Stefan Csomor | adding command - comma as shortcut of stockitem wxID_PR... |
tree | commitdiff |
2011-08-29 |
Vadim Zeitlin | Fix spelling error in an error message in wxObjectXmlRe... |
tree | commitdiff |
2011-08-29 |
Dimitri Schoolwerth | Added alpha saving support to TIFF image handler. |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Fixed loading greyscale with alpha TIFF images. |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Fixed copying only 1/3 of scanline when saving TIFF... |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Added support for loading black and white TIFF images... |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Read TIFF images from top to bottom instead of bottom... |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Fixed accessing out-of-bounds image coordinates while... |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Fixed calculated image pitch being off-by-one in some... |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Removed double TIFFSetField call for setting TIFFTAG_OR... |
tree | commitdiff |
2011-08-28 |
Dimitri Schoolwerth | Call GetAlpha() to get a pointer instead of checking... |
tree | commitdiff |
2011-08-27 |
Robin Dunn | * Implement dynamic loading of the Cairo DLL on Windows... |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Added wxFLP_SMALL and wxDIRP_SMALL styles for wx{File... |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Auto complete file names in the text controls of wx... |
tree | commitdiff |
2011-08-24 |
Vadim Zeitlin | No real changes, just update copyright year in wxInfoMe... |
tree | commitdiff |
2011-08-23 |
Vadim Zeitlin | Check for decimal separator inconsistency in wxLocale... |
tree | commitdiff |
2011-08-23 |
Dimitri Schoolwerth | Added wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE. |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Return non-const pointer from wxDataViewRendererBase... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Harmonize wxDataViewCtrl::GetSelection() behaviour... |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | Add wxWithImages helper mix-in with {Set,Get,Assign... |
tree | commitdiff |
2011-08-19 |
Steve Lamerton | Rename web library to webview. |
tree | commitdiff |
2011-08-19 |
Steve Lamerton | Rename wxUSE_WEB to wxUSE_WEBVIEW to reflect that actua... |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Use a default photometric interpretation value of PHOTO... |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Added option to TIFF handler for specifying the photome... |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Added support for saving greyscale TIFF images. |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Changed TIFF handler's monochrome conversion to look... |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Fixed crash when saving as a monochrome TIFF image... |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | No code changes. |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Renamed the options specific to the TIFF handler. |
tree | commitdiff |
2011-08-19 |
Dimitri Schoolwerth | Improved saving of TIFF monochrome images. |
tree | commitdiff |
2011-08-18 |
Dimitri Schoolwerth | Fixed saving TIFF images to wxMemoryOutputStream. |
tree | commitdiff |
2011-08-17 |
Dimitri Schoolwerth | Improved BMP decoding. |
tree | commitdiff |
2011-08-17 |
Vadim Zeitlin | Restore stock item labels mistakenly removed by r68641. |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | adapting to new ctrl constant handling on OSX |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | emulate more arrow keys on non msw platforms |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | adapt defines for ctrl/command key |
tree | commitdiff |
next |