1999-02-05 |
Julian Smart | Changed GetForce -> !CanVeto |
tree | commitdiff |
1999-02-05 |
Robert Roebling | synched Clear() and SetBackgroundColour() |
tree | commitdiff |
1999-02-05 |
Vadim Zeitlin | wxWindow::OnClose() removed completely from wxGTK,... |
tree | commitdiff |
1999-02-05 |
Robert Roebling | Added menu_highlight behaviour as in wxMSW (statusbar) |
tree | commitdiff |
1999-02-04 |
Vadim Zeitlin | 1. more keyboard navigation fixes - seems to work now |
tree | commitdiff |
1999-02-04 |
Vadim Zeitlin | removed the file setup.h - copy setup0.h into setup... |
tree | commitdiff |
1999-02-04 |
Julian Smart | Fixed compilation for when not including <windows.h> |
tree | commitdiff |
1999-02-04 |
Robin Dunn | Added wxColour::wxColour(unsigned long) |
tree | commitdiff |
1999-02-04 |
Vadim Zeitlin | some compilation "enhancements" |
tree | commitdiff |
1999-02-04 |
Unknown (UG) | #ifdef wxUSE_LIBJPEG changed to #if wxUSELIBJPEG |
tree | commitdiff |
1999-02-04 |
Vadim Zeitlin | conversions from int/long to wxString won't compile... |
tree | commitdiff |
1999-02-04 |
Vadim Zeitlin | wxGTK compilation fixes |
tree | commitdiff |
1999-02-04 |
Julian Smart | Some warnings removed. |
tree | commitdiff |
1999-02-03 |
Vadim Zeitlin | _MSC_VER change fixes - now compiles again |
tree | commitdiff |
1999-02-03 |
Vadim Zeitlin | _MSC_VER => __VISUALC__ change |
tree | commitdiff |
1999-02-03 |
Robert Roebling | Trying to repair what CVS can do to source code |
tree | commitdiff |
1999-02-03 |
Václav Slavík | added JPEG support |
tree | commitdiff |
1999-02-03 |
Julian Smart | Cured some Latex problems; fixed i declaration; fixed... |
tree | commitdiff |
1999-02-02 |
Vadim Zeitlin | 1. Harm's patch for AppendText() |
tree | commitdiff |
1999-02-02 |
Harco de Hilster | added wxTextCtrl::AppendText, used by TextCtrl operator << |
tree | commitdiff |
1999-02-02 |
Harco de Hilster | added AppendText method, now used by operator << |
tree | commitdiff |
1999-02-02 |
Julian Smart | Consistent naming of e.g. wxUSE_CTRL |
tree | commitdiff |
1999-02-02 |
Vadim Zeitlin | compilation warning removed |
tree | commitdiff |
1999-02-01 |
Stefan Csomor | latest CW additions |
tree | commitdiff |
1999-02-01 |
Vadim Zeitlin | file I forgot to commit with other "filedlg.h"s |
tree | commitdiff |
1999-02-01 |
Vadim Zeitlin | wxToolTip modifications: wxUSE_TOOLTIPS setting (defaul... |
tree | commitdiff |
1999-02-01 |
Robert Roebling | wxToolTip |
tree | commitdiff |
1999-02-01 |
Vadim Zeitlin | this should be the file with the standard setting for... |
tree | commitdiff |
1999-02-01 |
Vadim Zeitlin | more wxToolTip changes |
tree | commitdiff |
1999-01-31 |
Vadim Zeitlin | very minor changes |
tree | commitdiff |
1999-01-31 |
Vadim Zeitlin | wxToolTip for MSW implementation (it has several proble... |
tree | commitdiff |
1999-01-31 |
Vadim Zeitlin | memory debugging using VC++ debug CRT works for DLL... |
tree | commitdiff |
1999-01-31 |
Vadim Zeitlin | wxStaticBitmap, wxStaticBox and wxPanel don't accept... |
tree | commitdiff |
1999-01-31 |
Vadim Zeitlin | by default the ctrl accepts keyboard input now (why... |
tree | commitdiff |
1999-01-31 |
Julian Smart | Added a few files; fixed some warnings and wxMotif... |
tree | commitdiff |
1999-01-31 |
Julian Smart | Various small fixes |
tree | commitdiff |
1999-01-31 |
Julian Smart | Some corrections for BC++ compilation; Latex doc correc... |
tree | commitdiff |
1999-01-30 |
Julian Smart | Made wxLayoutAlgorithm more general (copes with nested... |
tree | commitdiff |
1999-01-30 |
Robert Roebling | wxDataObject documented |
tree | commitdiff |
1999-01-28 |
Robert Roebling | Removed wxNullRegion |
tree | commitdiff |
1999-01-28 |
Vadim Zeitlin | bool wxString::operator!() const added |
tree | commitdiff |
1999-01-27 |
Robert Roebling | wxToolTip part II |
tree | commitdiff |
1999-01-27 |
Václav Slavík | added wxJPEGHandler |
tree | commitdiff |
1999-01-27 |
Vadim Zeitlin | 1. added wxTreeCtrl::GetLastChild (modified MSW, GTK... |
tree | commitdiff |
1999-01-27 |
Vadim Zeitlin | made wxSplitterWindow::SplitXXX() virtual |
tree | commitdiff |
1999-01-27 |
Julian Smart | Added dde sample; added docs/index.htm |
tree | commitdiff |
1999-01-27 |
Julian Smart | Added Joel's wxchar.h for future Unicode adventures |
tree | commitdiff |
1999-01-26 |
Vadim Zeitlin | Added Upper() and Lower() - return the copy of the... |
tree | commitdiff |
1999-01-26 |
Julian Smart | Some compile warnings removed; file selector prototypes... |
tree | commitdiff |
1999-01-26 |
Karsten Ballüder | fixed wxBusyCursor privacy bug |
tree | commitdiff |
1999-01-26 |
Unknown (UG) | binary insertion |
tree | commitdiff |
1999-01-26 |
Unknown (UG) | removal before binary insertion |
tree | commitdiff |
1999-01-25 |
Julian Smart | Split up wxStream doc files; added wxTCP... files;... |
tree | commitdiff |
1999-01-25 |
Robert Roebling | Added wxToolTip |
tree | commitdiff |
1999-01-24 |
Vadim Zeitlin | 1. wxLoad/SaveFileSelector return "wxString" instead... |
tree | commitdiff |
1999-01-24 |
Robert Roebling | Small doc corrections |
tree | commitdiff |
1999-01-24 |
Julian Smart | Added some Motif wxGLCanvas support; some more Motif... |
tree | commitdiff |
1999-01-23 |
Vadim Zeitlin | 1. registry files corresponding to the recent registry... |
tree | commitdiff |
1999-01-22 |
Vadim Zeitlin | TestDestroy() is not const any more (warnings suppressed) |
tree | commitdiff |
1999-01-22 |
Robert Roebling | The Image sample now does anti-aliasing, oh well. |
tree | commitdiff |
1999-01-22 |
Vadim Zeitlin | wxThread POSIX implementation seems to work (under... |
tree | commitdiff |
1999-01-22 |
Julian Smart | Made wxGTK dcps.cpp generic. |
tree | commitdiff |
1999-01-22 |
Robert Roebling | iODBC v2.5 |
tree | commitdiff |
1999-01-21 |
Robert Roebling | changed make_int, make_exp .. to wxmake_int.. |
tree | commitdiff |
1999-01-21 |
Julian Smart | Made EVT_SLIDER event happen always; some doc and wxPro... |
tree | commitdiff |
1999-01-20 |
Vadim Zeitlin | RenameEntry/Group() functions added to wxConfig and... |
tree | commitdiff |
1999-01-20 |
Vadim Zeitlin | fixes to previous fixes for Sun's CC 5.0 |
tree | commitdiff |
1999-01-20 |
Vadim Zeitlin | fixes for Sun CC 5.0 (unlike 4.2 it understands bool) |
tree | commitdiff |
1999-01-19 |
Vadim Zeitlin | 1. wxMotif fixes for compilation in "no compatible... |
tree | commitdiff |
1999-01-19 |
Julian Smart | Removing redundant files. |
tree | commitdiff |
1999-01-19 |
Julian Smart | TWIN32 compatibility added; wxMotif uses wxGTK's wxPost... |
tree | commitdiff |
1999-01-19 |
Robert Roebling | New DnD and Clipboard code |
tree | commitdiff |
1999-01-19 |
Julian Smart | Some changes in a vain attempt to make Salford C++... |
tree | commitdiff |
1999-01-17 |
Vadim Zeitlin | OnExit() is called for modules which were initialized... |
tree | commitdiff |
1999-01-17 |
Vadim Zeitlin | wxThread fixes - compilation under Unix temporarily... |
tree | commitdiff |
1999-01-16 |
Julian Smart | For wxMSW, split XPM handler into separate file (please... |
tree | commitdiff |
1999-01-16 |
Julian Smart | Various changes for Salford C++, and commited fileconf... |
tree | commitdiff |
1999-01-15 |
Julian Smart | Added wxTE_PROCESS_TAB |
tree | commitdiff |
1999-01-15 |
Robert Roebling | DnD feedback |
tree | commitdiff |
1999-01-14 |
Julian Smart | Added wxMotif data object classes |
tree | commitdiff |
1999-01-14 |
Julian Smart | Added some tentative wxMotif clipboard code; did some... |
tree | commitdiff |
1999-01-14 |
Vadim Zeitlin | 1. NOT_FOUND -> wxNOT_FOUND |
tree | commitdiff |
1999-01-14 |
Karsten Ballüder | Split part of wxExtHelpController into wxHTMLHelpContro... |
tree | commitdiff |
1999-01-14 |
Julian Smart | Added OnKeyDown, OnKeyUp. |
tree | commitdiff |
1999-01-14 |
Julian Smart | Corrected stupid error. |
tree | commitdiff |
1999-01-14 |
Robert Roebling | Added wxPrivateDropTarget |
tree | commitdiff |
1999-01-13 |
Vadim Zeitlin | updated i18n sample, french translations are now in... |
tree | commitdiff |
1999-01-13 |
Julian Smart | *** empty log message *** |
tree | commitdiff |
1999-01-13 |
Robert Roebling | Better disabling of toolbars and menubars |
tree | commitdiff |
1999-01-13 |
Julian Smart | wxMSW wxClipboard implementation |
tree | commitdiff |
1999-01-12 |
Vadim Zeitlin | changed "inline"s to "extern" |
tree | commitdiff |
1999-01-12 |
Vadim Zeitlin | WX_CLEAR_ARRAY() now calls Empty() too |
tree | commitdiff |
1999-01-12 |
Robert Roebling | image update |
tree | commitdiff |
1999-01-12 |
Unknown (UG) | no message |
tree | commitdiff |
1999-01-11 |
Julian Smart | Corrected thread.h inline problem. Set WXWIN_COMPATIBIL... |
tree | commitdiff |
1999-01-11 |
Vadim Zeitlin | wxCriticalSection implemented using mutexes for !MSW... |
tree | commitdiff |
1999-01-10 |
Robert Roebling | OpenGl works now under GTK |
tree | commitdiff |
1999-01-10 |
Vadim Zeitlin | assignment operators/copy ctors are private for classes... |
tree | commitdiff |
1999-01-09 |
Julian Smart | More SC++ fixes; HelpGen starting to compile with VC... |
tree | commitdiff |
1999-01-09 |
Karsten Ballüder | wxComboBox included (removed dependency on wxUSE_COMBOB... |
tree | commitdiff |
next |