2013-06-10 |
Vadim Zeitlin | Add wxMouseEvent::GetColumnsPerAction(). |
tree | commitdiff |
2013-06-10 |
Vadim Zeitlin | Avoid problems when reparenting a TLW under a child... |
tree | commitdiff |
2013-06-01 |
Paul Cornett | update position for widgets in native containers, fixes... |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Add wxFileDialog::GetCurrentlySelectedFilename(). |
tree | commitdiff |
2013-05-26 |
Vadim Zeitlin | Ensure that detached menus don't keep focus grab in... |
tree | commitdiff |
2013-05-22 |
Vadim Zeitlin | Fix regression in wxGTK wxFilePickerCtrl due to wxFileD... |
tree | commitdiff |
2013-05-22 |
Vadim Zeitlin | Fix GTK+ errors during wxFilePickerCtrl destruction... |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Add a public wxModalDialogHook class for intercepting... |
tree | commitdiff |
2013-05-19 |
Vadim Zeitlin | Delete the associated dialog in wxGTK wx{File,Dir}Button. |
tree | commitdiff |
2013-05-15 |
Vadim Zeitlin | Fix crash in wxGTK wxPopupWindow when creating it witho... |
tree | commitdiff |
2013-05-05 |
Vadim Zeitlin | Don't use gtk_file_chooser_set_filename() for save... |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Consistently set wxMenuBar parent in all ports. |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Add wxFontInfo class to allow using named parameters... |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Fix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event... |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
tree | commitdiff |
2013-04-01 |
Vadim Zeitlin | Don't use GetStandardCmdLineOptions() under non-Unix... |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Remove wxTextCtrl::OnEnabled() hack from wxGTK. |
tree | commitdiff |
2013-03-29 |
Vadim Zeitlin | Fix program not shutting down when using Ubuntu app... |
tree | commitdiff |
2013-03-22 |
Paul Cornett | fix GTK3 build |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Add IM and full wxEVT_CHAR support to wxTextCtrl and... |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Refactor wxGTK IM-related code to allow future modifica... |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Tweak wxGTK keyboard handling to allow accelerators... |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Disable Unity global menu while native modal dialogs... |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Create a small helper class for Unity global menu bug... |
tree | commitdiff |
2013-02-21 |
Vadim Zeitlin | Fix crash when drawing bitmaps with mask in wxGTK with... |
tree | commitdiff |
2013-02-15 |
Vadim Zeitlin | Don't connect to the same signal multiple times in... |
tree | commitdiff |
2013-02-04 |
Julian Smart | Invalid conversion compile error fix (GTK+ 2.12.9) |
tree | commitdiff |
2013-02-01 |
Steve Lamerton | Rename all WEB_VIEW* style identifiers to WEBVIEW*. |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | Derive wxCheckListBox from wxCheckListBoxBase in wxGTK. |
tree | commitdiff |
2013-01-20 |
Paul Cornett | no real changes, just move wxMask::GetBitmap() to wxMas... |
tree | commitdiff |
2013-01-20 |
Paul Cornett | add wxMask::GetBitmap(), closes #9381 |
tree | commitdiff |
2013-01-20 |
Paul Cornett | draw monochrome source directly onto destination when... |
tree | commitdiff |
2013-01-20 |
Paul Cornett | make some reference handling a little more direct and... |
tree | commitdiff |
2013-01-18 |
Paul Cornett | use const arrays for wxDC array parameters, closes... |
tree | commitdiff |
2013-01-15 |
Paul Cornett | add support for GtkFontChooserDialog, new in GTK 3.2 |
tree | commitdiff |
2013-01-13 |
Vadim Zeitlin | Fix wrong return value in the changes of r73365. |
tree | commitdiff |
2013-01-12 |
Vadim Zeitlin | Fix compilation without PCH after r73365. |
tree | commitdiff |
2013-01-12 |
Vadim Zeitlin | Relax Unity menu interdiction hack to allow popup menus... |
tree | commitdiff |
2013-01-10 |
Paul Cornett | call GTKApplyWidgetStyle() from PostCreation() instead... |
tree | commitdiff |
2013-01-10 |
Paul Cornett | allow setting window font and bg/fg color before creation |
tree | commitdiff |
2013-01-10 |
Paul Cornett | simplify code setting backing pixmap |
tree | commitdiff |
2013-01-03 |
Paul Cornett | gtk_assert_dialog_set_message() was unintentionally... |
tree | commitdiff |
2013-01-03 |
Jouk Jansen | gtk_assert_dialog_set_message is only defined if wxUSE_... |
tree | commitdiff |
2013-01-03 |
Paul Cornett | use gtk_file_chooser_set_show_hidden() now that GTK... |
tree | commitdiff |
2013-01-03 |
Paul Cornett | remove ancient SetModal(), it was deprecated long ago... |
tree | commitdiff |
2012-12-31 |
Steve Lamerton | Add context menu enabling and disabling to wxWebView... |
tree | commitdiff |
2012-12-29 |
Paul Cornett | reference count the GtkMenuItem in wxMenuItem as well |
tree | commitdiff |
2012-12-29 |
Paul Cornett | m_menubar does not need to be public for hildon, it... |
tree | commitdiff |
2012-12-28 |
Paul Cornett | Use gtk_menu_item_remove_submenu() with GTK2 |
tree | commitdiff |
2012-12-27 |
Paul Cornett | Use proper reference counting on GtkMenuItem that we... |
tree | commitdiff |
2012-12-27 |
Paul Cornett | Better fix for avoiding warnings from Ubuntu libdbusmenu |
tree | commitdiff |
2012-12-21 |
Paul Cornett | revert r73185, it should no longer be needed after... |
tree | commitdiff |
2012-12-20 |
Paul Cornett | Use client size determined by size-allocate when possible |
tree | commitdiff |
2012-12-16 |
Paul Cornett | Fix for toolbars and menus not being disabled on Ubuntu |
tree | commitdiff |
2012-12-14 |
Paul Cornett | compute scrollbar spacing the same way GtkScrolledWindo... |
tree | commitdiff |
2012-12-14 |
Paul Cornett | Get DC size from GDK window if possible, client size... |
tree | commitdiff |
2012-12-13 |
Paul Cornett | decrease number of skipped frames in assert dialog... |
tree | commitdiff |
2012-12-11 |
Paul Cornett | use correct signature for callback |
tree | commitdiff |
2012-12-11 |
Paul Cornett | make local functions static |
tree | commitdiff |
2012-12-11 |
Paul Cornett | add wrappers to avoid compiling code which will never... |
tree | commitdiff |
2012-12-10 |
Vadim Zeitlin | Use wxSetWorkingDirectory() instead of chdir(). |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Don't test for key code being valid unnecessarily. |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Check gtk_tree_model_iter_nth_child() return value... |
tree | commitdiff |
2012-12-06 |
Paul Cornett | disable Ubuntu "overlay scrollbar", see #14871 |
tree | commitdiff |
2012-12-02 |
Vadim Zeitlin | Add wxControlWithItems::SendSelectionChangedEvent(... |
tree | commitdiff |
2012-11-26 |
Paul Cornett | disconnect "toggled" signal in dtor when style has... |
tree | commitdiff |
2012-11-26 |
Paul Cornett | fix for GTK assert after r72696, a draw/expose_event... |
tree | commitdiff |
2012-11-26 |
Vadim Zeitlin | Fix wxALWAYS_SHOW_SB behaviour in wxGTK. |
tree | commitdiff |
2012-11-25 |
Vadim Zeitlin | Restore generic GetPartialTextExtents() version use... |
tree | commitdiff |
2012-11-25 |
Vadim Zeitlin | Don't dereference NULL output pointer in wxTextMeasure. |
tree | commitdiff |
2012-11-25 |
Vadim Zeitlin | Handle UBUNTU_MENUPROXY=0 as "not using global menu". |
tree | commitdiff |
2012-11-25 |
Paul Cornett | avoid functions deprecated in GTK3 |
tree | commitdiff |
2012-11-25 |
Paul Cornett | fix wxBitmapComboBox Gtk-CRITICAL assertion `GTK_IS_ENT... |
tree | commitdiff |
2012-11-25 |
Paul Cornett | Simplify GetDefaultAttributesFromGTKWidget() by passing... |
tree | commitdiff |
2012-11-25 |
Vadim Zeitlin | Add wxApp::GTKIsUsingGlobalMenu() helper to wxGTK. |
tree | commitdiff |
2012-11-25 |
Vadim Zeitlin | Ignore menu events while modal dialogs are shown in... |
tree | commitdiff |
2012-11-24 |
Vadim Zeitlin | Add check for destroying window with mouse capture... |
tree | commitdiff |
2012-11-20 |
Vadim Zeitlin | Implement GetSizeFromTextSize() for wxSpinCtrl. |
tree | commitdiff |
2012-11-20 |
Vadim Zeitlin | Revert all wxNOEXCEPT-related changes. |
tree | commitdiff |
2012-11-19 |
Vadim Zeitlin | More compilation fixes after wxNOEXCEPT introduction. |
tree | commitdiff |
2012-11-19 |
Paul Cornett | put both versions of wxGetMousePosition in one place... |
tree | commitdiff |
2012-11-19 |
Paul Cornett | fix object referencing with wxSL_MIN_MAX_LABELS |
tree | commitdiff |
2012-11-17 |
Vadim Zeitlin | Fix path returned from wxGTK wxFileDialog too. |
tree | commitdiff |
2012-11-16 |
Paul Cornett | avoid deprecated functions with GTK3 |
tree | commitdiff |
2012-11-16 |
Paul Cornett | silence warnings about unhandled enum value in switch |
tree | commitdiff |
2012-11-16 |
Paul Cornett | Remove code that has no effect |
tree | commitdiff |
2012-11-14 |
Paul Cornett | Fix GetClientSize() when scrollbars are present |
tree | commitdiff |
2012-11-14 |
Vadim Zeitlin | Handle wxBORDER_NONE in wxGTK wxTextCtrl::DoGetSizeFrom... |
tree | commitdiff |
2012-11-14 |
Vadim Zeitlin | Don't call setlocale("") on startup by default any... |
tree | commitdiff |
2012-11-13 |
Paul Cornett | re-enable drawing our own resize grip with GTK3, themes... |
tree | commitdiff |
2012-11-13 |
Václav Slavík | Fix wxGTK's wxFileDialog:Get/SetFilename() to be in... |
tree | commitdiff |
2012-11-09 |
Vadim Zeitlin | Add wxControl::GetSizeFromTextSize() to size the contro... |
tree | commitdiff |
2012-11-09 |
Paul Cornett | avoid deprecated functions with GTK3 |
tree | commitdiff |
2012-11-08 |
Paul Cornett | avoid using deprecated gdk_cursor_unref() with GTK3 |
tree | commitdiff |
2012-11-08 |
Paul Cornett | Disable GTK2-specific code to change theme when buildin... |
tree | commitdiff |
2012-11-07 |
Paul Cornett | update fullscreen state when it is changed by the WM |
tree | commitdiff |
2012-11-07 |
Jouk Jansen | Update OpenVMS make-files |
tree | commitdiff |
2012-11-07 |
Paul Cornett | add GTK3 implementations for remaining renderer functions |
tree | commitdiff |
2012-11-06 |
Paul Cornett | add GTK3-specific code for DrawItemSelectionRect()... |
tree | commitdiff |
2012-11-04 |
Paul Cornett | fix setting background color in wxGTK3 with themes... |
tree | commitdiff |
next |