2001-08-27 |
Vadim Zeitlin | added support for polygons to wxRegion |
tree | commitdiff |
2001-08-24 |
Vadim Zeitlin | generate wxEVT_ACTIVATE_APP events for wxMSW too |
tree | commitdiff |
2001-08-21 |
Vadim Zeitlin | removed assert from wxColour::InitFromName() as there... |
tree | commitdiff |
2001-08-21 |
Robert Roebling | Fixed focus event problems with control derived |
tree | commitdiff |
2001-08-20 |
Vadim Zeitlin | made GetColourFromGTKWidget() more general, it is now... |
tree | commitdiff |
2001-08-20 |
Vadim Zeitlin | fix for wxSYS_COLOUR_LISTBOX colour detection |
tree | commitdiff |
2001-08-20 |
Vadim Zeitlin | extracted 4 copies of identical code into a function |
tree | commitdiff |
2001-08-19 |
Robert Roebling | Various changes for simplification of focus event |
tree | commitdiff |
2001-08-16 |
Vadim Zeitlin | added sending of EVT_TEXT_MAXLEN to wxGTK, suppressed... |
tree | commitdiff |
2001-08-15 |
Vadim Zeitlin | implemented, tested and documented wxTextCtrl::SetMaxLe... |
tree | commitdiff |
2001-08-14 |
Vadim Zeitlin | unsuccessful attempts to fix wxMenuBar positioning... |
tree | commitdiff |
2001-08-14 |
Vadim Zeitlin | removed redundant InitDialog methods |
tree | commitdiff |
2001-08-12 |
Václav Slavík | added wxEventLoop::GetActive() |
tree | commitdiff |
2001-08-08 |
Robert Roebling | Probably fixed listbox crashes. |
tree | commitdiff |
2001-08-06 |
Robert Roebling | Applied patch for wxComboBox and wxListBox to |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | regenerated to include src/common/containr.cpp |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | compilation fix (sorry) |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | moved knd handling logic from wxPanel to wxControlConta... |
tree | commitdiff |
2001-08-05 |
Robert Roebling | Patch that should prevent problem with interference |
tree | commitdiff |
2001-08-03 |
Vadim Zeitlin | fix for infinite recursion in UpdateFontIfNeeded |
tree | commitdiff |
2001-08-03 |
Vadim Zeitlin | compilation error fixed |
tree | commitdiff |
2001-08-03 |
Vadim Zeitlin | failed attempt to change the default action for GTK... |
tree | commitdiff |
2001-08-02 |
Robin Dunn | Don't send a focus event if the window is a wxTextCtrl... |
tree | commitdiff |
2001-08-02 |
Robin Dunn | Don't send a focus event if the window is a wxTextCtrl... |
tree | commitdiff |
2001-08-01 |
Vadim Zeitlin | added generic implementation and documentation for... |
tree | commitdiff |
2001-07-31 |
Vadim Zeitlin | fixed compilation [warning] |
tree | commitdiff |
2001-07-30 |
Vadim Zeitlin | 1. made ScrollLines/Pages return bool indicating if... |
tree | commitdiff |
2001-07-30 |
Vadim Zeitlin | compilation fixes for wxGTK |
tree | commitdiff |
2001-07-27 |
Vadim Zeitlin | don't crash when invalid colour is set as fg/bg colour |
tree | commitdiff |
2001-07-26 |
Vadim Zeitlin | (bad) fix for asserts and OnIdle events |
tree | commitdiff |
2001-07-26 |
Vadim Zeitlin | *really* suppress log messages from inside wxYield |
tree | commitdiff |
2001-07-26 |
Robert Roebling | Fixed problem with missing refresh in wxScrolledWindow:: |
tree | commitdiff |
2001-07-26 |
Vadim Zeitlin | respect SetFont/SetXXXColour in wxTextCtrl even when... |
tree | commitdiff |
2001-07-26 |
Vadim Zeitlin | don't do anything in SetBackgroundColour() if colour... |
tree | commitdiff |
2001-07-26 |
Vadim Zeitlin | added wxWindow::Freeze/Thaw(), implemented them for... |
tree | commitdiff |
2001-07-14 |
Robin Dunn | Added RTTI macros to wxToolTip |
tree | commitdiff |
2001-07-13 |
Vadim Zeitlin | added popupcmn.cpp |
tree | commitdiff |
2001-07-13 |
Vadim Zeitlin | regenerated the makefiles to include regex.cpp |
tree | commitdiff |
2001-07-12 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-07-11 |
Vadim Zeitlin | added and documented wxApp::OnAssert |
tree | commitdiff |
2001-07-11 |
Julian Smart | Added wxUSE_DC_CACHEING and associated code to wxMSW |
tree | commitdiff |
2001-07-10 |
Václav Slavík | compilation fix for wxGTK |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | wxComboBox appearance fixes, looks fine now but doesn... |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | added untested implementation of wxEvtLoop for GTK+ |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | wxUniv compilation fixes |
tree | commitdiff |
2001-07-09 |
Vadim Zeitlin | simplified RTTI chain: wxFrame base class is now direct... |
tree | commitdiff |
2001-07-09 |
Václav Slavík | added wxUSE_POPUPWIN |
tree | commitdiff |
2001-07-09 |
Vadim Zeitlin | scrolling with kbd generates scroll events too |
tree | commitdiff |
2001-07-09 |
Robert Roebling | Removed wxPopupWindow from normal (non-wxUniv) build |
tree | commitdiff |
2001-07-07 |
Robert Roebling | Added wxPopupWindow to GTK port, wxComboBox had to |
tree | commitdiff |
2001-07-04 |
Vadim Zeitlin | use fontdlgg.cpp under wxUniv/GTK |
tree | commitdiff |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | fixed deleting pages from the notebook |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | 1. fixed wxGTK notebook which was completely broken... |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | backported crash fix for wxFrame::Iconize() from 2.2 |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | regenerated with tmake |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | fix for compilation without WXWIN_COMPATIBILITY_2_2 |
tree | commitdiff |
2001-07-01 |
Václav Slavík | added generic/accel.h to filelist.txt so that wxGTK... |
tree | commitdiff |
2001-07-01 |
Václav Slavík | (hopefully) fixed wxGTK wxScrolledWindow::GetClientSize bug |
tree | commitdiff |
2001-06-28 |
Julian Smart | Fixed some compilos. Things that still need fixing... |
tree | commitdiff |
2001-06-27 |
Julian Smart | Now wxFrame derives from wxFrameMSW/GTK in non-wxUniv... |
tree | commitdiff |
2001-06-27 |
Vadim Zeitlin | fix for wxBitmapType definition problem |
tree | commitdiff |
2001-06-27 |
Vadim Zeitlin | linking fixes |
tree | commitdiff |
2001-06-26 |
Vadim Zeitlin | compilation fixes - wxGTK compiles but not links |
tree | commitdiff |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
tree | commitdiff |
2001-06-22 |
Vadim Zeitlin | 1. fixed wxBase RPM template |
tree | commitdiff |
2001-06-18 |
Vadim Zeitlin | implemented text styles for GTK+ |
tree | commitdiff |
2001-06-15 |
Vadim Zeitlin | applied patch 433352 (fix for wxTextCtrl::SetForeground... |
tree | commitdiff |
2001-06-14 |
Robert Roebling | I don't understand the SetIconState code in /src... |
tree | commitdiff |
2001-06-11 |
Robert Roebling | Applied wxImage::Scale() patch, |
tree | commitdiff |
2001-06-08 |
Vadim Zeitlin | regenerated files with tmake |
tree | commitdiff |
2001-06-06 |
Vadim Zeitlin | fixed slider value rounding once again |
tree | commitdiff |
2001-06-03 |
Václav Slavík | added wxUSE_INTL around wxLocale::GetSystemEncoding |
tree | commitdiff |
2001-06-03 |
Václav Slavík | added code to set wxFont's default encoding to wxLocale... |
tree | commitdiff |
2001-05-31 |
Vadim Zeitlin | we now send iconize events |
tree | commitdiff |
2001-05-27 |
Vadim Zeitlin | regenerated from tmake templates |
tree | commitdiff |
2001-05-22 |
Vadim Zeitlin | fix for discrepancies between wxNotebookEvent and wxNot... |
tree | commitdiff |
2001-05-21 |
Vadim Zeitlin | (blind) fix for joystick compilation problems |
tree | commitdiff |
2001-05-20 |
Robin Dunn | Since there was no #include before the #if wxUSE_JOYSTI... |
tree | commitdiff |
2001-05-18 |
Robert Roebling | Applied patch for non-Latin keyboards. |
tree | commitdiff |
2001-05-17 |
Julian Smart | Call OnParentEnable from wxTextCtrl::Enable |
tree | commitdiff |
2001-05-17 |
Julian Smart | Implemented OnParentEnable to allow widgets to reset... |
tree | commitdiff |
2001-05-16 |
Julian Smart | Made wxWindow::Enable recursive in order to solve colou... |
tree | commitdiff |
2001-05-16 |
Julian Smart | Applied patch #418555: wxTextCtrl uses wrong background... |
tree | commitdiff |
2001-05-11 |
Robin Dunn | Changed wxRootWindow from a global to a staic variable... |
tree | commitdiff |
2001-05-10 |
Guillermo Rodrigue... | Private gsocket files were using 'typedef int bool... |
tree | commitdiff |
2001-05-08 |
Václav Slavík | switched to new XPM code in wxMSW |
tree | commitdiff |
2001-05-07 |
Vadim Zeitlin | GetSelection() always returns from <= to as wxMSW does |
tree | commitdiff |
2001-05-03 |
Vadim Zeitlin | fix InsertSeparator() (patch 420987) |
tree | commitdiff |
2001-05-02 |
Vadim Zeitlin | fixed (?) crashes because of default GUI font being... |
tree | commitdiff |
2001-05-01 |
Robert Roebling | Some minor clean-ups to the wxScrolledWindow code. |
tree | commitdiff |
2001-05-01 |
Robert Roebling | wxScrolledWindow next take, the Gizmo controls |
tree | commitdiff |
2001-05-01 |
Julian Smart | Removed generic scrolwin.cpp from wxGTK list because... |
tree | commitdiff |
2001-05-01 |
Julian Smart | Updated src/gtk/files.lst |
tree | commitdiff |
2001-05-01 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-05-01 |
Robert Roebling | wxScrolledWindow now emits wxScrollWinEvents. Something |
tree | commitdiff |
2001-04-30 |
Robin Dunn | Implemented wxGetClientDisplayRect which returns the... |
tree | commitdiff |
2001-04-29 |
Robert Roebling | Native wxScrolledWindow finishing touches. |
tree | commitdiff |
2001-04-29 |
Robert Roebling | wxScrolledWindow is now a native widget under GTK. |
tree | commitdiff |
next |