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 |
2012-09-28 |
Paul Cornett | Avoid unrealizing a frozen window |
tree | commitdiff |
2012-09-26 |
Vadim Zeitlin | Do not unref GtkWidget of unattached wxMenuBar. |
tree | commitdiff |
2012-09-26 |
Vadim Zeitlin | Fix GTK warnings when destroying unattached wxMenuBar. |
tree | commitdiff |
2012-09-26 |
Vadim Zeitlin | Don't crash in wxMenuBar::Remove() if unattached in... |
tree | commitdiff |
2012-09-25 |
Paul Cornett | call Thaw() instead of DoThaw() so frozen status will... |
tree | commitdiff |
2012-09-25 |
Paul Cornett | fix deleting a frozen multi-line wxTextCtrl, see #13543 |
tree | commitdiff |
2012-09-25 |
Vadim Zeitlin | Really fix stack dumps for asserts and wxStackWalker... |
tree | commitdiff |
2012-09-25 |
Vadim Zeitlin | Use utf8_str(), not mb_str(), for strings passed to... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | No real changes, just remove an unnecessary variable... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Handle underlined and strikethrough attributes in wxGTK... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Take into account wxFONTFLAG_STRIKETHROUGH in wxGTK... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Fix handling of wxTextEntry hints in wxGTK. |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Allow using versions of libnotify < 0.7 in wxGTK. |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Set modifiers properly for the key events with AltGr... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Simplify and correct setting of initial directory for... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Add wxSpinCtrl::SetBase() to allow entering hexadecimal... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Remove wxRTTI macros from wxSpinCtrlGTKBase. |
tree | commitdiff |
2012-08-28 |
Steve Lamerton | Add support for searching and highlighting a wxWebView. |
tree | commitdiff |
2012-08-26 |
Vadim Zeitlin | Avoid crashes when creating initially hidden MDI child... |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | Fix wxKeyEvent::m_uniChar for EVT_CHAR for native contr... |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Generate clipboard events for wxComboBox in wxGTK too. |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Add a wxGTK-specific function to set wxNotificationMess... |
tree | commitdiff |
2012-07-28 |
Robin Dunn | wxDC::GetHandle support for wxGTK |
tree | commitdiff |
2012-07-27 |
Vadim Zeitlin | Fix compilation of new wxNotificationMessage for wxGTK... |
tree | commitdiff |
2012-07-27 |
Vadim Zeitlin | Implement wxNotificationMessage using libnotify in... |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Don't eagerly set wxKeyEvent position fields. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Set up scrollbars correctly for wxWebView in wxGTK. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Refactor: extract GtkScrolledWindow creation from wxWin... |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | No real changes, just avoid overloaded virtual wxWebVie... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Handle accelerators earlier in keyboard processing... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix crash on wxWebViewWebKit window destruction. |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Don't change client size of TLW when centering it in... |
tree | commitdiff |
2012-07-20 |
Vadim Zeitlin | Use both URL-specific and plain text formats in wxGTK... |
tree | commitdiff |
2012-07-20 |
Vadim Zeitlin | Use proper format in wxGTK clipboard selection handler. |
tree | commitdiff |
2012-07-20 |
Vadim Zeitlin | Use text/uri-list instead of x-moz-url in wxGTK wxURLDa... |
tree | commitdiff |
2012-07-20 |
Paul Cornett | simplify mouse button handling code |
tree | commitdiff |
2012-07-19 |
Paul Cornett | improve appearance of themed borders |
tree | commitdiff |
2012-07-15 |
Paul Cornett | simplify ifdefs, deferred show and _NET_FRAME_EXTENTS... |
tree | commitdiff |
2012-07-14 |
Vadim Zeitlin | Minor fixes to wxGTK3 with Broadway backend build. |
tree | commitdiff |
2012-07-14 |
Paul Cornett | fix creation of wxBitmapComboBox with GTK3 |
tree | commitdiff |
2012-07-13 |
Vadim Zeitlin | Allow building wxGTK3 with Broadway backend. |
tree | commitdiff |
2012-07-13 |
Paul Cornett | avoid creating and immediately destroying a wxGraphicsC... |
tree | commitdiff |
2012-07-11 |
Paul Cornett | fix some more improper widget casts |
tree | commitdiff |
2012-07-11 |
Paul Cornett | Use GTK_IS_ENTRY() to determine if widget is a GtkEntry. |
tree | commitdiff |
2012-07-10 |
Paul Cornett | remove DoSetSize override, unneeded after r72001 |
tree | commitdiff |
2012-07-10 |
Paul Cornett | remove STOCKITEM_26 macro, unneeded after r72001 |
tree | commitdiff |
2012-07-10 |
Paul Cornett | no real changes, just remove unnecessary indentation... |
tree | commitdiff |
2012-07-10 |
Paul Cornett | update minimum GTK2 version requirement to 2.6 |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Fix wxGTK compilation with MSVC after GTK+ 3 changes. |
tree | commitdiff |
2012-07-01 |
Paul Cornett | override DoSetValue() to avoid unnecessary clipboard... |
tree | commitdiff |
2012-06-30 |
Paul Cornett | support for GTK3 |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Don't hard code horizontal border for wxStaticBox in... |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Fix vertical offset for wxGTK wxStaticBox without label. |
tree | commitdiff |
2012-06-24 |
Paul Cornett | update size hints when decoration size becomes known... |
tree | commitdiff |
2012-06-23 |
Paul Cornett | properly handle stupidly small maximum size hints |
tree | commitdiff |
2012-06-22 |
Paul Cornett | fix SetSizeHints when wxDefaultSize is given for min... |
tree | commitdiff |
2012-06-21 |
Vadim Zeitlin | Don't call gtk_window_set_geometry_hints() if there... |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Move wxBell() from base to core library. |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Don't use Unix-specific wxGTK utility functions under... |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Provide wxGetKeyState() studfor wxGTK under Windows. |
tree | commitdiff |
2012-06-17 |
Paul Cornett | update version check for glib 2.32 |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | Only use Unix sockets API under Unix in wxGTK. |
tree | commitdiff |
2012-06-07 |
Paul Cornett | fix warnings about conversion to bool, closes #14381 |
tree | commitdiff |
2012-06-07 |
Paul Cornett | fix warnings about unreachable return statements |
tree | commitdiff |
2012-06-05 |
Paul Cornett | Workaround for Ubuntu 12.04 run time warning |
tree | commitdiff |
2012-06-04 |
Paul Cornett | Fix layout of wxStaticText, and possibly other controls. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Update old selections after clearing wxListBox in wxGTK. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxCLASSINFO() instead of deprecated CLASSINFO(). |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxDynamicCast() instead of IsKindOf() checks. |
tree | commitdiff |
2012-05-30 |
Robin Dunn | A patch adding wxHTMLDataObject which can be used for... |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Suppress warnings about gnome_print_dialog_get_range... |
tree | commitdiff |
2012-05-19 |
Vadim Zeitlin | Fix compilation in wxUSE_STL=1 build after r71467. |
tree | commitdiff |
2012-05-17 |
Paul Cornett | remove some unnecessary c_str() calls |
tree | commitdiff |
2012-05-17 |
Paul Cornett | Remove use of "size-request" signal for wxWindow sizing. |
tree | commitdiff |
2012-05-15 |
Vadim Zeitlin | Fix pasting large amounts of text in wxGTK. |
tree | commitdiff |
2012-05-13 |
Vadim Zeitlin | Don't assert if no icon is specified for a wxDataViewCt... |
tree | commitdiff |
2012-05-07 |
Vadim Zeitlin | Use XkbKeycodeToKeysym() instead of deprecated XKeycode... |
tree | commitdiff |
2012-05-04 |
Vadim Zeitlin | Fix precompiled headers use with MSVC in wxGTK sources. |
tree | commitdiff |
2012-05-04 |
Vadim Zeitlin | Declare variables before doing anything else in C code. |
tree | commitdiff |
2012-04-29 |
Vadim Zeitlin | No changes, just refactor common IsSorted() tests in... |
tree | commitdiff |
2012-04-29 |
Vadim Zeitlin | No real changes, just make wxDataViewCtrlInternal:... |
tree | commitdiff |
2012-04-29 |
Vadim Zeitlin | Set the data size in wxEVT_COMMAND_DATAVIEW_ITEM_DROP_P... |
tree | commitdiff |
2012-04-29 |
Vadim Zeitlin | Preserve wxComboBox selection when modifying the select... |
tree | commitdiff |
2012-04-28 |
Vadim Zeitlin | Make wxGTK code returning correct focus in popup menu... |
tree | commitdiff |
2012-04-24 |
Paul Cornett | Remove code to find topmost X window in SetTransparent(). |
tree | commitdiff |
2012-04-20 |
Paul Cornett | defer queue-resize until after size-allocate processing... |
tree | commitdiff |
2012-04-20 |
Robin Dunn | Make wxTaskBarIcon's ctor have the same API on all... |
tree | commitdiff |
2012-04-19 |
Paul Cornett | move widget resize handling from DoSetSize to DoMoveWindow |
tree | commitdiff |
2012-04-19 |
Paul Cornett | simplify default border code in DoSetSize |
tree | commitdiff |
2012-04-19 |
Paul Cornett | rearrange some code in DoSetSize to facilitate upcoming... |
tree | commitdiff |
2012-04-19 |
Vadim Zeitlin | Fix for wxUniv/GTK compilation. |
tree | commitdiff |
2012-04-18 |
Paul Cornett | Adjust x,y parameters by pizza scroll offset in DoSetSize |
tree | commitdiff |
2012-04-16 |
Paul Cornett | remove AdjustForParentClientOrigin call, it does nothin... |
tree | commitdiff |
next |