2002-08-23 |
Vadim Zeitlin | fixed some GTK2 compilation warnings |
blob | commitdiff | raw |
2002-08-20 |
Robert Roebling | Added scrolling of widgets to GTK 2.0. |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Robert Roebling | Extra check for GTK2. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Robert Roebling | Compile fixes for ANSI mode. |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Robert Roebling | New GTK 2.0 Update() code. |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Robert Roebling | Implemented GetTextExtent() for GTK 2.0. |
blob | commitdiff | raw | diff to current |
2002-08-05 |
Robert Roebling | Lots of updates for Unicode and GTK 2.0 support. |
blob | commitdiff | raw | diff to current |
2002-07-23 |
Robert Roebling | Changed wxGTK's notion of SetSize() to never allow... |
blob | commitdiff | raw | diff to current |
2002-07-12 |
Robert Roebling | Tried to fix update/refresh again. The code erronously |
blob | commitdiff | raw | diff to current |
2002-07-06 |
Robert Roebling | Cosmetic change. |
blob | commitdiff | raw | diff to current |
2002-06-22 |
Ron Lee | arg type warning fixes. |
blob | commitdiff | raw | diff to current |
2002-06-18 |
Julian Smart | Set the clear region to be the update region if the... |
blob | commitdiff | raw | diff to current |
2002-06-17 |
Vadim Zeitlin | init the event id and timestamp fields for the mouse... |
blob | commitdiff | raw | diff to current |
2002-06-12 |
Vadim Zeitlin | added missing semicolons after asserts (patch 567853) |
blob | commitdiff | raw | diff to current |
2002-06-12 |
Vadim Zeitlin | fixed a warning |
blob | commitdiff | raw | diff to current |
2002-06-09 |
Robert Roebling | Moved wxCharhookEvent so that it sends the same |
blob | commitdiff | raw | diff to current |
2002-06-02 |
Robert Roebling | Another typo fixed. |
blob | commitdiff | raw | diff to current |
2002-06-02 |
Robert Roebling | Probably fixed mouse event bug introduced recently. |
blob | commitdiff | raw | diff to current |
2002-06-02 |
Robert Roebling | Implemented CharHook events. |
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_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-05-14 |
Julian Smart | In an expose event, the m_clearRegion is also updated... |
blob | commitdiff | raw | diff to current |
2002-04-23 |
Mattia Barbon | Make Univ/GTK compile again |
blob | commitdiff | raw | diff to current |
2002-04-22 |
Ron Lee | buggy cast == buggy scrolling in Life! |
blob | commitdiff | raw | diff to current |
2002-04-22 |
Vadim Zeitlin | reset g_delayedFocus when the window is deleted to... |
blob | commitdiff | raw | diff to current |
2002-04-21 |
Robert Roebling | Bunch of GTK theme changes. |
blob | commitdiff | raw | diff to current |
2002-04-20 |
Vadim Zeitlin | fixed initial focus handling in the dialog and made... |
blob | commitdiff | raw | diff to current |
2002-04-19 |
Robert Roebling | Updated makefile for mobile sample. |
blob | commitdiff | raw | diff to current |
2002-04-17 |
Robert Roebling | Various changes to focus handling when TLW start. |
blob | commitdiff | raw | diff to current |
2002-04-13 |
Robert Roebling | Fix wxListCtrl bakground colour bug Part II. |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Vadim Zeitlin | added a few debugging messages |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Vadim Zeitlin | fix for non-US keyboards: the ASCII chars must be unsigned |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Vadim Zeitlin | wxGTK keyboard handling now behaves (mostly) like wxMSW |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Vadim Zeitlin | some kbd processing code cleanup, no real changes yet |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Vadim Zeitlin | added raw key code and flags support (based on patch... |
blob | commitdiff | raw | diff to current |
2002-04-05 |
Robert Roebling | Fixed the background colour bug. |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Robert Roebling | Small typo, big effect. |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Vadim Zeitlin | compilation warning fixes |
blob | commitdiff | raw | diff to current |
2002-03-29 |
Robert Roebling | A bit of scrolling works under GTK 2.0 |
blob | commitdiff | raw | diff to current |
2002-03-29 |
Robert Roebling | Make scrollbars appear. |
blob | commitdiff | raw | diff to current |
2002-03-29 |
Robert Roebling | Wrong #ifdef for GTK 1.2 |
blob | commitdiff | raw | diff to current |
2002-03-29 |
Robert Roebling | More work on GTK 2.0 drawing. |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Robert Roebling | Put some life into GTK 2.0 drawing. |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
blob | commitdiff | raw | diff to current |
2002-02-23 |
Robert Roebling | Some work on GTK focus handling and events. |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Robert Roebling | Always send an erase event to satisfy some users... |
blob | commitdiff | raw | diff to current |
2002-02-19 |
Robert Roebling | Added test for default action (button normally) |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Robert Roebling | wxX11: |
blob | commitdiff | raw | diff to current |
2002-02-10 |
Václav Slavík | respect minimal wxTLW size in wxUniv |
blob | commitdiff | raw | diff to current |
2002-02-08 |
Robert Roebling | More refreshes are deferred to idle time. |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Robert Roebling | Added missing test in wxObject::Ref() for already |
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-02-01 |
Václav Slavík | compilation fix |
blob | commitdiff | raw | diff to current |
2002-01-30 |
Robert Roebling | Added wxRegion::Offset(x,y) |
blob | commitdiff | raw | diff to current |
2002-01-30 |
Robert Roebling | Added various calls to wxWindow::Update() to |
blob | commitdiff | raw | diff to current |
2002-01-30 |
Robert Roebling | New Refresh()/Update() behaviour. As expected, scrolling |
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-20 |
Václav Slavík | make sure gs_captureWindow is always set to NULL in... |
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 |
2002-01-11 |
Vadim Zeitlin | more Sun C++ compiler warning fixes: in particular... |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2001-11-22 |
Robert Roebling | Tries to fix wxListBox focus problems. |
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-17 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2001-11-16 |
Vadim Zeitlin | wxGTK popup menu positioning fix |
blob | commitdiff | raw | diff to current |
2001-11-09 |
Vadim Zeitlin | removed focus assert |
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-10-10 |
Vadim Zeitlin | attempts to process non ASCII key strokes properly |
blob | commitdiff | raw | diff to current |
2001-10-09 |
Vadim Zeitlin | fixed results of strange cvs code merge |
blob | commitdiff | raw | diff to current |
2001-10-09 |
Gilles Depeyrot | added missing close brace |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Václav Slavík | hopefully fixes focus assertion |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Vadim Zeitlin | normalized handling of Ctrl-x key presses and documente... |
blob | commitdiff | raw | diff to current |
2001-10-05 |
Václav Slavík | an (blind) attempt to fix wxGTK frame activation bug |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Václav Slavík | implemented wxActivateEvent properly |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Václav Slavík | fixed client area origin handling in wxGTK |
blob | commitdiff | raw | diff to current |
2001-09-25 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Vadim Zeitlin | added workaround for GTK+ focus_out bug (and removed... |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Václav Slavík | implemented captured windows stack |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Václav Slavík | fixes to client area origin handling |
blob | commitdiff | raw | diff to current |
2001-09-18 |
Václav Slavík | moved AdjustToClientAreaOrigin to wxWindowBase, needed... |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Vadim Zeitlin | generate wxEVT_ACTIVATE_APP events for wxMSW too |
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-06 |
Vadim Zeitlin | compilation fix (sorry) |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | moved knd handling logic from wxPanel to wxControlConta... |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Robin Dunn | Don't send a focus event if the window is a wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | wxComboBox appearance fixes, looks fine now but doesn... |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | wxUniv compilation fixes |
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-06-14 |
Robert Roebling | I don't understand the SetIconState code in /src... |
blob | commitdiff | raw | diff to current |
2001-06-11 |
Robert Roebling | Applied wxImage::Scale() patch, |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Robert Roebling | Applied patch for non-Latin keyboards. |
blob | commitdiff | raw | diff to current |
2001-05-17 |
Julian Smart | Implemented OnParentEnable to allow widgets to reset... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Made wxWindow::Enable recursive in order to solve colou... |
blob | commitdiff | raw | diff to current |
2001-04-22 |
Robert Roebling | Toplevel windows now send both activate and focus |
blob | commitdiff | raw | diff to current |
2001-04-22 |
Robert Roebling | Applied BMP patch. |
blob | commitdiff | raw | diff to current |
next |