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 |
2012-12-26 |
Paul Cornett | remove unused private member m_ordered from wxDataViewV... |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Paul Cornett | fix consruction of string |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Stefan Csomor | removing 10.5 version checks |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Steve Lamerton | Fix webview compilation for the mingw-w64 compiler. |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Stefan Csomor | removing outdated code |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Stefan Csomor | making sure we are using correct implementation for... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Stefan Csomor | adding isFlipped to userpane |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Stefan Csomor | try support for native isFlipped usage and coalesce... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Vadim Zeitlin | Fix wrong tab order in wxAuiNotebook after dragging. |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Julian Smart | Fix for bug #14915 - wxRichTextCtrl: Not able to move... |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Vadim Zeitlin | Sort wxPAPER_XXX constants alphabetically in the docume... |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Robin Dunn | Various interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Robin Dunn | Interface fixes for wxGrid classes |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Vadim Zeitlin | Add a temporary workaround to make the tests pass. |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Vadim Zeitlin | Invalidate wxGrid best size when its associated table... |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Vadim Zeitlin | Fix libtiff compilation with VC6 after upgrade to 4... |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Vadim Zeitlin | No changes, just improve wxScrolled::EnableScrolling... |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Vadim Zeitlin | Remove unnecessary variable assignment from wxBoxSizer... |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Vadim Zeitlin | Add wxListCtrl::EnableAlternateRowColours() and SetAlte... |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Vadim Zeitlin | Don't use "Cancel" button in the about dialog of the... |
commit | commitdiff | tree | snapshot |
next |