2012-08-30 |
Vadim Zeitlin | Remove wxRTTI macros from wxSpinCtrlGTKBase.
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Fix position carried in wxSpin{Button,Ctrl} events...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Use wxSOCKET_WAITALL in wxHTTP to ensure that all data...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Fix bugs in parsing wxLongLong values starting with...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Added wxSimplebook class: a wxBookCtrl without controller.
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Virtualize showing/hiding the pages in wxBookCtrlBase.
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Remove unnecessary TranslateBookFlag() from the notebook...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Document that menu item bitmaps must be set before...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Don't lay out the window being destroyed unnecessarily.
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Use wmain() if supported by the compiler/CRT instead...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Dutch translations update from Thomas De Rocker.
|
commit | commitdiff | tree |
2012-08-27 |
Vadim Zeitlin | Refreshed all source message catalogs.
|
commit | commitdiff | tree |
2012-08-27 |
Vadim Zeitlin | Chinese translations update from Jiawei Huang.
|
commit | commitdiff | tree |
2012-08-26 |
Vadim Zeitlin | Avoid crashes when creating initially hidden MDI child...
|
commit | commitdiff | tree |
2012-08-24 |
Vadim Zeitlin | Ukrainian translations update from Yuri Chornoivan.
|
commit | commitdiff | tree |
2012-08-24 |
Vadim Zeitlin | No changes, just a typo fix in wxRichTextCtrl UI code.
|
commit | commitdiff | tree |
2012-08-22 |
Vadim Zeitlin | Added Nepali translation.
|
commit | commitdiff | tree |
2012-08-22 |
Vadim Zeitlin | Finnish translations update from Jani Kinnunen.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Fix bug in ribbon bar label size calculation.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Add page highlighting to wxRibbonBar.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Fix AUI appearance when a maximized pane becomes floating.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Respect item max sizes in wxBoxSizer.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | No real changes, just add wxSizerItem::AddBorderToSize...
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Honour window min and max sizes in wxWindow::GetBestSize().
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Add wxSize::DecToIfSpecified() helper.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Don't generate events from wxSpinCtrl::SetRange() in...
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Restore the use of wxListCtrl in report view in wxListbook.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Fixes for forwarding events to parent in wxGenericListCtrl.
|
commit | commitdiff | tree |
2012-08-11 |
Vadim Zeitlin | Fix typo in an example of Bind()-ing a function in...
|
commit | commitdiff | tree |
2012-08-11 |
Vadim Zeitlin | Update the icon of a parent item without children in...
|
commit | commitdiff | tree |
2012-08-11 |
Vadim Zeitlin | Really delete the item in wxDataViewTreeStore::DeleteItem().
|
commit | commitdiff | tree |
2012-08-06 |
Vadim Zeitlin | A better fix for wxHash{Map,Set} with g++ 4.7.
|
commit | commitdiff | tree |
2012-08-05 |
Vadim Zeitlin | Fix wxAutomationObject compilation in PCH-less build.
|
commit | commitdiff | tree |
2012-08-05 |
Vadim Zeitlin | Fix uniconizing hidden top level windows in wxMSW.
|
commit | commitdiff | tree |
2012-08-05 |
Vadim Zeitlin | Fix the checkbox cell size in generic wxDataViewToggleRenderer.
|
commit | commitdiff | tree |
2012-08-05 |
Vadim Zeitlin | Add webview library in MSVC-specific setup.h.
|
commit | commitdiff | tree |
2012-08-03 |
Vadim Zeitlin | Optimization: skip 0-sized cells in wxGrid::CalcCellsExposed().
|
commit | commitdiff | tree |
2012-08-03 |
Vadim Zeitlin | Remove unnecessary statement from the grid sample.
|
commit | commitdiff | tree |
2012-08-03 |
Vadim Zeitlin | Make wxGraphicsContext::GetSize() const.
|
commit | commitdiff | tree |
2012-08-03 |
Vadim Zeitlin | Make wxRect2D::Get{Position,Size}() const.
|
commit | commitdiff | tree |
2012-08-01 |
Vadim Zeitlin | No changes, just fix typos in comments in wxOSX files.
|
commit | commitdiff | tree |
2012-07-31 |
Vadim Zeitlin | Uncomment and improve wxFileName::CreateTempFileName...
|
commit | commitdiff | tree |
2012-07-31 |
Vadim Zeitlin | Fix comparisons of char and wchar_t with wxUniChar...
|
commit | commitdiff | tree |
2012-07-31 |
Vadim Zeitlin | Fix wxKeyEvent::m_uniChar for EVT_CHAR for native controls...
|
commit | commitdiff | tree |
2012-07-31 |
Vadim Zeitlin | Add an option to use wxTextCtrl as input window in...
|
commit | commitdiff | tree |
2012-07-31 |
Vadim Zeitlin | Allow setting LCID used by wxAutomationObject.
|
commit | commitdiff | tree |
2012-07-31 |
Vadim Zeitlin | Use compatibility_iterator instead of "Node*" in wxWinCE...
|
commit | commitdiff | tree |
2012-07-31 |
Vadim Zeitlin | No changes, just fix some typos in wxDFB comments.
|
commit | commitdiff | tree |
2012-07-30 |
Vadim Zeitlin | Use (newly) added wxStaticCastVariantData() to fix...
|
commit | commitdiff | tree |
2012-07-30 |
Vadim Zeitlin | Add expand/collapse button to wxRibbonBar.
|
commit | commitdiff | tree |
2012-07-30 |
Vadim Zeitlin | Fix the size of the buffer passed to wxTmemcpy() in...
|
commit | commitdiff | tree |
2012-07-29 |
Vadim Zeitlin | Translate wxTextDataObject to/from native EOL format.
|
commit | commitdiff | tree |
2012-07-29 |
Vadim Zeitlin | No real changes, just use accessors in wxTextDataObject.
|
commit | commitdiff | tree |
2012-07-29 |
Vadim Zeitlin | Support wxID_HELP_{INDEX,SEARCH} and wxID_MDI_WINDOW_XXX...
|
commit | commitdiff | tree |
2012-07-29 |
Vadim Zeitlin | Fix bug in wxNumberFormatter::ToString() for negative...
|
commit | commitdiff | tree |
2012-07-29 |
Vadim Zeitlin | Remove workaround for slow scrolling in wxStyledTextCtrl.
|
commit | commitdiff | tree |
2012-07-29 |
Vadim Zeitlin | Remove unnecessary Update() in wxStyledTextCtrl scrolling...
|
commit | commitdiff | tree |
2012-07-29 |
Vadim Zeitlin | Make keyboard sample output less confusing.
|
commit | commitdiff | tree |
2012-07-29 |
Vadim Zeitlin | Generate clipboard events for wxComboBox in wxGTK too.
|
commit | commitdiff | tree |
2012-07-29 |
Vadim Zeitlin | Revert HasModifiers() change in behaviour, add HasAnyModifie...
|
commit | commitdiff | tree |
2012-07-29 |
Vadim Zeitlin | Add a wxGTK-specific function to set wxNotificationMessage...
|
commit | commitdiff | tree |
2012-07-27 |
Vadim Zeitlin | Move new wxGTK wxNotificationMessage files to adv from...
|
commit | commitdiff | tree |
2012-07-27 |
Vadim Zeitlin | Fix compilation of new wxNotificationMessage for wxGTK...
|
commit | commitdiff | tree |
2012-07-27 |
Vadim Zeitlin | Implement wxNotificationMessage using libnotify in...
|
commit | commitdiff | tree |
2012-07-27 |
Vadim Zeitlin | Add a private wrapper for GError to wxGTK.
|
commit | commitdiff | tree |
2012-07-27 |
Vadim Zeitlin | Add all extra GTK libraries to GUI_TK_LIBRARY in configure.
|
commit | commitdiff | tree |
2012-07-25 |
Vadim Zeitlin | wxOSX/Carbon compilation fix after the changes of r72207.
|
commit | commitdiff | tree |
2012-07-24 |
Vadim Zeitlin | Another wxOSX compilation fix after the changes of...
|
commit | commitdiff | tree |
2012-07-24 |
Vadim Zeitlin | Add wxWebView::GetNativeBackend() method.
|
commit | commitdiff | tree |
2012-07-24 |
Vadim Zeitlin | Build fix for wxOSX after removing position in MacCreateKeyE...
|
commit | commitdiff | tree |
2012-07-24 |
Vadim Zeitlin | Don't eagerly set wxKeyEvent position fields.
|
commit | commitdiff | tree |
2012-07-24 |
Vadim Zeitlin | Extract OS X non-GUI event loop in a separate header.
|
commit | commitdiff | tree |
2012-07-24 |
Vadim Zeitlin | Use relative path for wx-config symlink in "make install".
|
commit | commitdiff | tree |
2012-07-24 |
Vadim Zeitlin | Add wxDir::Close().
|
commit | commitdiff | tree |
2012-07-24 |
Vadim Zeitlin | Set up scrollbars correctly for wxWebView in wxGTK.
|
commit | commitdiff | tree |
2012-07-24 |
Vadim Zeitlin | Refactor: extract GtkScrolledWindow creation from wxWindow...
|
commit | commitdiff | tree |
2012-07-24 |
Vadim Zeitlin | Allow passing the URL to open to webview sample on...
|
commit | commitdiff | tree |
2012-07-24 |
Vadim Zeitlin | No real changes, just avoid overloaded virtual wxWebView...
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Don't constantly reload comctl32.dll in wxTreeCtrl...
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Fix wxMSW wxStaticBox compilation when wxUSE_UXTHEME==0.
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Fix wxMSW wxTextEntry compilation in wxUSE_DYNLIB_CLASS...
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Fix wxUSE_IFILEDIALOG definition in wxUSE_DYNLIB_CLASS...
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Fix wxWindow::MSWShowWithEffect() compilation with...
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Use __DARWIN__ instead of __WXOSX__ in non-GUI code.
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Fix --enable-webview_xxx options names in configure.
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Define wxGUIAppTraits for wxGTK/Windows port.
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Fix compilation of wxOSX event loop without wxUSE_EVENTLOOP_...
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Handle accelerators earlier in keyboard processing...
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Use wxGTK platform-specific files in wxAdv under OS X.
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Fix assert in webview sample when viewing pages without...
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Fix crash on wxWebViewWebKit window destruction.
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Add missing wxSTDCALL to fix wxWebView compilation...
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Document wxGTK limitation for accelerators involving...
|
commit | commitdiff | tree |
2012-07-23 |
Vadim Zeitlin | Don't change client size of TLW when centering it in...
|
commit | commitdiff | tree |
2012-07-20 |
Vadim Zeitlin | No changes, just fix some typos in comments.
|
commit | commitdiff | tree |
2012-07-20 |
Vadim Zeitlin | Remove unnecessary configure options from wxOSX install...
|
commit | commitdiff | tree |
2012-07-20 |
Vadim Zeitlin | Use both URL-specific and plain text formats in wxGTK...
|
commit | commitdiff | tree |
2012-07-20 |
Vadim Zeitlin | Use proper format in wxGTK clipboard selection handler.
|
commit | commitdiff | tree |
2012-07-20 |
Vadim Zeitlin | Use text/uri-list instead of x-moz-url in wxGTK wxURLDataObject.
|
commit | commitdiff | tree |
2012-07-20 |
Vadim Zeitlin | Don't use delayed destruction for sockets in other...
|
commit | commitdiff | tree |
next |