1998-11-13 |
Vadim Zeitlin | 1. GetNextChild() bug fixed in generic version |
tree | commitdiff |
1998-11-12 |
Julian Smart | Accelerators implemented for wxMotif; some wxComboBox... |
tree | commitdiff |
1998-11-12 |
Robert Roebling | Compile fixes, warnings etc. |
tree | commitdiff |
1998-11-11 |
Julian Smart | Motif bug fixes; dialog OnPaint works now; wxColourDial... |
tree | commitdiff |
1998-11-10 |
Karsten Ballüder | Added wxExtHelpController: wxHelpController implementat... |
tree | commitdiff |
1998-11-07 |
Robert Roebling | Fixed 5 bugs in wxImage and Blit |
tree | commitdiff |
1998-11-04 |
Julian Smart | Changed m_font to * GetFont() since m_font isn't in... |
tree | commitdiff |
1998-11-03 |
Julian Smart | Dialog Editor bug fixes, several other small ones |
tree | commitdiff |
1998-11-03 |
Robert Roebling | Fix for TextCtrl problem as reported by Vegh |
tree | commitdiff |
1998-10-31 |
Robert Roebling | Font fixes and icons in report view for list control |
tree | commitdiff |
1998-10-30 |
Robert Roebling | Compile fixes for tree ctrl |
tree | commitdiff |
1998-10-30 |
Vadim Zeitlin | items without children couldn't be expanded even after... |
tree | commitdiff |
1998-10-30 |
Robert Roebling | Tought Systemettings that sysfont has 12 pts |
tree | commitdiff |
1998-10-29 |
Robert Roebling | Big color update with the newest information |
tree | commitdiff |
1998-10-27 |
Julian Smart | Motif wxNotebook about done; added print/preview to... |
tree | commitdiff |
1998-10-26 |
Vadim Zeitlin | final (?) changes to the generic tree ctrl -- seems... |
tree | commitdiff |
1998-10-26 |
Julian Smart | Motif and other mods |
tree | commitdiff |
1998-10-26 |
Vadim Zeitlin | interchanged w and h in wxSplitterWindow::OnSashPositio... |
tree | commitdiff |
1998-10-26 |
Robert Roebling | Did much work on colors. It doesn't work and I guess |
tree | commitdiff |
1998-10-25 |
Karsten Ballüder | Fixed a trivial error. |
tree | commitdiff |
1998-10-24 |
Robert Roebling | Added support for frames without borders (such as for |
tree | commitdiff |
1998-10-24 |
Robert Roebling | Removed usage of GdkImlib |
tree | commitdiff |
1998-10-23 |
Vadim Zeitlin | 1. Split{Horizontal|Vertical} now accept negative args... |
tree | commitdiff |
1998-10-18 |
Julian Smart | Motif additions |
tree | commitdiff |
1998-10-09 |
Julian Smart | Dialog unit mods; wxProp tidying |
tree | commitdiff |
1998-10-08 |
Vadim Zeitlin | crash under FreeBSD corrected (patch by David Hobley) |
tree | commitdiff |
1998-10-02 |
Julian Smart | Removed DrawOpenSpline since it doesn't seem to be... |
tree | commitdiff |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
tree | commitdiff |
1998-09-25 |
Denis Pershin | const added to GetBitmap it was my fault. |
tree | commitdiff |
1998-09-24 |
Vadim Zeitlin | restored "#ifdef __WXMSW__" around SetFont(wxNullFont... |
tree | commitdiff |
1998-09-23 |
Julian Smart | wxMotif: wxWindow/Client/PaintDC starting to work. |
tree | commitdiff |
1998-09-22 |
Julian Smart | Some more Motif work; included utils.h in fileconf... |
tree | commitdiff |
1998-09-20 |
Julian Smart | More Motif stuff |
tree | commitdiff |
1998-09-16 |
Julian Smart | Made wxStubs compile on Unix. |
tree | commitdiff |
1998-09-12 |
Julian Smart | Added variant.h/cpp; changed variable names in object... |
tree | commitdiff |
1998-09-11 |
Robert Roebling | Updates to memcheck |
tree | commitdiff |
1998-09-08 |
Julian Smart | Additional makefiles; changes for compilation with... |
tree | commitdiff |
1998-09-07 |
Julian Smart | Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorit... |
tree | commitdiff |
1998-09-06 |
Robert Roebling | SetFont() the second |
tree | commitdiff |
1998-09-05 |
Robert Roebling | Fixed two small things in wxListCtrl |
tree | commitdiff |
1998-09-01 |
Robert Roebling | Added Set/GetItemState, GetNextItem.. to wxTreeCtrl |
tree | commitdiff |
1998-09-01 |
Robert Roebling | Fixed a few compile things |
tree | commitdiff |
1998-08-28 |
Julian Smart | Fixed MSW printing, tidied up member variable names |
tree | commitdiff |
1998-08-24 |
Julian Smart | HKEY -> WXHKEY; wxScrolledWindow::SetScale added |
tree | commitdiff |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
tree | commitdiff |
1998-08-18 |
Vadim Zeitlin | corrected wxListCtrl compilation problems |
tree | commitdiff |
1998-08-17 |
Robert Roebling | Added in-place editiging in wxListCtrl |
tree | commitdiff |
1998-08-15 |
Denis Pershin | DP: Just came back from 3 days fishing and found that... |
tree | commitdiff |
1998-08-15 |
Julian Smart | 2 GnuWin32 compile bugs fixed, incl. printf bug in... |
tree | commitdiff |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
tree | commitdiff |
1998-08-14 |
Robert Roebling | Added validation support |
tree | commitdiff |
1998-08-14 |
Karsten Ballüder | added option to hide page controls |
tree | commitdiff |
1998-08-14 |
Robert Roebling | Added wxRadioButton (not tested) |
tree | commitdiff |
1998-08-12 |
Robert Roebling | Added PushEventHandler, Pop... |
tree | commitdiff |
1998-08-10 |
Denis Pershin | DP: GetBitmap() added to wxImageList |
tree | commitdiff |
1998-08-10 |
Denis Pershin | DP: native wxTreeCtrl for GTK. |
tree | commitdiff |
1998-08-08 |
Denis Pershin | DP: |
tree | commitdiff |
1998-08-03 |
Vadim Zeitlin | SelectItem() always sends the notification messages |
tree | commitdiff |
1998-08-02 |
Robert Roebling | Fixed Fontdialog |
tree | commitdiff |
1998-07-31 |
Robert Roebling | Added bitmaps and icons to samples |
tree | commitdiff |
1998-07-30 |
Robert Roebling | Pretty redical change concerning the underlying |
tree | commitdiff |
1998-07-29 |
Robert Roebling | wxListCtrl selection improved |
tree | commitdiff |
1998-07-28 |
Robert Roebling | Fixed bug in wxListCtrl |
tree | commitdiff |
1998-07-27 |
Robert Roebling | warning msgs |
tree | commitdiff |
1998-07-25 |
Robert Roebling | Removed warnings mesgs |
tree | commitdiff |
1998-07-24 |
Vadim Zeitlin | SelectItem() now sends a wxEVT_SELECTED notification. |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | wxTreeControl::Get/SetSelection implemented |
tree | commitdiff |
1998-07-20 |
Robert Roebling | many fixes to wxTextCrtl, wxTreeCrtl, wxListBox, |
tree | commitdiff |
1998-07-19 |
Vadim Zeitlin | infinite loop in wxNavigationKeyEvent processing fixed |
tree | commitdiff |
1998-07-19 |
Julian Smart | Renamed a couple more samples/controls files; fixed... |
tree | commitdiff |
1998-07-17 |
Julian Smart | Bug fix to scrolwin.cpp (position not set in SetScrollb... |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | don't set focus to [ok] in text entry dialog (leave... |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | another "const" added |
tree | commitdiff |
1998-07-13 |
Robert Roebling | resize mdi and notebook client |
tree | commitdiff |
1998-07-12 |
Robert Roebling | stream compile fixes |
tree | commitdiff |
1998-07-11 |
Robert Roebling | event/leave events |
tree | commitdiff |
1998-07-10 |
Robert Roebling | tree control and dc::drawlines bug |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
tree | commitdiff |
1998-07-10 |
Julian Smart | Fixed const problems in status bar code, changed panelg... |
tree | commitdiff |
1998-07-09 |
Vadim Zeitlin | wxWindow::FindFocus() doesn't exist in wxGTK - #ifdef... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | keyboard handling added (OnNavigationKey) |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | a couple of "const" mistakenly removed restored |
tree | commitdiff |
1998-07-08 |
Julian Smart | Cured a bad assert in wxStatusBar; #ifdefed oleutils... |
tree | commitdiff |
1998-07-07 |
Vadim Zeitlin | added missing DeleteItem(long itemId) function |
tree | commitdiff |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
tree | commitdiff |
1998-07-02 |
Julian Smart | Various changes for 16-bit compilation |
tree | commitdiff |
1998-07-01 |
Vadim Zeitlin | wxImageList ctor now takes the same arguments as the... |
tree | commitdiff |
1998-07-01 |
Vadim Zeitlin | many changes to make generic tree control (more) MSW... |
tree | commitdiff |
1998-06-29 |
Vadim Zeitlin | fixes redraw bug which was leaving a horizontal strip... |
tree | commitdiff |
1998-06-29 |
Karsten Ballüder | fixed event type parameter |
tree | commitdiff |
1998-06-26 |
Julian Smart | New wxEventType for event type enum, and corresponding... |
tree | commitdiff |
1998-06-25 |
Julian Smart | Reduced flicker by a combination of less background... |
tree | commitdiff |
1998-06-22 |
Julian Smart | Added more flags to resource.cpp, #ifdefed out ScanfV... |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | VC++ warning suppressed |
tree | commitdiff |
1998-06-14 |
Julian Smart | Corrected missing pipe in treectrl.h, wxOK->wxID_OK... |
tree | commitdiff |
1998-06-03 |
Robert Roebling | GTK |
tree | commitdiff |
1998-05-28 |
Julian Smart | #ifdefed out a typedef not appropriate to MSW; added... |
tree | commitdiff |
1998-05-20 |
Karsten Ballüder | Initial revision |
tree | commitdiff |
|