1999-02-19 |
Robin Dunn | added wxSetInstance() |
tree | commitdiff |
1999-02-19 |
Vadim Zeitlin | some minor fixes for DEC CXX compilation |
tree | commitdiff |
1999-02-18 |
Julian Smart | Fixed wxMotif's wxExecute again, added OnPaint capabili... |
tree | commitdiff |
1999-02-18 |
Julian Smart | Cured last focus bug (I hope); some wxMotif mods |
tree | commitdiff |
1999-02-18 |
Vadim Zeitlin | a file I forgot to check in (sorry Julian) |
tree | commitdiff |
1999-02-18 |
Julian Smart | Added 'tardist' script for creating .tgz archives of... |
tree | commitdiff |
1999-02-18 |
Robert Roebling | Dialog items inherit parent's font now |
tree | commitdiff |
1999-02-17 |
Julian Smart | Added missing const to wxGTK's wxMDIChildFrame::GetTool... |
tree | commitdiff |
1999-02-17 |
Vadim Zeitlin | wxProcess fixes (Detach() added), cleared/corrected... |
tree | commitdiff |
1999-02-17 |
Robert Roebling | Let's face it, GTK's resizing is broken and |
tree | commitdiff |
1999-02-16 |
Julian Smart | Some doc corrections; removed wxDocument arg from wxVie... |
tree | commitdiff |
1999-02-16 |
Robert Roebling | MDI fixes |
tree | commitdiff |
1999-02-16 |
Robert Roebling | Applied Russel's changes to wxToolBarBase |
tree | commitdiff |
1999-02-15 |
Vadim Zeitlin | A couple of identifiers at global level moved to the... |
tree | commitdiff |
1999-02-14 |
Vadim Zeitlin | made wxToolTip::Enable() and SetDelay() static (as... |
tree | commitdiff |
1999-02-12 |
Julian Smart | Small Tex2RTF fixes; wxMotif compile fixes (motif.inc... |
tree | commitdiff |
1999-02-12 |
Julian Smart | Some doc corrections (added blank lines at end of docs... |
tree | commitdiff |
1999-02-11 |
Robert Roebling | Added CTRL-TAB navigation to notebook |
tree | commitdiff |
1999-02-11 |
Stefan Csomor | CW Win32 and Mac adaptions |
tree | commitdiff |
1999-02-11 |
Julian Smart | Solved wxMotif scrolling display problem; added wxImage... |
tree | commitdiff |
1999-02-11 |
Vadim Zeitlin | compilation fixes for gcc 2.7.2.1 under FreeBSD |
tree | commitdiff |
1999-02-10 |
Robert Roebling | distribution things |
tree | commitdiff |
1999-02-10 |
Julian Smart | Cured some small doc typos; some WIN16 fixes; transferr... |
tree | commitdiff |
1999-02-10 |
Guilhem Lavaux | * Doc updates |
tree | commitdiff |
1999-02-10 |
Vadim Zeitlin | wxSplitterWindow::ReplaceWindow() function added and... |
tree | commitdiff |
1999-02-10 |
Julian Smart | Added wxUSE_STREAMS |
tree | commitdiff |
1999-02-09 |
Robin Dunn | fixed somebody's typo in a preprocessor directive ... |
tree | commitdiff |
1999-02-09 |
Julian Smart | Removed some TODOs in the Latex docs; changed wxMotif... |
tree | commitdiff |
1999-02-09 |
Vadim Zeitlin | wxFindFirst/NextFile() now return wxString and not... |
tree | commitdiff |
1999-02-09 |
Vadim Zeitlin | wxArrayString::Sort() implemented |
tree | commitdiff |
1999-02-09 |
Julian Smart | Added more makefiles; fixed some samples for Cygwin |
tree | commitdiff |
1999-02-09 |
Stefan Csomor | cw pro adaption (illegal default argument error was... |
tree | commitdiff |
1999-02-09 |
Robert Roebling | custom icons for DnD |
tree | commitdiff |
1999-02-08 |
Julian Smart | Tried to fix wxPanel bug (windows now set the panel... |
tree | commitdiff |
1999-02-07 |
Vadim Zeitlin | replaced "#include <wx/process.h>" by "class wxProcess... |
tree | commitdiff |
1999-02-07 |
Vadim Zeitlin | wxProcess() fixes: will really call parent's event... |
tree | commitdiff |
1999-02-07 |
Julian Smart | Added wxGenericValidator & doc |
tree | commitdiff |
1999-02-07 |
Vadim Zeitlin | GetData() now takes a pointer and not a reference,... |
tree | commitdiff |
1999-02-06 |
Vadim Zeitlin | more files to ignore in cvs commands (setup.h, lex_yy... |
tree | commitdiff |
1999-02-06 |
Vadim Zeitlin | restored "#include <windows.h>" |
tree | commitdiff |
1999-02-06 |
Vadim Zeitlin | fixes for compilation without wxUSE_TOOLTIPS |
tree | commitdiff |
1999-02-06 |
Vadim Zeitlin | resizeable dialogs support |
tree | commitdiff |
1999-02-06 |
Vadim Zeitlin | wxGTK compatible clipboard implementation (not OLE... |
tree | commitdiff |
1999-02-06 |
Vadim Zeitlin | wxTextFile::Eof() bug corrected (always returned FALSE... |
tree | commitdiff |
1999-02-06 |
Julian Smart | Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub... |
tree | commitdiff |
1999-02-06 |
Julian Smart | Altered font dialog slightly for Motif; added wxUSE_TOO... |
tree | commitdiff |
1999-02-05 |
Julian Smart | Removed lots of OnClose functions; doc'ed OnCloseWindow... |
tree | commitdiff |
1999-02-05 |
Vadim Zeitlin | more wxCloseEvent changes: now the behaviour should... |
tree | commitdiff |
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 |
next |