2011-12-22 |
Paul Cornett | remove SetBackgroundStyle call from OnInternalIdle... |
blob | commitdiff | raw |
2011-12-11 |
Vadim Zeitlin | Ensure that Enter key presses are never stolen from... |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Vadim Zeitlin | Refactor to eliminate duplication in wxGTK key events... |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Vadim Zeitlin | Fix Unicode key code for Ctrl-letter in wxGTK. |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Paul Cornett | In Refresh(), allow for possibility that child is mappe... |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Vadim Zeitlin | Pretend that the window showing popup menu has focus... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW. |
blob | commitdiff | raw | diff to current |
2011-11-28 |
Paul Cornett | build fixes for Universal |
blob | commitdiff | raw | diff to current |
2011-11-08 |
Vadim Zeitlin | Move GDK_META_MASK definition in the header in which... |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Paul Cornett | simplify Refresh(), ancestors of a mapped window have... |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Paul Cornett | in DoSetSize, only call GetPosition if necessary |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Paul Cornett | correct callback function signature |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Paul Cornett | move class function out of extern "C" block |
blob | commitdiff | raw | diff to current |
2011-10-27 |
Vadim Zeitlin | Make GTK callbacks passed to GTKConnectWidget() extern... |
blob | commitdiff | raw | diff to current |
2011-10-25 |
Paul Cornett | avoid GDK warning "drawable is not a pixmap or window" |
blob | commitdiff | raw | diff to current |
2011-10-19 |
Václav Slavík | Move InitMouseEvent<T>() to wx/gtk/private/event.h. |
blob | commitdiff | raw | diff to current |
2011-10-19 |
Václav Slavík | Send wxEVT_CREATE and do other post-realization initial... |
blob | commitdiff | raw | diff to current |
2011-10-19 |
Václav Slavík | Set wxFocusEvent's window value for wxEVT_KILL_FOCUS... |
blob | commitdiff | raw | diff to current |
2011-10-15 |
Václav Slavík | Don't call wxEvent::SetTimestamp() twice in InitMouseEv... |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Vadim Zeitlin | Added wxWindow::GTKHandleRealized() virtual method... |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Steve Lamerton | Merge the new wxWebView classes from the SOC2011_WEBVIE... |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Paul Cornett | update WarpPointer for GTK3 |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
blob | commitdiff | raw | diff to current |
2011-09-07 |
Paul Cornett | remove unnecessary GTK declarations from defs.h, move... |
blob | commitdiff | raw | diff to current |
2011-08-13 |
Steve Lamerton | Merge in from trunk r68626 - r68683 |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Paul Cornett | remove unneeded gdk_window_get_pointer() call |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-07-24 |
Vadim Zeitlin | Exclude windows not accepting keyboard focus from GTK... |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Vadim Zeitlin | Generate events for two auxiliary mouse buttons in... |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Vadim Zeitlin | Check for GTK window parent, not wx one, when reparenting. |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-04-18 |
Vadim Zeitlin | Don't assert when destroying a never created window... |
blob | commitdiff | raw | diff to current |
2011-04-02 |
Paul Cornett | fix overwrite of upper left part of parent window with... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Paul Cornett | yet more avoiding direct struct access |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Paul Cornett | more avoiding direct struct access |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Paul Cornett | remove unused mouse event and redundant checks |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Paul Cornett | a few changes for gtk3, avoiding direct struct access |
blob | commitdiff | raw | diff to current |
2011-03-26 |
Václav Slavík | Use accessor functions instead of deprecated GTK+ macros. |
blob | commitdiff | raw | diff to current |
2011-03-23 |
Paul Cornett | clean up wxGTK tooltip code |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Vadim Zeitlin | Don't generate wxEVT_CHAR_HOOK events while the mouse... |
blob | commitdiff | raw | diff to current |
2011-03-06 |
Václav Slavík | Include gdk/gdkkeysyms-compat.h. |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Paul Cornett | move default OnInternalIdle processing to wxWindowBase |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Vadim Zeitlin | Switch to GtkTooltip from deprecated GtkTooltips in... |
blob | commitdiff | raw | diff to current |
2010-10-24 |
Vadim Zeitlin | Set wxKeyEvent::m_rawFlags to hardware key code in... |
blob | commitdiff | raw | diff to current |
2010-09-23 |
Jaakko Salli | When setting empty string as a tooltip, call gtk_widget... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Generate the same flags for modifier key events in... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Generate unshifted Unicode key codes in wxEVT_KEY_XXX... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Remember the last key event in wxGTK before passing... |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Vadim Zeitlin | Don't set Unicode key code in key events to non-Unicode... |
blob | commitdiff | raw | diff to current |
2010-07-18 |
Vadim Zeitlin | Don't reuse the same event object for multiple events... |
blob | commitdiff | raw | diff to current |
2010-07-11 |
Vadim Zeitlin | Implement wxWindow::DoGetBorderSize() for all ports. |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Paul Cornett | invalidate border area when showing or hiding a pizza... |
blob | commitdiff | raw | diff to current |
2010-05-30 |
Robert Roebling | Patch update, probably fixes #12090: wxGTK cursor handl... |
blob | commitdiff | raw | diff to current |
2010-05-30 |
Paul Cornett | Remove pizza backing window. |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Robert Roebling | Applied patch, fixes #12090: wxGTK cursor handling... |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Vadim Zeitlin | Set popup menu invoking window in wxWindowBase and... |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Vadim Zeitlin | Don't set invoking window recursively in wxGTK wxWindow... |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Paul Cornett | freeze whole window for TLW |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Paul Cornett | avoid permanently frozen TLW when frozen child is destr... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Paul Cornett | Reverse hierarchy of wxPizza GdkWindows |
blob | commitdiff | raw | diff to current |
2009-12-01 |
Paul Cornett | remove unused data member |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | No real changes, just inline wxSuspendStyleEvents. |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Add wxWindowGTK::GTKConnectWidget() helper. |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Small code cleanup in wxWindowGTK::PostCreation(). |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Added GTKShouldConnectSizeRequest() to prevent size_req... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Julian Smart | Fixed wxBORDER_THEME breakage |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-28 |
Michael Wetherell | Fix SetToolTip(NULL) to unset the tooltip. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Vadim Zeitlin | introduce wxBG_STYLE_{ERASE,PAINT} and implement their... |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Vadim Zeitlin | added helper GTKShouldIgnoreEvent() to use in void... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Vadim Zeitlin | do allow calling Hide() on the window before it is... |
blob | commitdiff | raw | diff to current |
2009-04-20 |
Francesco Montorsi | use WX_PIZZA(...) to deference pointers only when we... |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Vadim Zeitlin | don't assert in Refresh() if window is not created... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Robert Roebling | wxBusyInfo now uses wxGenericStaticText under GTK+... |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Robert Roebling | Use gdk_window_invalidate instead of gtk_widget_queue_d... |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Paul Cornett | use bool expression rather than implicit conversion |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Paul Cornett | remove unused wxKeyEvent member m_scanCode |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Robert Roebling | More GTK prefixing for internal methods |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Robert Roebling | GTK prefix for internal tooltip methods |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Robert Roebling | Removed unneeded FixUpMouse() method, some more GTK... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Paul Cornett | new wxTaskBarIcon implementation for GTK2 |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Robert Roebling | Use wxRound() instead of (int)(my_double + 0.5); |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Robert Roebling | Invalidate only the specified rectangle |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Robert Roebling | The recent change to ::Refresh() (strangely) fails... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Paul Cornett | simplify Refresh() and Update() |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Paul Cornett | fix drawing from Update() being overwritten, fixes... |
blob | commitdiff | raw | diff to current |
2009-01-30 |
Robert Roebling | Add wxSIZE_FORCE_EVENT and use is from wxSizerItem... |
blob | commitdiff | raw | diff to current |
2009-01-29 |
Robert Roebling | Store pointer to owning wxWindow in wxPizza widget |
blob | commitdiff | raw | diff to current |
2009-01-24 |
Francesco Montorsi | wxgtk_window_size_request_callback is not needed by... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Robert Roebling | Remove scrollbar spacing from client size |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Robert Roebling | Respect that GTK+ wants to have space between scrollbar... |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Robert Roebling | Give GTK specific (but public) methods a Gtk prefix |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Paul Cornett | revert slop from previous commit |
blob | commitdiff | raw | diff to current |
next |