2007-09-21 |
Julian Smart | Optimized update events by only sending them to visible... |
blob | commitdiff | raw |
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 |
2006-10-18 |
Robin Dunn | If an empty string is passed, remove the tooltip instea... |
blob | commitdiff | raw | diff to current |
2006-10-16 |
Robert Roebling | Correct wxComboBox height in wxToolbar for old |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Paul Cornett | remove gtk_pizza_expose, its purpose is easily accompli... |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Robert Roebling | Do not remove GDK events for native GTK+ controls. |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Paul Cornett | store GtkPizza border width in GtkContainer.border_widt... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Robert Roebling | Better place for coordinate mirroring and removal |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Paul Cornett | remove unused XIM code, minor cleanup |
blob | commitdiff | raw | diff to current |
2006-10-11 |
Robert Roebling | Fix [ 1574240 ] wx.RadioButton doesn't navigate correctly |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Robert Roebling | IsExposed() needs to reverse the direction in RTL. |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
blob | commitdiff | raw | diff to current |
2006-09-19 |
Robert Roebling | Fix scrolling bug where client size was reported... |
blob | commitdiff | raw | diff to current |
2006-09-18 |
Robert Roebling | More RTL work. Now transform m_updateRegion and |
blob | commitdiff | raw | diff to current |
2006-09-16 |
Robert Roebling | Next round of RTL fixes. This change greatly simplifes |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Robert Roebling | More RTL work. |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Paul Cornett | gtk_pizza_set_external is redundant |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Paul Cornett | calling GtkPizza base class method on non-GtkPizza... |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Julian Smart | Sometimes, m_x and m_y don't reflect the true position... |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Robert Roebling | More RTL fixes. |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Robert Roebling | RD forgot to add "Do" |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Robin Dunn | Use DoIsExposed for the virtual version of the method... |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Robert Roebling | Further RTL fixes. |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Robert Roebling | Implement dc mirroring for RTL. |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Robert Roebling | Implemented window coord mirroring for RTL. This |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Robert Roebling | Also set GTK text direction to m_wxwindow. |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Robert Roebling | Remove direct access to GtlPizza's offset |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Mart Raudsepp | Restore ability to have a much lower runtime GTK versio... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Paul Cornett | don't set negative window size |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Paul Cornett | remove a few unnecessary queue_resize/queue_draw calls |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Vadim Zeitlin | merge of RTL changes (with many modifications) from... |
blob | commitdiff | raw | diff to current |
2006-09-01 |
Vadim Zeitlin | added GTKProcessEvent() to allow controlling whether... |
blob | commitdiff | raw | diff to current |
2006-09-01 |
Vadim Zeitlin | no changes, just remove comments which don't make sense... |
blob | commitdiff | raw | diff to current |
2006-09-01 |
Vadim Zeitlin | call GTKUpdateCursor() from SetCursor() |
blob | commitdiff | raw | diff to current |
2006-09-01 |
Robert Roebling | Implement wxSetCusorEvent better than before. |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Vadim Zeitlin | removed g_eraseGC and wxWinModule used for initializing... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Vadim Zeitlin | assert that GTKGetWindow() returns non-NULL GdkWindows |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Paul Cornett | GTK+ paints during idle time, it doesn't need help... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Paul Cornett | returning true is sufficient to stop signal emission |
blob | commitdiff | raw | diff to current |
2006-08-26 |
Paul Cornett | use "event" signal emission hook to install idle handle... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Vadim Zeitlin | changed GTKCallbackCommonPrologue() to return -1 in... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Vadim Zeitlin | Many changes: |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Robert Roebling | Add the new showOnIdle code to various other |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Robert Roebling | Added intermediate state (m_showOnIdle) indicating... |
blob | commitdiff | raw | diff to current |
next |