2012-11-23 |
Stefan Csomor | fixing overrelease and out-of-bounds write, fixes ... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Vadim Zeitlin | Implement GetSizeFromTextSize() for wxSpinCtrl. |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Vadim Zeitlin | Make wxSpinCtrlGenericBase a wxCompositeWindow. |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Vadim Zeitlin | Revert all wxNOEXCEPT-related changes. |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Vadim Zeitlin | Fix another compilation problem after wxNOEXCEPT introd... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Vadim Zeitlin | Add wxTL_NO_HEADER style to wxTreeListCtrl. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Vadim Zeitlin | More compilation fixes after wxNOEXCEPT introduction. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Stefan Csomor | implementing delayed freezing, fixes #12865 |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Vadim Zeitlin | Add wxFSW_EVENT_UNMOUNT wxFileSystemWatcher flag and... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Vadim Zeitlin | Convert wxFSW_EVENT_{WARNING,ERROR} to string correctly. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Vadim Zeitlin | Implement wxLocale::GetSystemEncodingName() for wxOSX. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Vadim Zeitlin | Add wxNOEXCEPT to all wxTextCtrl dtors. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Paul Cornett | put both versions of wxGetMousePosition in one place... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Paul Cornett | fix object referencing with wxSL_MIN_MAX_LABELS |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Vadim Zeitlin | Define SPI_GETCARETWIDTH ourselves if it's not defined. |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Vadim Zeitlin | Compilation fixes for VC6 after MSWGetComboBoxInfo... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Vadim Zeitlin | Fix path returned from wxGTK wxFileDialog too. |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Vadim Zeitlin | Add wxNOEXCEPT and use it for std::streambuf-derived... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Vadim Zeitlin | Add wxFSW_EVENT_ATTRIB wxFileSystemWatcher flag. |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Vadim Zeitlin | Fix typo in include/wx/generic/private/richtooltip... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Robin Dunn | Fix broken and missing DataView interface items for... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Steve Lamerton | Fixed unused parameter warnings for webview on OSX. |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Paul Cornett | avoid deprecated functions with GTK3 |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Paul Cornett | silence warnings about unhandled enum value in switch |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Paul Cornett | Remove code that has no effect |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Vadim Zeitlin | Support monitoring only some events in wxGTK wxFileSyst... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Vadim Zeitlin | Restore setting focus to generic wxDataViewCtrl on... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Vadim Zeitlin | Document how to build wxOSX/Carbon under recent OS X. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Vadim Zeitlin | Add back WINVER check to fix VC6 compilation of wxMSW. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Paul Cornett | Fix GetClientSize() when scrollbars are present |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Paul Cornett | re-enable using our own resize grip with GTK3, themes... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Vadim Zeitlin | Implement wxComboCtrl::GetSizeFromTextSize(). |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Vadim Zeitlin | Implement DoGetSizeFromTextSize() for wxMSW wx{Choice... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Vadim Zeitlin | No changes, just refactor wxMSW wxComboBox code calling... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Vadim Zeitlin | Handle wxBORDER_NONE in wxGTK wxTextCtrl::DoGetSizeFrom... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Vadim Zeitlin | Don't call setlocale("") on startup by default any... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Vadim Zeitlin | Optionally allow showing tooltips for disabled ribbon... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Paul Cornett | re-enable drawing our own resize grip with GTK3, themes... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Václav Slavík | Fix wxGTK's wxFileDialog:Get/SetFilename() to be in... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Vadim Zeitlin | Replace a template function with template class to... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Stefan Csomor | making sure we have an initial frame buffer, even thoug... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Vadim Zeitlin | Use wxID_EXIT for the "Quit" item in the exec sample. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Disallow drop downs on AUI check buttons. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Fix crashes after using "wildcard" wxEvtHandler::Discon... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | No changes, just fix a harmless warning in FileSystemWa... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Fix filename test compilation with VC6. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Fix link errors with VC 11 in DLL STL build. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Simplify wxEVT_PAINT handling in wxScrollHelperBase. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Cache HDC used for painting for the entire duration... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Fix incorrect wxSizerFlags::Border() call in the scroll... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Set ID correctly for wxScrollWinEvents generated by... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Vadim Zeitlin | Add wxControl::GetSizeFromTextSize() to size the contro... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Paul Cornett | avoid deprecated functions with GTK3 |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Robin Dunn | wxBrushList and wxFontList do not derive from wxList. |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Paul Cornett | don't assign NULL to wxUIntPtr, wxUIntPtr is not a... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Paul Cornett | avoid using deprecated gdk_cursor_unref() with GTK3 |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Paul Cornett | Disable GTK2-specific code to change theme when buildin... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Stefan Csomor | support for freeze and thaw under cocoa |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Vadim Zeitlin | No changes, just remove unnecessary forward declarations. |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Vadim Zeitlin | Another Nepalese translations update from Him Prasad... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Paul Cornett | update fullscreen state when it is changed by the WM |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Jouk Jansen | Update OpenVMS make-files |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Jouk Jansen | Fix for specific filename syntax of OpenVMS |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Paul Cornett | add GTK3 implementations for remaining renderer functions |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Don't leave orphan taskbar icon window alive if setting... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Keep item data in sync with their position in wxEditabl... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Restore propagation of EVT_SEARCHCTRL_CANCEL_BTN events... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Fix regression with wxAuiToolBar gripper and overflow... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Use wxAUI_TB_DEFAULT_STYLE instead of 0 as default... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Minor improvements to wxEVT_COMMAND_DIRCTRL_CHANGED... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Add wxUSE_BASE checks for wxLog classes in the interfac... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Add wxUSE_{BASE,GUI} checks to interface headers. |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Paul Cornett | add GTK3-specific code for DrawItemSelectionRect()... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | No changes, just fix indentation in wxDataViewMainWindo... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Update the current row after item deletion in generic... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Never collapse invisible root item in generic wxDataVie... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Remove __WXMSW__ check around background erasing in... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Stefan Csomor | fixing compile for ios |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Stefan Csomor | supporting iOS 6 autorotate |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Slightly improve the date/time dialogs in the calendar... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Don't move the insertion point if text didn't change... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Make hack for button creation in wxOSX more robust. |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Ensure that paths used inside wxOSX are always in NFC... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Add wxCFStringRef::AsStringWithNormalizationFormC(... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Use kCGBlendModeExclusion for wxCOMPOSITION_XOR operation. |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Implement setting default wxTextCtrl style in wxOSX. |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | No changes, just remove unnecessary wxTextAttr tests. |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Suppress warnings about NSText not responding to setAll... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | No changes, just make it easier to tweak splitter sample. |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Create tags for Cocoa, not Carbon, by default under... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Fix annoying warning when running the script to generat... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Update the button bezel to account for multi-line label... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | No changes, just rename OSXSetAcceleratorFromLabel(). |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | No real change, just make bezel setting code in wxOSX... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Revert "Fix the pages range in the print dialog in... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Update tree control layout in EditLabel() for wxOSX... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Paul Cornett | fix setting background color in wxGTK3 with themes... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Check that doxygen version is 1.8.2 in docs generation... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Don't use "readlink -e" in docs generation script,... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Allow using _T() in docs/doxygen/overviews/changes_sinc... |
commit | commitdiff | tree | snapshot |
next |