2013-01-21 |
Jouk Jansen | OpenVMS compile support for wxSPLASH and sample |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Stefan Csomor | updated for 10.5 minimum |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | A fix for VC6 compilation: define missing priority... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Stefan Csomor | workaround for crash, see #14906 |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Steve Lamerton | Pass wxWANTS_CHARS to the wxRichTextCtrl constructor... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Improve appearance of text with background colour in... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Fix wxKeyEvent::GetPosition() after the changes of... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Paul Cornett | no real changes, just move wxMask::GetBitmap() to wxMas... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Paul Cornett | add wxMask::GetBitmap(), closes #9381 |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Paul Cornett | silence GCC warning "base class ‘class wxEvtHandler... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Paul Cornett | sizeof(char) is 1. By definition. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Add wxProcess::SetPriority() to allow setting the prior... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Rename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Fix appearance of multiline wxCheckBox with non-standar... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Add copy constructor to wxValidator. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Fix wxDateTime::GetWeekOfYear() for the days in the... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Fix wxSearchCtrl::HasFocus() in the generic version. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Fix changing labels of menu items with bitmaps in wxMSW. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Fix bug with showing hidden wxGrid lines when resizing... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Make "More windows..." menu item in MDI "Window" menu... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Put "#if wxUSE_TOOLBAR" around a variable only used... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Fix the list markers in wxGridCellEditor::EndEdit(... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | 64 bit compilation fix for wxTextCtrl in wxMSW. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Fix setting initial wxSpinCtrl value outside 0..100... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Really fix the background colour used for the cells... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Don't use margins for wxGrid in place text editor controls. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Set margins on creation correctly for wxTE_RICH[2]... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Set both left and right wxTextEntry margins in wxMSW. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Fix bug with dragging non-draggable columns in wxMSW... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Vadim Zeitlin | Fix some harmless but annoying warnings about casts... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Paul Cornett | draw monochrome source directly onto destination when... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Paul Cornett | make some reference handling a little more direct and... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Julian Smart | When selecting the bitmap bullet style, the name can... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Paul Cornett | use const arrays for wxDC array parameters, closes... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Steve Lamerton | When handling accelerators in wxWebView make sure that... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Julian Smart | Fix wrong value |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Julian Smart | Better compatibility with old files when creating an... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Paul Cornett | add support for GtkFontChooserDialog, new in GTK 3.2 |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Julian Smart | Added Set/GetFloatingLayoutMode to switch off time... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Robin Dunn | enum wxWebViewBackend has been removed. |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Steve Lamerton | Allow registering of custom wxWebView backends. |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Vadim Zeitlin | Fix wrong return value in the changes of r73365. |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Vadim Zeitlin | Fix compilation without PCH after r73365. |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Vadim Zeitlin | Allow hiding/showing already hidden/shown wxGrid rows... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Vadim Zeitlin | Relax Unity menu interdiction hack to allow popup menus... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Vadim Zeitlin | Fix a typo in wxKeyEvent::GetKeyCode() code example. |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Paul Cornett | call GTKApplyWidgetStyle() from PostCreation() instead... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Paul Cornett | allow setting window font and bg/fg color before creation |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Paul Cornett | simplify code setting backing pixmap |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Steve Lamerton | Add HTTP status code definitions to attempt to fix... |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Paul Cornett | don't use deprecated wxMouseState functions |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Julian Smart | Detect when the window is still captured when dragging... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Julian Smart | Fill in mouse button and key state when generating... |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Paul Cornett | define wxComboBox rtti stuff even when wxUSE_COMBOCTRL==0 |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Vadim Zeitlin | Attempt to fix MSVC6 compilation after the previous... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Vadim Zeitlin | Including wx/msw/missing.h to define INVALID_FILE_ATTRI... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Vadim Zeitlin | Re-lay out the grid sample window after auto-sizing... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Paul Cornett | gtk_assert_dialog_set_message() was unintentionally... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Jouk Jansen | gtk_assert_dialog_set_message is only defined if wxUSE_... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Paul Cornett | use gtk_file_chooser_set_show_hidden() now that GTK... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Paul Cornett | remove ancient SetModal(), it was deprecated long ago... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Paul Cornett | look for backtrace() in -lexecinfo, fixes #14942 |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Vadim Zeitlin | Chinese translations update from William Jiang. |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Vadim Zeitlin | Slight improvements to wxWebView::EnableContextMenu... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Steve Lamerton | Add context menu enabling and disabling to wxWebView... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Steve Lamerton | Add handling of http errors to wxWebViewIE. Tidy up... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Vadim Zeitlin | Slovenian translations update from Martin Srebotnjak. |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Vadim Zeitlin | Fix wxLocale::GetInfo() in C locale under Windows. |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Vadim Zeitlin | Ensure that scrollbars are shown in scrolled popup... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Vadim Zeitlin | No changes, just fix unused variable in wxUSE_STATBMP... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Vadim Zeitlin | Including wx/msw/missing.h to define INVALID_FILE_ATTRI... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Vadim Zeitlin | No changes, just remove unneeded variable initialization. |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Vadim Zeitlin | Spelling fixes in comments in wxOSX. |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Paul Cornett | reference count the GtkMenuItem in wxMenuItem as well |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Paul Cornett | make GTKNeedsParent() private |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Paul Cornett | m_menubar does not need to be public for hildon, it... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Robin Dunn | Fix missing or broken interface items for Phoenix |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Paul Cornett | use wxDEPRECATED_CONSTRUCTOR() instead of inline |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Paul Cornett | remove unused variable assignment, closes #14928 |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Paul Cornett | Use gtk_menu_item_remove_submenu() with GTK2 |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | Suppress warning about _set_se_translator() for VC... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | Don't assume that wxTE_RICH(2) implies wxTE_MULTILINE... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | Process HDN_TRACK in wxMSW wxHeaderCtrl just in case. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | Don't call wxTextMeasure::BeginMeasuring() when using... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | Parse files from include/wx/*.h when making wxMSW tags. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | Allow building wxGTK under Windows with MSVC. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | Remove connection of MyDllApp::OnIdle() handler in... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | No changes, just avoid unused variable in wxUSE_TOOLTIP... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | Use a single taskbar icon for all notifications in... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | Remove extra "#" operator in wxFAIL_COND_MSG macro. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Stefan Csomor | silence unused var warning |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Paul Cornett | non-pch build fix |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | Fix regression with wxHTML table elements background... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | Ensure that client display rectangle is always less... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | Document wxListBox and wxChoice as inheriting from... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | Add wxGCC_WARNING_{SUPPRESS,RESTORE} macros and use... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | No changes, just don't initialize the variable twice. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Vadim Zeitlin | No changes, just remove an unused variable. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Paul Cornett | Use proper reference counting on GtkMenuItem that we... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Paul Cornett | Better fix for avoiding warnings from Ubuntu libdbusmenu |
commit | commitdiff | tree | snapshot |
next |