2007-04-26 |
Robert Roebling | Only set focus to widget automatically if left down |
blob | commitdiff | raw |
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 |
2006-08-19 |
Vadim Zeitlin | centralized Esc key handling for closing the dialogs... |
blob | commitdiff | raw | diff to current |
2006-08-19 |
Vadim Zeitlin | refactoring/simplification of code dealing with scrollb... |
blob | commitdiff | raw | diff to current |
2006-08-19 |
Vadim Zeitlin | ScrollLines() didn't use correct step_increment, so... |
blob | commitdiff | raw | diff to current |
2006-07-23 |
Alex Bligh | Per Robert R, apply: [ 1484667 ] Make wxWindow::Update... |
blob | commitdiff | raw | diff to current |
2006-07-16 |
Vadim Zeitlin | don't crash if m_widget == NULL in OnInternalIdle() |
blob | commitdiff | raw | diff to current |
2006-07-02 |
Stefan Neis | Fixed typos in comments (patch #1515724) |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Paul Cornett | 1. more accurate conversion from 8-bit wx color to... |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Włodzimierz Skiba | Include wx/math.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Robin Dunn | Ctrl-letter --> ascii(1..26) for EVT_CHAR events now... |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Włodzimierz Skiba | Include wx/statusbr.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Włodzimierz Skiba | Include wx/sizer.h and wx/layout.h according to precomp... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Paul Cornett | use "event-after" signal to send thumb release event |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Włodzimierz Skiba | Include wx/combobox.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Włodzimierz Skiba | Include wx/toolbar.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Włodzimierz Skiba | Include wx/textctrl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-03 |
Paul Cornett | don't generate a scroll event when setting scroll posit... |
blob | commitdiff | raw | diff to current |
2006-06-02 |
Michael Wetherell | Commit pickers-fixes.patch added to 1472329 (Francesco... |
blob | commitdiff | raw | diff to current |
2006-06-01 |
Michael Wetherell | Compile fixes for GTK 2.4 |
blob | commitdiff | raw | diff to current |
2006-05-31 |
Vadim Zeitlin | added wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | added SetDoubleBuffered() (patch 1491093) |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Paul Cornett | move some data definitions to more appropriate places |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Włodzimierz Skiba | Include wx/msgdlg.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Włodzimierz Skiba | Include wx/settings.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-22 |
Włodzimierz Skiba | Include wx/dialog.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Paul Cornett | universal build fix |
blob | commitdiff | raw | diff to current |
2006-05-18 |
Włodzimierz Skiba | Include wx/menu.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-18 |
Paul Cornett | avoid GTK "assertion `min < max' failed" |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Paul Cornett | scrollbar handling simplification |
blob | commitdiff | raw | diff to current |
2006-05-15 |
Mart Raudsepp | Don't cast with G_OBJECT when passing a GObject to... |
blob | commitdiff | raw | diff to current |
2006-05-10 |
Paul Cornett | allow size event for windows without scrollbars |
blob | commitdiff | raw | diff to current |
next |