2013-09-24 |
Paul Cornett | avoid calling GetDefaultSize() twice |
tree | commitdiff |
2013-09-20 |
Paul Cornett | fix vertical mouse wheel event rotation value, sign... |
tree | commitdiff |
2013-09-19 |
Paul Cornett | fix wxSystemSettings::GetColour() for wxGTK3 |
tree | commitdiff |
2013-09-18 |
Vadim Zeitlin | Add missing c_str() call to fix wxGTK ANSI+STL build. |
tree | commitdiff |
2013-09-17 |
Vadim Zeitlin | Fix assorted typos in comments and other non-code. |
tree | commitdiff |
2013-09-14 |
Paul Cornett | add support for GDK_SCROLL_SMOOTH mouse wheel event... |
tree | commitdiff |
2013-09-14 |
Paul Cornett | use native lines/columns per action for mouse wheel... |
tree | commitdiff |
2013-09-13 |
Steve Lamerton | Handle WebKitWebView create-web-view. |
tree | commitdiff |
2013-09-06 |
Steve Lamerton | Fix history storing in wxWebViewWebKit with custom... |
tree | commitdiff |
2013-09-06 |
Vadim Zeitlin | Fix horizontal mouse wheel scrolling in wxGTK. |
tree | commitdiff |
2013-09-03 |
Paul Cornett | Fix referencing of cairo_t returned from wxDCImpl:... |
tree | commitdiff |
2013-08-31 |
Paul Cornett | Don't update position of widgets in a wxPizza from... |
tree | commitdiff |
2013-08-30 |
Vadim Zeitlin | Fix wxMenu::GetTitle() before the menu is appended... |
tree | commitdiff |
2013-08-30 |
Václav Slavík | Loosen the assert in IsScrollIncrement(). |
tree | commitdiff |
2013-08-27 |
Vadim Zeitlin | Make wxWindow::HasScrollbar() respect wxScrolled::ShowS... |
tree | commitdiff |
2013-08-24 |
Paul Cornett | remove redundant initialization of base class member... |
tree | commitdiff |
2013-08-19 |
Paul Cornett | Remove DoSetSizeHints() call from Create() |
tree | commitdiff |
2013-08-19 |
Paul Cornett | revert r74683, wxTLW has its own {Width,Height}Default() |
tree | commitdiff |
2013-08-19 |
Paul Cornett | Remove some old redundant code |
tree | commitdiff |
2013-08-18 |
Paul Cornett | avoid setting initial position if it was not specified... |
tree | commitdiff |
2013-08-18 |
Paul Cornett | Move code that does not need realized GdkWinow out... |
tree | commitdiff |
2013-08-18 |
Paul Cornett | should have been part of r74664: Avoid calling gtk_wind... |
tree | commitdiff |
2013-08-17 |
Paul Cornett | avoid duplicate move events |
tree | commitdiff |
2013-08-17 |
Paul Cornett | Avoid calling gtk_window_get_position() from "configure... |
tree | commitdiff |
2013-08-16 |
Paul Cornett | use names for gs_requestFrameExtentsStatus values |
tree | commitdiff |
2013-08-13 |
Vadim Zeitlin | Don't hide the window in its dtor in wxGTK. |
tree | commitdiff |
2013-08-12 |
Paul Cornett | avoid setting pango matrix when not needed |
tree | commitdiff |
2013-08-08 |
Paul Cornett | add other known types for gdk_pixbuf_save() |
tree | commitdiff |
2013-08-08 |
Paul Cornett | Try native method first in LoadFile() and SaveFile() |
tree | commitdiff |
2013-08-06 |
Vadim Zeitlin | Use RIAA wrapper for wxSpinCtrl event disabling in... |
tree | commitdiff |
2013-08-06 |
Vadim Zeitlin | Don't generate any events from wxSpinCtrl and wxSpinCtr... |
tree | commitdiff |
2013-08-05 |
Paul Cornett | prevent infinite loop if gtk_menu_popup() fails, fixes... |
tree | commitdiff |
2013-08-02 |
Paul Cornett | fix Gtk-CRITICAL errors when deleting wxDirButton |
tree | commitdiff |
2013-07-31 |
Paul Cornett | defer calling SetCanFocus() on wxGTK until after creation |
tree | commitdiff |
2013-07-31 |
Paul Cornett | fix tab traversal of wxStaticBox children, closes ... |
tree | commitdiff |
2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
tree | commitdiff |
2013-07-25 |
Vadim Zeitlin | Don't crash when creating wxStaticBox in wxGTK. |
tree | commitdiff |
2013-07-23 |
Paul Cornett | use GTK-specific method to delete selection |
tree | commitdiff |
2013-07-23 |
Paul Cornett | merge DoDrawText() and DoDrawRotatedText() into one... |
tree | commitdiff |
2013-07-22 |
Paul Cornett | use pango_matrix_scale() to scale text |
tree | commitdiff |
2013-07-18 |
Vadim Zeitlin | Don't assume that KeySym is always defined as long... |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Fix wxGTK compilation in wxUSE_MENUS==0 case. |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Allow retrieving the descent and external leading of... |
tree | commitdiff |
2013-07-06 |
Paul Cornett | avoid GTK+ prefixes for our tree entry code, it is... |
tree | commitdiff |
2013-07-06 |
Paul Cornett | remove empty GtkTreeEntryClass |
tree | commitdiff |
2013-07-06 |
Paul Cornett | remove instance init function, memory is already zeroed |
tree | commitdiff |
2013-07-06 |
Paul Cornett | move treeentry_gtk.h to include/wx/gtk/private/ |
tree | commitdiff |
2013-07-06 |
Paul Cornett | create collate_key on demand |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Rewrite wxExecute() implementation under Unix. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Treat G_IO_HUP as read, not error, event because EOF... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Make wxEventLoop::AddSourceForFD() static. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add wxEventLoop::ScheduleExit(). |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add wxEventLoopBase::DoRun(). |
tree | commitdiff |
2013-07-02 |
Paul Cornett | chain up to parent in dispose handler |
tree | commitdiff |
2013-07-02 |
Paul Cornett | use correct signature for class init function |
tree | commitdiff |
2013-07-02 |
Paul Cornett | use existing helper to remove inconvenient additional... |
tree | commitdiff |
2013-07-02 |
Paul Cornett | remove unused function GTKSetItem() |
tree | commitdiff |
2013-07-02 |
Paul Cornett | preserve checkbox status in SetString() |
tree | commitdiff |
2013-07-01 |
Vadim Zeitlin | Don't append extension if it contains wildcards in... |
tree | commitdiff |
2013-07-01 |
Paul Cornett | Use gtk_list_store_insert_with_values() to set entry... |
tree | commitdiff |
2013-06-29 |
Paul Cornett | fix assertion failure when string transform is requeste... |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Don't append just a dot in wxGTK wxFileDialog if no... |
tree | commitdiff |
2013-06-25 |
Julian Smart | Allow for older GTK+ versions |
tree | commitdiff |
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 |
next |