2008-06-09 |
Vadim Zeitlin | don't use deprecate SetClippingRegion(wxRegion) |
blob | commitdiff | raw |
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 |
2007-09-14 |
Paul Cornett | remove m_blockScrollEvent from wxWindowGTK |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Julian Smart | A number of focus handling improvements: |
blob | commitdiff | raw | diff to current |
2007-08-16 |
Robert Roebling | compile with GTK < 2.8 |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Vadim Zeitlin | relinquish the mouse capture when a dialog is about... |
blob | commitdiff | raw | diff to current |
2007-07-29 |
Vadim Zeitlin | add support for 4th and 5th mouse buttons; reduce code... |
blob | commitdiff | raw | diff to current |
2007-07-18 |
Vadim Zeitlin | wxGTK/Univ compilation fixes |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Robert Roebling | Compilo. |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Vadim Zeitlin | compilation fixes for wxUSE_COMBOBOX/RADIOBTN==0 |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Vadim Zeitlin | CanAcceptFocus() now returns true if either the window... |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Paul Cornett | block signal handlers, instead of disconnecting, to... |
blob | commitdiff | raw | diff to current |
2007-06-23 |
Robert Roebling | Upport scrolling changes and mouse wheel changes. |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Vadim Zeitlin | don't crash in SetBackgroundStyle() if the window is... |
blob | commitdiff | raw | diff to current |
2007-06-21 |
Vadim Zeitlin | check that we do have scrollbars before using them... |
blob | commitdiff | raw | diff to current |
2007-06-21 |
Paul Cornett | fix reversed left/top variables |
blob | commitdiff | raw | diff to current |
2007-06-18 |
Mart Raudsepp | gtk_border_free is for freeing GtkBorder's, not g_free. |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Václav Slavík | changed wxGTK_CONV* macros to use utf8_str() and FromUT... |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Václav Slavík | changed wxWindow::ApplyToolTip to take UTF8-encoded... |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Paul Cornett | Remove unneeded wxTLW child inserter function. |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Paul Cornett | move m_sizeSet out of wxWindow |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Paul Cornett | simplify DoSetClientSize |
blob | commitdiff | raw | diff to current |
2007-05-11 |
Robert Roebling | Set call event.SetEventObject() from commit_cb for... |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Paul Cornett | move definitions from src/gtk/data.cpp to other appropr... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Robert Roebling | Only set focus to widget automatically if left down |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Paul Cornett | replace 5 copies of size constraining code with one... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Vadim Zeitlin | remove wxWindow::m_needParent and use GTKNeedsParent... |
blob | commitdiff | raw | diff to current |
2007-04-21 |
Paul Cornett | remove redundant GTK_WIDGET casts |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Paul Cornett | Reorganize idle system code. |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Robert Roebling | Restore border around non-scrolling widgets. The |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | don't access the window after it had been deleted by... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Vadim Zeitlin | make wxControlContainer accept focus depending on wheth... |
blob | commitdiff | raw | diff to current |
2007-04-03 |
Paul Cornett | more checks for non-scrolling windows, some code duplic... |
blob | commitdiff | raw | diff to current |
2007-03-31 |
Robert Roebling | Don't create GtkScrolledWindow if neither wxHSCROLL |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Vadim Zeitlin | no real changes, just fixed confusing (to both people... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Vadim Zeitlin | make Ctrl-PageUp/Down work for changing notebook pages... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Vadim Zeitlin | added wxWindow::NavigateIn(); provide wxGTK implementat... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Vadim Zeitlin | use native TAB traversal for GTK+ 2 |
blob | commitdiff | raw | diff to current |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Vadim Zeitlin | set GtkRcStyle::text to fg colour too to allow changing... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
blob | commitdiff | raw | diff to current |
2007-02-27 |
Vadim Zeitlin | Support encodings in wxGTK_CONV_BACK() in the same... |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Vadim Zeitlin | return size without decorations from size_request GTK... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Robin Dunn | Reset g_lastMouseEvent after processing the mouse butto... |
blob | commitdiff | raw | diff to current |
2006-12-03 |
Vadim Zeitlin | no changes, just de TABified |
blob | commitdiff | raw | diff to current |
2006-11-15 |
Robert Roebling | Check if DnD is started from a mouse event. |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Robert Roebling | Fix X server hang in DND. |
blob | commitdiff | raw | diff to current |
2006-11-05 |
Robert Roebling | #if wxUSE_CARET guard. |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Julian Smart | Fixed caret droppings left when scrolling |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Robert Roebling | [ 1582733 ] Support wxALWAYS_SHOW_SB in wxGTK |
blob | commitdiff | raw | diff to current |
next |