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 |
2012-11-01 |
Vadim Zeitlin | Refactor and simplify wxChoice::DoGetBestSize(). |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Allow constructing wxGTK wxTextMeasure with NULL font. |
tree | commitdiff |
2012-11-01 |
Václav Slavík | Add wxTEST_DIALOG for testing of modal dialogs. |
tree | commitdiff |
2012-10-31 |
Paul Cornett | fix WakeUpIdle() when called from another thread while... |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Allow wxTextMeasure to work with non-native wxDC object... |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Just fix header comments of wxTextMeasure-related files... |
tree | commitdiff |
2012-10-25 |
Vadim Zeitlin | Compilation fix for STL build after the last commit. |
tree | commitdiff |
2012-10-25 |
Vadim Zeitlin | Store the selected directory in wxGTK wxDirDialog. |
tree | commitdiff |
2012-10-25 |
Vadim Zeitlin | Prevent pasting too much text into limited length wxTex... |
tree | commitdiff |
2012-10-23 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2012-10-23 |
Vadim Zeitlin | Process pending events from wxYield() in wxGTK. |
tree | commitdiff |
2012-10-21 |
Vadim Zeitlin | Remove unnecessary SetInitialSize() from wxGTK wxComboB... |
tree | commitdiff |
2012-10-18 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2012-10-17 |
Vadim Zeitlin | Factor out text measurement from wxDC and wxWindow... |
tree | commitdiff |
2012-10-17 |
Paul Cornett | Disconnect all GTK signals referencing a wx object... |
tree | commitdiff |
2012-10-16 |
Paul Cornett | fix crash in wxWindowGTK::GTKHandleUnrealize(), closes... |
tree | commitdiff |
2012-10-16 |
Vadim Zeitlin | Add a debug helper to show information about a GtkWidge... |
tree | commitdiff |
2012-10-14 |
Vadim Zeitlin | Make GetClippingBox() work for wxPrinterDC in wxGTK. |
tree | commitdiff |
2012-10-09 |
Vadim Zeitlin | Fix printing in landscape mode in wxGTK. |
tree | commitdiff |
2012-10-08 |
Vadim Zeitlin | Recreate GtkPrintOperation every time when printing... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Ensure that key events are sent to focused window first... |
tree | commitdiff |
2012-10-04 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2012-10-04 |
Paul Cornett | silence warnings about shadowed variables with GCC... |
tree | commitdiff |
2012-10-02 |
Paul Cornett | remove some unnecessary casts |
tree | commitdiff |
next |