2012-09-09 |
Vadim Zeitlin | Link MSW-specific event loop files in wxUniv/MSW. |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Vadim Zeitlin | Undid accidental modification of wxTaskBarIcon in the... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Vadim Zeitlin | Fix narrow/wide string concatenation in recently added... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Vadim Zeitlin | Fix some typos in the comments in wxOSX code. |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Vadim Zeitlin | Check validity of wxSizerFlags::Border() direction... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Vadim Zeitlin | Enable GL_CULL_FACE in OpenGL samples. |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Václav Slavík | Fix VC6 compilation after r72430. |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Václav Slavík | Add MUI_LANGUAGE_NAME to wx/msw/missing.h. |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Václav Slavík | Add wxTranslations::GetBestTranslation(). |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Dimitri Schoolwerth | Regenerated Xcode projects. |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Dimitri Schoolwerth | Updated instructions for XML Tools. |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Václav Slavík | wxMSW: Fix incorrect subitem rect calculation in wxList... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Stefan Csomor | restrict change from r71719 because otherwise apps... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Steve Lamerton | Disable wxWebView::Find and associated functions under... |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Vadim Zeitlin | Fix wxVLogStatus definition. |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Vadim Zeitlin | Fix example of using GetUnicodeKey() in the documentation. |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Václav Slavík | Fix compilation after r72375 - LC_CTYPE requires locale.h. |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Correct wxAuiManager library in documentation. |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Fix opening URLs in new window with recent Firefox... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Explicitly reject the use of wxTE_PASSWORD in generic... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Generate wxEVT_COMMAND_TEXT_ENTER events for generic... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Add wxSpinCtrl::SetBase() to allow entering hexadecimal... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Remove wxOSX implementation of wxSpinCtrl and use the... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Refactor text to/from double conversion in wxSpinCtrlGe... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Remove wxRTTI macros from wxSpinCtrlGTKBase. |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Fix position carried in wxSpin{Button,Ctrl} events... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Use wxSOCKET_WAITALL in wxHTTP to ensure that all data... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Fix bugs in parsing wxLongLong values starting with... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Added wxSimplebook class: a wxBookCtrl without controller. |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Virtualize showing/hiding the pages in wxBookCtrlBase. |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Remove unnecessary TranslateBookFlag() from the noteboo... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Document that menu item bitmaps must be set before... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Don't lay out the window being destroyed unnecessarily. |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Use wmain() if supported by the compiler/CRT instead... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Vadim Zeitlin | Dutch translations update from Thomas De Rocker. |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Václav Slavík | Include gettext MO files in distribution archives. |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Stefan Csomor | avoid duplication in native dialog |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Stefan Csomor | use global NSLayoutManager |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Stefan Csomor | add global NSLayoutManager instance |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Stefan Csomor | fixes #13557 |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Stefan Csomor | temporary workaround |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Stefan Csomor | propagating font to the individual columns, changing... |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Stefan Csomor | remove duplicate code |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Stefan Csomor | fixing usage of load states, set controller visible... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Steve Lamerton | Add support for searching and highlighting a wxWebView. |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Jouk Jansen | Update of OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Jouk Jansen | compilation fix for case that wxHAS_RAW_BITMAP is NOT... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Vadim Zeitlin | Refreshed all source message catalogs. |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Vadim Zeitlin | Chinese translations update from Jiawei Huang. |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Stefan Csomor | reverting for the moment, original problem #12227,... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Vadim Zeitlin | Avoid crashes when creating initially hidden MDI child... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Julian Smart | Fixed typo in dialog project file |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Julian Smart | Fixed a problem with text effects flag always being... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Václav Slavík | Make sure wchar_t CRT functions work on OS X. |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Václav Slavík | Test if wxString::Format() works with non-ASCII format... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Stefan Csomor | simpler implementation that also works over remote... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Vadim Zeitlin | Ukrainian translations update from Yuri Chornoivan. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Vadim Zeitlin | No changes, just a typo fix in wxRichTextCtrl UI code. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Jouk Jansen | updated setup.h for OpenVMS |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Jouk Jansen | updated setup.h for OpenVMS |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Vadim Zeitlin | Added Nepali translation. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Vadim Zeitlin | Finnish translations update from Jani Kinnunen. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Julian Smart | Latvian translation improvements |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Robin Dunn | Correct a missing apostrophe in a doc string. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Robin Dunn | Use the popup's background as a border on wxGTK too. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Vadim Zeitlin | Fix bug in ribbon bar label size calculation. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Vadim Zeitlin | Add page highlighting to wxRibbonBar. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Vadim Zeitlin | Fix AUI appearance when a maximized pane becomes floating. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Vadim Zeitlin | Respect item max sizes in wxBoxSizer. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Vadim Zeitlin | No real changes, just add wxSizerItem::AddBorderToSize... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Vadim Zeitlin | Honour window min and max sizes in wxWindow::GetBestSize(). |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Vadim Zeitlin | Add wxSize::DecToIfSpecified() helper. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Vadim Zeitlin | Don't generate events from wxSpinCtrl::SetRange() in... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Vadim Zeitlin | Restore the use of wxListCtrl in report view in wxListbook. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Vadim Zeitlin | Fixes for forwarding events to parent in wxGenericListCtrl. |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Robin Dunn | fix some compile warnings |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Robin Dunn | Update the wxVersionInfo, and don't forget to initializ... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Robin Dunn | Update stc interface docs |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Robin Dunn | Update new names to conform, add new event types and... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Robin Dunn | Minimal tweaks and additions to get wxSTC compiling... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Robin Dunn | fix a couple typos |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Robin Dunn | rebake make/project files for new scintilla |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Robin Dunn | Initial copy of Scintilla 3.21 code |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Stefan Csomor | forwarding style changes to documentViews, see #14578 |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Vadim Zeitlin | Fix typo in an example of Bind()-ing a function in... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Vadim Zeitlin | Update the icon of a parent item without children in... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Vadim Zeitlin | Really delete the item in wxDataViewTreeStore::DeleteIt... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Stefan Csomor | adding SetLabel -> SetTitle redirects, solves missing... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Robin Dunn | Remove wxT from prototype |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Robin Dunn | Allow --mac_universal_binary to use a "default" value. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Robin Dunn | Add documentation for wxPrintAbortDialog since it is... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Václav Slavík | Compilation fix for r72307. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Václav Slavík | Show progress of printing in wxMSW. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Václav Slavík | Fix crash when canceling printing in wxMSW. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Václav Slavík | Return wxPrintAbortDialog from CreateAbortWindow(). |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Václav Slavík | Create wxPrintAbortDialog more sensibly. |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Paul Cornett | silence GCC warning suggesting parentheses |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Václav Slavík | Make the modal print preview window behave like a modal... |
commit | commitdiff | tree | snapshot |
2012-08-06 |
Václav Slavík | Don't crash in wxBitmap::AllocExclusive(). |
commit | commitdiff | tree | snapshot |
next |