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 |
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 |
next |