2009-12-01 |
Paul Cornett | remove unused data member |
blob | commitdiff | raw |
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 |
2009-01-08 |
Robert Roebling | Override mouse wheel scrolling steps from GTK and make... |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Vadim Zeitlin | handle correctly never/always shown scrollbars in GetCl... |
blob | commitdiff | raw | diff to current |
2008-11-16 |
Paul Cornett | simplify wxPizza a bit by always drawing the border... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-10-27 |
Robert Roebling | Added method to disable focus_out handling temporarily |
blob | commitdiff | raw | diff to current |
2008-10-10 |
Paul Cornett | use correct background color when drawing borders |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Robert Roebling | Make keyboard input to controls in a wxPopupWindow... |
blob | commitdiff | raw | diff to current |
2008-08-29 |
Paul Cornett | replace m_insertCallback with a virtual function, contr... |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Paul Cornett | Hold a reference on m_widget for the life of the associ... |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Vadim Zeitlin | add wxRenderer::GetCheckBoxSize(); refactor wxGTK code... |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Václav Slavík | Fixed detection of Meta key state so that NumLock isn... |
blob | commitdiff | raw | diff to current |
2008-07-07 |
Paul Cornett | gtk-universal build fixes |
blob | commitdiff | raw | diff to current |
2008-06-09 |
Vadim Zeitlin | don't use deprecate SetClippingRegion(wxRegion) |
blob | commitdiff | raw | diff to current |
2008-05-25 |
Vadim Zeitlin | don't take the min size into account when setting the... |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Paul Cornett | fix some warnings from GCC -Wextra |
blob | commitdiff | raw | diff to current |
2008-05-10 |
Paul Cornett | don't send paint events for exposures of the border... |
blob | commitdiff | raw | diff to current |
2008-03-29 |
Václav Slavík | set initial GTK_CAN_FOCUS value to match AcceptsFocus... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Václav Slavík | fixes to Freeze/Thawn when the window is shown or hidde... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Václav Slavík | fixed spurious debug message about unexpected focus... |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Václav Slavík | made wxAcceleratorTable work with buttons in wxGTK too |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Paul Cornett | remove duplicate wxTaskBarIconAreaBase::DoPopupMenu... |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Paul Cornett | move wxWindowGTK::DoPopupMenu back to window.cpp |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Václav Slavík | simplified and cleaned up wxGTK's focus handling |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Václav Slavík | made wxFindFocusedChild static, the comment wasn't... |
blob | commitdiff | raw | diff to current |
2008-03-04 |
Václav Slavík | implemented Freeze/Thaw in wxGTK |
blob | commitdiff | raw | diff to current |
2008-02-22 |
Václav Slavík | moved win_gtk.h header to wx/gtk/private, it's for... |
blob | commitdiff | raw | diff to current |
2008-02-14 |
Julian Smart | Cut down on unnecessary update events |
blob | commitdiff | raw | diff to current |
2008-02-13 |
Václav Slavík | removed unused g_focusWindowLast |
blob | commitdiff | raw | diff to current |
2008-01-10 |
Paul Cornett | compute scrollbar widths in a more standard way, get... |
blob | commitdiff | raw | diff to current |
2007-12-20 |
Paul Cornett | remove old thread debugging code |
blob | commitdiff | raw | diff to current |
2007-12-13 |
Robin Dunn | Add a FIXME for a reminder... |
blob | commitdiff | raw | diff to current |
2007-12-04 |
Julian Smart | Reverted mouse position change - wxMSW does send (... |
blob | commitdiff | raw | diff to current |
2007-12-04 |
Julian Smart | Context menu event from keyboard records the mouse... |
blob | commitdiff | raw | diff to current |
2007-12-02 |
Paul Cornett | don't set resize mode to QUEUE, it seems to be wrong... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-11-25 |
Paul Cornett | remove unused/unneeded stuff from gtk/private.h |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Paul Cornett | build fixes |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Paul Cornett | put the useable border styles in one place |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Julian Smart | Getting borders working |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Paul Cornett | block signal handler rather than disconnecting |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Paul Cornett | cleanup copy-and-paste |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Robert Roebling | More attempts to better support theme borders |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Robert Roebling | little fix |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Robert Roebling | Trying to get these drawing right (little success) |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Robert Roebling | We don't use the old GtkCombo widget any more |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Robert Roebling | We don't use the old GtkCombo widget any more |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Paul Cornett | New "pizza" widget implementation. Window border widths... |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Vadim Zeitlin | removed all compile- and run-time checks for GTK+ ... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
Paul Cornett | build fixes for universal |
blob | commitdiff | raw | diff to current |
2007-10-27 |
Julian Smart | Implementation of wxSysColourChangedEvent on wxGTK |
blob | commitdiff | raw | diff to current |
2007-10-26 |
Julian Smart | Workaround for gtk-qt display bug |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Paul Cornett | Use a GtkVBox to do TLW layout. Rework some of the... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Vadim Zeitlin | use -Wunused-parameter with gcc for consistency with... |
blob | commitdiff | raw | diff to current |
2007-09-27 |
Robert Roebling | [ 1803350 ] Wrong top-level window positioning on scrol... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Vadim Zeitlin | various warning fixes for icc 9.1 compilation |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Julian Smart | Optimized update events by only sending them to visible... |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Paul Cornett | return type for "grab-broken-event" is not void; remove... |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Julian Smart | wxBORDER_THEME now means 'use an appropriate themed... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Robert Roebling | Always make wxWindow::SetFocus() focus the window,... |
blob | commitdiff | raw | diff to current |
2007-09-15 |
Robert Roebling | Implement wxWindow::SetFocusIgnoringChildren for GTK+ |
blob | commitdiff | raw | diff to current |
2007-09-15 |
Robert Roebling | Remove redundant test later in keypress handling |
blob | commitdiff | raw | diff to current |
2007-09-15 |
Robert Roebling | Only send keypress events to focus widget, not its... |
blob | commitdiff | raw | diff to current |
2007-09-15 |
Paul Cornett | let GtkRange clamp scroll position |
blob | commitdiff | raw | diff to current |
next |