2002-01-31 |
Julian Smart | Applied wxImage -> wxCursor patch, tool window event... |
tree | commitdiff |
2002-01-30 |
Robert Roebling | Added wxRegion::Offset(x,y) |
tree | commitdiff |
2002-01-30 |
Robert Roebling | Some changes for new Update/Refresh behaviour. This |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | maintaint the mouse capture stack in all ports, not... |
tree | commitdiff |
2002-01-18 |
Vadim Zeitlin | better native font support for wxGTK |
tree | commitdiff |
2002-01-14 |
Vadim Zeitlin | added wxFont::IsFixedWidth(), documented it and impleme... |
tree | commitdiff |
2002-01-14 |
Václav Slavík | removed setup0.h artifacts |
tree | commitdiff |
2002-01-13 |
Václav Slavík | applied ANI images patch and added wxUSE_ICO_CUR |
tree | commitdiff |
2002-01-12 |
Robert Roebling | Some additions to the 12-bit patch. |
tree | commitdiff |
2001-12-31 |
Václav Slavík | wxSystemSettings mods in wxGTK |
tree | commitdiff |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
tree | commitdiff |
2001-12-01 |
Julian Smart | Attempted to fix splittree problem by not pushing event... |
tree | commitdiff |
2001-11-21 |
Václav Slavík | wxMouseEvent's coordinates are now relative to client... |
tree | commitdiff |
2001-11-17 |
Robert Roebling | More changes to various controls for more reliably |
tree | commitdiff |
2001-11-17 |
Robert Roebling | Changed/Fixed way in which wxListBox blocks events |
tree | commitdiff |
2001-11-09 |
Robert Roebling | Removed unused variable. |
tree | commitdiff |
2001-11-08 |
Robert Roebling | wxListBox mouse events now report coords relative |
tree | commitdiff |
2001-11-02 |
Vadim Zeitlin | applied patch to make wxGLCanvas derive from wxWindow... |
tree | commitdiff |
2001-10-30 |
Václav Slavík | changed wxSystemSettings::HasFrameDecorations to more... |
tree | commitdiff |
2001-10-19 |
Václav Slavík | we no longer need wxFrameNative |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
tree | commitdiff |
2001-10-12 |
Robin Dunn | Added style parameter to wxPopupWindow ctors so they... |
tree | commitdiff |
2001-10-02 |
Vadim Zeitlin | missing extern "C" added to fix linking problems with... |
tree | commitdiff |
2001-10-01 |
Václav Slavík | added wxSystemSettings::HasFrameDecorations (anybody... |
tree | commitdiff |
2001-09-28 |
Václav Slavík | fixed wxGTK fullscreen mode, broken by my previous... |
tree | commitdiff |
2001-09-28 |
Vadim Zeitlin | applied (slightly modified) wxGLApp patch for MSW |
tree | commitdiff |
2001-09-28 |
Vadim Zeitlin | applied wxGLApp patch (#464500) |
tree | commitdiff |
2001-09-23 |
Václav Slavík | added wxBitmap::CopyFromIcon to wxGTK |
tree | commitdiff |
2001-09-22 |
Václav Slavík | evaluate window style in Create, not later |
tree | commitdiff |
2001-09-19 |
Václav Slavík | fixes to client area origin handling |
tree | commitdiff |
2001-09-15 |
Václav Slavík | wxTopLevelWindow (only for wxGTK for now) |
tree | commitdiff |
2001-08-27 |
Vadim Zeitlin | added support for polygons to wxRegion |
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 | removed redundant InitDialog methods |
tree | commitdiff |
2001-08-06 |
Robert Roebling | Applied patch for wxComboBox and wxListBox to |
tree | commitdiff |
2001-08-04 |
Václav Slavík | reverted my Set/getTitle change |
tree | commitdiff |
2001-08-02 |
Václav Slavík | Set/GetTitle out of wxWindowBase, forked and put to... |
tree | commitdiff |
2001-08-01 |
Vadim Zeitlin | applied patch 444915 (warning fixes for gcc 2.95.4) |
tree | commitdiff |
2001-08-01 |
Vadim Zeitlin | added generic implementation and documentation for... |
tree | commitdiff |
2001-07-30 |
Vadim Zeitlin | 1. made ScrollLines/Pages return bool indicating if... |
tree | commitdiff |
2001-07-26 |
Vadim Zeitlin | added wxWindow::Freeze/Thaw(), implemented them for... |
tree | commitdiff |
2001-07-21 |
Gilles Depeyrot | corrections for wxGtk compilation under Darwin/Mac... |
tree | commitdiff |
2001-07-14 |
Robin Dunn | Added RTTI macros to wxToolTip |
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 |
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-07 |
Robert Roebling | Added wxPopupWindow to GTK port, wxComboBox had to |
tree | commitdiff |
2001-07-04 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | 1. fixed wxGTK notebook which was completely broken... |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | added default values for SetSizeHints() arguments,... |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | fix for compilation with wxUSE_MENU_CALLBACK=0 |
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-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-05-31 |
Vadim Zeitlin | we now send iconize events |
tree | commitdiff |
2001-05-22 |
Vadim Zeitlin | fix for discrepancies between wxNotebookEvent and wxNot... |
tree | commitdiff |
2001-05-17 |
Julian Smart | Implemented OnParentEnable to allow widgets to reset... |
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 |
Robert Roebling | wxScrolledWindow now emits wxScrollWinEvents. Something |
tree | commitdiff |
2001-04-30 |
Julian Smart | Changed generic wxScrolledWindow -> wxGenericScrolledWindow |
tree | commitdiff |
2001-04-29 |
Robert Roebling | wxScrolledWindow is now a native widget under GTK. |
tree | commitdiff |
2001-04-22 |
Václav Slavík | moved gtk/palette.h to generic/paletteg.h |
tree | commitdiff |
2001-04-04 |
Václav Slavík | I moved platform specific code from wxImage to wxBitmap |
tree | commitdiff |
2001-03-13 |
Václav Slavík | moved splines rendering code into wxDCBase |
tree | commitdiff |
2001-02-08 |
Vadim Zeitlin | applied (slightly modified) wxToggleButton patch from... |
tree | commitdiff |
2000-12-28 |
Vadim Zeitlin | modified check listbox indicators and made them customi... |
tree | commitdiff |
2000-12-18 |
Vadim Zeitlin | wxNativeFontInfo changes |
tree | commitdiff |
2000-12-18 |
Vadim Zeitlin | applied wxNativeFontInfo patch from Derry Bryson (with... |
tree | commitdiff |
2000-11-24 |
Vadim Zeitlin | 1. added wxGTK::wxToolBar::SetToolShortHelp() and test... |
tree | commitdiff |
2000-11-18 |
Václav Slavík | added wxCursor ctor for creation from bits array |
tree | commitdiff |
2000-10-31 |
Vadim Zeitlin | compilation fix (sorry!) |
tree | commitdiff |
2000-10-30 |
Vadim Zeitlin | wxDC::GetSize() should work now in wxGTK |
tree | commitdiff |
2000-10-20 |
Vadim Zeitlin | fixed problem with calling SetFont() when (multiline... |
tree | commitdiff |
2000-09-28 |
Václav Slavík | added wxNotebook::AssingImageList |
tree | commitdiff |
2000-09-13 |
Vadim Zeitlin | 1. wxFrame::IsIconized() fixed - seems to work |
tree | commitdiff |
2000-09-05 |
Robert Roebling | Applied DrawArc patch. |
tree | commitdiff |
2000-09-01 |
Julian Smart | Added to wxSystemSettings for better GTK+ themes compat... |
tree | commitdiff |
2000-08-24 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-08-15 |
Václav Slavík | added wxIcon::CopyFromBitmap to wxGTK |
tree | commitdiff |
2000-08-10 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-08-10 |
Vadim Zeitlin | wxMDIFrames define DoGetClientSize() and not GetClientS... |
tree | commitdiff |
2000-08-10 |
Vadim Zeitlin | src/gtk/mdi.cpp |
tree | commitdiff |
2000-07-20 |
Unknown (NI) | applied the patch by Garrick Meeker |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Really cheesy attempt to make wxDC::DrawText() utilize... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | gtkfeatures.h does not exist under gtk+ 1.3.1, #ifndef... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | wxGTKDash is also a gint8 under WXGTK20 |
tree | commitdiff |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
tree | commitdiff |
2000-03-16 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-03-14 |
Robert Roebling | Fixed missing paint events when overriding DoMoveWindow() |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | wxDropSource should have def ctor |
tree | commitdiff |
2000-03-13 |
Ron Lee | moved wxDash typedef to gdicmn.h |
tree | commitdiff |
2000-03-12 |
Ron Lee | separated wxDash type from platform specific wxGTKDash... |
tree | commitdiff |
2000-03-10 |
Robert Roebling | Small oops in redrawing code. |
tree | commitdiff |
next |