2012-09-15 |
Vadim Zeitlin | Take into account wxFONTFLAG_STRIKETHROUGH in wxGTK... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Vadim Zeitlin | Fix spelling in the comments in wxPropertyGrid code. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Vadim Zeitlin | Allow using horizontal cursor navigation keys in non... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Vadim Zeitlin | No changes, just remove an unused variable from CHM... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Vadim Zeitlin | No changes, just remove unnecessary variable initializa... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Vadim Zeitlin | Czech translations update from Zbynek Schwarz. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Vadim Zeitlin | Relax wxMessageDialog style checks, assume wxOK by... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Vadim Zeitlin | No changes, just remove unneeded variable initialziatio... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Vadim Zeitlin | Add wxBITMAP_PNG() macro similar to wxBITMAP() but... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Vadim Zeitlin | Add wxBitmap::NewFromPNGData() for creating bitmaps... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Vadim Zeitlin | Don't ignore invalid files entered into wxFileDirPicker... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Vadim Zeitlin | Extract "Close" button creation from wxInfoBarGeneric... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Vadim Zeitlin | Provide up to date documentation for wxLoadUserResource(). |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Vadim Zeitlin | Change wxMSW-specific wxLoadUserResource() to accept... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Vadim Zeitlin | Don't initialize alpha twice when loading wxImage from... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Vadim Zeitlin | Fix wxFindWindowAtPoint() with nested windows in wxMSW. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Vadim Zeitlin | Fix "pos" argument description in wxTreeCtrl::InsertIte... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Vadim Zeitlin | Fix setting colours for the edit control part of wxComb... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Julian Smart | Added support for wxTEXT_ATTR_EFFECT_SMALL_CAPITALS. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Steve Lamerton | Add generic wxFileSystem support to wxWebView using... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Steve Lamerton | Move wxWebViewIE missing definitions to webview_missing... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Stefan Csomor | layout adaption, current sizer code leads to too much... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Fix handling of wxTextEntry hints in wxGTK. |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Fix deprecating warning introduced in r72446. |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Allow using versions of libnotify < 0.7 in wxGTK. |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Set modifiers properly for the key events with AltGr... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Remove workarounds for wxTextCtrl::SetValue() events... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Add a test of wxFilePickerCtrl::GetValue() to the widge... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Add an informational message to the file picker page... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Simplify and correct setting of initial directory for... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Fix harmless virtual function hiding warning in wxMSW... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Fix wxKeyEvent::GetKeyCode() descripotion: it doesn... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Do not use wxIsprint() in EVT_CHAR example in the docum... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Julian Smart | Ensure the selected style is visible. |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Italian translations update from Roberto Boriotti. |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Don't try to determine the clicked item ourselves in... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Document wxDropTarget::GetDataObject(). |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Don't use StringFormat::GenericTypographic() in MSW... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Use a single global StringFormat in all wxMSW wxGraphic... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Output the values of all USE_XXX options to build.cfg... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Vadim Zeitlin | Document wxWindow InheritsBackgroundColour() and UseBgC... |
commit | commitdiff | tree | snapshot |
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 |
next |