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 |
2000-03-09 |
Robert Roebling | Some make corrections for HP and related, |
tree | commitdiff |
2000-03-06 |
Vadim Zeitlin | patches from Ricky Gonzales <gonzales@pyramid3.net>: |
tree | commitdiff |
2000-03-04 |
Robert Roebling | Lotta stuff for drawing etc. |
tree | commitdiff |
2000-02-28 |
Julian Smart | Moved wxGLCanvas to more normal positions |
tree | commitdiff |
2000-02-27 |
Václav Slavík | minimalistic build fixes (mostly #if wxUSE_something) |
tree | commitdiff |
2000-02-27 |
Robert Roebling | Added bitmap create |
tree | commitdiff |
2000-02-21 |
Robert Roebling | Slightly better GC pooling, |
tree | commitdiff |
2000-02-21 |
Robert Roebling | Implemented MSW's paint region clipping, but |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | added and documented wxDC::DrawCheckMark() |
tree | commitdiff |
2000-02-11 |
Robert Roebling | Added BMP files for wxPlotWindow, |
tree | commitdiff |
2000-02-05 |
Robert Roebling | Fixed status bar probs, |
tree | commitdiff |
2000-02-05 |
Vadim Zeitlin | 1. wxTimer change - now generates EVT_TIMER() |
tree | commitdiff |
2000-02-02 |
Robert Roebling | Tried to fix corrupted display of wxTextCtrl, |
tree | commitdiff |
2000-01-25 |
Vadim Zeitlin | missing Init() added to wxMenu(wxCallback) ctors |
tree | commitdiff |
2000-01-24 |
Vadim Zeitlin | some fixes from the SGI build log |
tree | commitdiff |
2000-01-23 |
Robert Roebling | tabbing in controls sample works again. |
tree | commitdiff |
2000-01-20 |
Robert Roebling | A no-change for scroll events. |
tree | commitdiff |
2000-01-15 |
Robert Roebling | Next try at avoiding too few or too many size events. |
tree | commitdiff |
2000-01-15 |
Robert Roebling | black now denotes 0 on mono-bitmaps. |
tree | commitdiff |
2000-01-12 |
Robert Roebling | Chnages to mono-bitmap code. |
tree | commitdiff |
2000-01-11 |
Vadim Zeitlin | wxMenuItem::GetLabelFromText() added/documented, bug... |
tree | commitdiff |
2000-01-06 |
Vadim Zeitlin | 1. more warnings fixes in gtk/region.cpp and common... |
tree | commitdiff |
2000-01-06 |
Vadim Zeitlin | 1. more HP-UX warning fixes (almost done...) |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | wxRegion should work with wxCoord, not long |
tree | commitdiff |
2000-01-04 |
Robert Roebling | Compilation fix, |
tree | commitdiff |
2000-01-04 |
Robert Roebling | New colour, font, theme and size code.. |
tree | commitdiff |
2000-01-03 |
Robert Roebling | Corrected spin control, which ignored hand typed... |
tree | commitdiff |
2000-01-02 |
Robert Roebling | wxSpinCtrl no longer emits event when changed program... |
tree | commitdiff |
1999-12-30 |
Vadim Zeitlin | 1. many, many, many warnings fixed (from HP-UX build... |
tree | commitdiff |
1999-12-29 |
Vadim Zeitlin | 1. wxCalendarCtrl |
tree | commitdiff |
1999-12-29 |
Robert Roebling | Added wxWindow::DoMoveWindow(..) |
tree | commitdiff |
1999-12-23 |
Robin Dunn | Added a constructor that allows creation of independent... |
tree | commitdiff |
1999-12-23 |
Robert Roebling | Added wxBitmap::GetSubBitmap() |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | 1. wxMotif toolbar works; the toggle buttons have the... |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | merging in the toolbar changes |
tree | commitdiff |
1999-12-07 |
Robert Roebling | Added wxUSE_SPINCTRL, |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | Rotated text patch from Hans-Joachim Baader (with some... |
tree | commitdiff |
1999-12-04 |
Vadim Zeitlin | wxMenu::Insert() seems to work, bug in wxMenuBase:... |
tree | commitdiff |
1999-12-04 |
Vadim Zeitlin | wxMenuBar::Insert() seems to work! |
tree | commitdiff |
1999-12-04 |
Robert Roebling | String changes for translations, |
tree | commitdiff |
1999-12-01 |
Vadim Zeitlin | 1. wxMotif::wxFrame derives from wxFrameBase now |
tree | commitdiff |
1999-11-28 |
Robert Roebling | slider link fix 2. |
tree | commitdiff |
1999-11-27 |
Robin Dunn | compilation fixes |
tree | commitdiff |
1999-11-27 |
Robert Roebling | sdasd |
tree | commitdiff |
1999-11-27 |
Robert Roebling | ?jl |
tree | commitdiff |
1999-11-26 |
Robert Roebling | Minor changes. |
tree | commitdiff |
1999-11-22 |
Robert Roebling | Headers moved a bit. |
tree | commitdiff |
1999-11-19 |
Vadim Zeitlin | wxWindow::GetBestSize() added |
tree | commitdiff |
1999-11-18 |
Robert Roebling | Added wxEvtHandler::Disconect() |
tree | commitdiff |
1999-11-16 |
Vadim Zeitlin | wxFrameBase class for wxMSW and wxGTK |
tree | commitdiff |
1999-11-14 |
Robert Roebling | Added wxWakeUpIdle() to wxGTK, |
tree | commitdiff |
1999-11-14 |
Julian Smart | Watcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI... |
tree | commitdiff |
1999-11-12 |
Vadim Zeitlin | compilation fix (float => wxCoord) |
tree | commitdiff |
1999-11-12 |
Vadim Zeitlin | wxTimer/timercmn.cpp change |
tree | commitdiff |
1999-11-08 |
Robin Dunn | Made SetType public to match MSW. |
tree | commitdiff |
1999-11-06 |
George Tasker | Added wxODBC_FWD_ONLY_CURSORS to allow for drivers... |
tree | commitdiff |
1999-11-05 |
Vadim Zeitlin | 1. wxFontMapper almost finished |
tree | commitdiff |
1999-11-05 |
Robert Roebling | Added IsTopLevel() as a virtual function. |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | many warnings fixed (from HP-UX compilation log) |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | wxGTK compiles (and seems to work) again after wxMenu... |
tree | commitdiff |
next |