2007-03-26 |
Vadim Zeitlin | added wxWindow::NavigateIn(); provide wxGTK implementat... |
blob | commitdiff | raw |
2007-03-26 |
Vadim Zeitlin | use native TAB traversal for GTK+ 2 |
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 |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
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-11 |
Robin Dunn | Use DoIsExposed for the virtual version of the method... |
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 | The usual missing commit. |
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 | 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-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 | refactoring/simplification of code dealing with scrollb... |
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-05-28 |
Vadim Zeitlin | added SetDoubleBuffered() (patch 1491093) |
blob | commitdiff | raw | diff to current |
2006-05-18 |
Paul Cornett | spinbutton code simplification |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Paul Cornett | scrollbar handling simplification |
blob | commitdiff | raw | diff to current |
2006-05-05 |
Paul Cornett | correct access for virtuals |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | centralized the handling of border styles; added border... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | support mnemonics for wxStatic/RadioBox and made it... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Vadim Zeitlin | implemented ScrollLines/Pages() for all classes in... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | make access specifiers for the virtual functions match... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Mart Raudsepp | Nuke GTK1 from include/gtk |
blob | commitdiff | raw | diff to current |
2005-12-13 |
Mart Raudsepp | Remove my binary compatibility stuff from HEAD. Patch... |
blob | commitdiff | raw | diff to current |
2005-11-28 |
Vadim Zeitlin | fix unused parameter warning |
blob | commitdiff | raw | diff to current |
2005-11-19 |
Mart Raudsepp | Spelling fixes from Andreas Mohr (patch #1360064) |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Mart Raudsepp | [wxGTK] Support changing the wxSTAY_ON_TOP style value... |
blob | commitdiff | raw | diff to current |
2005-11-04 |
Włodzimierz Skiba | Source cleaning. |
blob | commitdiff | raw | diff to current |
2005-11-04 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxGTK part). |
blob | commitdiff | raw | diff to current |
2005-10-10 |
Vadim Zeitlin | added GtkUpdateScrollbar; folded some code duplicated... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Vadim Zeitlin | fix for -Wundef warning for HAVE_XIM under GTK1 |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Mart Raudsepp | [wxGTK2] gtk+-2.8.0 compatibility. Removed the usage... |
blob | commitdiff | raw | diff to current |
2005-08-02 |
Michael Wetherell | Add import/export attributes |
blob | commitdiff | raw | diff to current |
2004-08-29 |
Julian Smart | SetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used... |
blob | commitdiff | raw | diff to current |
2004-07-18 |
Václav Slavík | HAVE_XIM is disabled in GTK2 build, don't include usele... |
blob | commitdiff | raw | diff to current |
2004-07-03 |
Václav Slavík | implemented tab order in wxGTK2 |
blob | commitdiff | raw | diff to current |
2004-07-03 |
Václav Slavík | m_queuedFullRedraw is not used anymore |
blob | commitdiff | raw | diff to current |
2004-06-26 |
Václav Slavík | more fixes to keypress handling in wxGTK: |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Václav Slavík | use GtkIMContext variable, not GtkIMMulticontext, we... |
blob | commitdiff | raw | diff to current |
2004-06-19 |
Václav Slavík | moved DoApplyWidgetStyle to wxWindowGTK |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Václav Slavík | reset fg/bg colour and font to default if set to wxNull... |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Václav Slavík | fixed GTK styles handling: |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Vadim Zeitlin | renamed wxWindow::Clear() to ClearBackground() for... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-07 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Robert Roebling | New code for Update() under GTK 2.0. Added |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vadim Zeitlin | removed unused wxWindowGTK::m_isFrame |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vadim Zeitlin | replaced m_isRadioButton with a virtual function |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vadim Zeitlin | replaced wxWindowGTK::m_isListBox with a virtual function |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vadim Zeitlin | replaced wxWindowGTK::m_isStaticBox with a virtual... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vadim Zeitlin | replaced wxWindowGTK::m_isListBox with a virtual function |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vadim Zeitlin | fixes for the focus handling: don't set back to back... |
blob | commitdiff | raw | diff to current |
2002-04-19 |
Robert Roebling | Updated makefile for mobile sample. |
blob | commitdiff | raw | diff to current |
2002-04-13 |
Robert Roebling | Fix wxListCtrl background colour bug Part I |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Julian Smart | Removed some debug code from window headers; added... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Robert Roebling | Now updating and clearing are done in a delayed fashion. |
blob | commitdiff | raw | diff to current |
2002-01-30 |
Robert Roebling | Some changes for new Update/Refresh behaviour. This |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Vadim Zeitlin | maintaint the mouse capture stack in all ports, not... |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Václav Slavík | wxMouseEvent's coordinates are now relative to client... |
blob | commitdiff | raw | diff to current |
2001-11-08 |
Robert Roebling | wxListBox mouse events now report coords relative |
blob | commitdiff | raw | diff to current |
2001-08-19 |
Robert Roebling | Various changes for simplification of focus event |
blob | commitdiff | raw | diff to current |
2001-08-04 |
Václav Slavík | reverted my Set/getTitle change |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Václav Slavík | Set/GetTitle out of wxWindowBase, forked and put to... |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | wxUniv compilation fixes |
blob | commitdiff | raw | diff to current |
2001-07-04 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-05-17 |
Julian Smart | Implemented OnParentEnable to allow widgets to reset... |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Robert Roebling | Some make corrections for HP and related, |
blob | commitdiff | raw | diff to current |
2000-01-20 |
Robert Roebling | A no-change for scroll events. |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Robert Roebling | Next try at avoiding too few or too many size events. |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Vadim Zeitlin | 1. wxCalendarCtrl |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Robert Roebling | Added wxWindow::DoMoveWindow(..) |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Robert Roebling | Added wxUSE_SPINCTRL, |
blob | commitdiff | raw | diff to current |
1999-10-17 |
Robert Roebling | Applied Diana's font patch II |
blob | commitdiff | raw | diff to current |
1999-10-11 |
Robert Roebling | Tried to make wxGLCanvas work again. WIP. |
blob | commitdiff | raw | diff to current |
1999-10-09 |
Robert Roebling | Changed SetToolBar() to behave a bit smarter. Untested. |
blob | commitdiff | raw | diff to current |
1999-09-29 |
Vadim Zeitlin | param type of wxWindow::Reparent() fixed in wxGTK |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Robert Roebling | Small distrib updates, |
blob | commitdiff | raw | diff to current |
1999-07-22 |
Robert Roebling | Corrected wxlistBox, wxRadioBox, wxComboBox and |
blob | commitdiff | raw | diff to current |
1999-07-20 |
Vadim Zeitlin | 1. panels pass focus to the next item in parent panel |
blob | commitdiff | raw | diff to current |
1999-05-30 |
Robert Roebling | A bit more Unicode compilation. |
blob | commitdiff | raw | diff to current |
1999-05-27 |
Robert Roebling | Small cursor improvements |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Vadim Zeitlin | ScreenToClient() implemented correctly |
blob | commitdiff | raw | diff to current |
1999-05-17 |
Robert Roebling | Use wxScrollWinEvent instead of wxScrollEvent in |
blob | commitdiff | raw | diff to current |
1999-05-17 |
Robin Dunn | Added |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Vadim Zeitlin | 1. MSW message handling simplifications |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Vadim Zeitlin | GetHandle() added (back) |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Robert Roebling | Made wxWindowBase's variables protected again and... |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Robert Roebling | Small modifications to Vadims changes |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Vadim Zeitlin | wxWindow split into wxWindowBase and wxWindow (wxGTK... |
blob | commitdiff | raw | diff to current |
1999-04-26 |
Robert Roebling | Another attempts at getting dialog positions right |
blob | commitdiff | raw | diff to current |
next |