1999-02-07 |
Vadim Zeitlin | 16x16 icons for the controls sample (32x32 were too... |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Robin Dunn | Follow up for changes in wxWindows to various event... |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Vadim Zeitlin | icons for controls sample |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Vadim Zeitlin | GetData() now takes a pointer and not a reference,... |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Vadim Zeitlin | removed "#ifdef wxGTK" around clipboard code and added... |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Robin Dunn | Changing makefile.nt to makefile.vc as in rest of wxWindows |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Vadim Zeitlin | unneeded line removed |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Vadim Zeitlin | menu title is drawn in bold font and the commands from... |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Vadim Zeitlin | more files to ignore in cvs commands (setup.h, lex_yy... |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Vadim Zeitlin | restored "#include <windows.h>" |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Vadim Zeitlin | fixes for compilation without wxUSE_TOOLTIPS |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Vadim Zeitlin | resizeable dialogs support |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Vadim Zeitlin | wxGTK compatible clipboard implementation (not OLE... |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Vadim Zeitlin | wxTextFile::Eof() bug corrected (always returned FALSE... |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Vadim Zeitlin | description of Write() return value added |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Robin Dunn | Follow up for changes in wxWindows to various event... |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Julian Smart | Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub... |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Julian Smart | Altered font dialog slightly for Motif; added wxUSE_TOO... |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Julian Smart | Removed lots of OnClose functions; doc'ed OnCloseWindow... |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Robert Roebling | libjpeg not used by default (it didn't even link) |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Vadim Zeitlin | WXWIN_COMPATBILITY is now 0 |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Vadim Zeitlin | compilation fixes (errors and warnings) for wxWin 2... |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Vadim Zeitlin | more wxCloseEvent changes: now the behaviour should... |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Julian Smart | Changed GetForce -> !CanVeto |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Robert Roebling | synched Clear() and SetBackgroundColour() |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Vadim Zeitlin | wxWindow::OnClose() removed completely from wxGTK,... |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Vadim Zeitlin | refresh added when the item text or image is changed... |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Robert Roebling | Added menu_highlight behaviour as in wxMSW (statusbar) |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Vadim Zeitlin | 1. more keyboard navigation fixes - seems to work now |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Vadim Zeitlin | removed the file setup.h - copy setup0.h into setup... |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Julian Smart | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Julian Smart | Further changes to make mfctest work. |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Julian Smart | Added /D_AFXDLL to mfc sample makefile. |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Julian Smart | Fixed compilation for when not including <windows.h> |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Julian Smart | Corrected XPM-related cast in resource.cpp; added gener... |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Vadim Zeitlin | wxSplitPath() handles correctly filenames with '.'... |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Robin Dunn | Added wxColour::wxColour(unsigned long) |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Vadim Zeitlin | some compilation "enhancements" |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Unknown (UG) | commented out wxCrtSetDbgFlag for WXUSINGDLL=1 (ie... |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Unknown (UG) | #ifdef wxUSE_LIBJPEG changed to #if wxUSELIBJPEG |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Robert Roebling | postscript Blit() |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Vadim Zeitlin | conversions from int/long to wxString won't compile... |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Vadim Zeitlin | wxGTK compilation fixes |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Vadim Zeitlin | compilation fix due to wxString(int) addition |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Julian Smart | Some warnings removed. |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Václav Slavík | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Václav Slavík | wxJPEGHandler non-default |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Robert Roebling | Faster imagescale code |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Vadim Zeitlin | another compilation fix |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Vadim Zeitlin | _MSC_VER change fixes - now compiles again |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Vadim Zeitlin | Before/After => BeforeFirst/AfterFirst (corrects some... |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Vadim Zeitlin | reset m_sashPosition to 0 after calling OnUnsplit(... |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Vadim Zeitlin | _MSC_VER => __VISUALC__ change |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Vadim Zeitlin | compilation problem fixed |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Robert Roebling | Trying to repair what CVS can do to source code |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Václav Slavík | added JPEG support |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Julian Smart | Cured some Latex problems; fixed i declaration; fixed... |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Harco de Hilster | removed gtk_text references |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Harco de Hilster | A minimal document skeleton. See comments inside for... |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Harco de Hilster | Fixed incredibly stupid mistake made earlier by me... |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Vadim Zeitlin | clicking on the messages about assert failures in VC... |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Vadim Zeitlin | 1. Harm's patch for AppendText() |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Harco de Hilster | included description of wxTextCtrl::AppendText |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Harco de Hilster | added wxTextCtrl::AppendText, used by TextCtrl operator << |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Harco de Hilster | added AppendText method, now used by operator << |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Julian Smart | Removed unnecessary (and buggy) additions. Sorry Guilhem! |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Vadim Zeitlin | allow 8bit chars in the group names in wxFileConfig |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Julian Smart | Consistent naming of e.g. wxUSE_CTRL |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Vadim Zeitlin | compilation warning removed |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Guilhem Lavaux | * Someone destroy a part of my previous work. Redocumen... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Unknown (UG) | updated so that the dll will compile successfully |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Stefan Csomor | latest CW additions |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Robert Roebling | Removed some trash from that came through tha cables |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Stefan Csomor | latest CW additions |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Stefan Csomor | latest CW additions |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Stefan Csomor | latest CW additions |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Stefan Csomor | latest CW additions |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Vadim Zeitlin | file I forgot to commit with other "filedlg.h"s |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Vadim Zeitlin | wxToolTip modifications: wxUSE_TOOLTIPS setting (defaul... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Robert Roebling | wxToolTip |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Robin Dunn | Added the missing EVT_LIST_ITEM_SELECTED and friends. |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Robin Dunn | Added the missing EVT_LIST_ITEM_SELECTED and friends. |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Vadim Zeitlin | this should be the file with the standard setting for... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Vadim Zeitlin | more wxToolTip changes |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Vadim Zeitlin | some kbd handling fixes (some problems still persist) |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Vadim Zeitlin | unused message removed from event table |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Vadim Zeitlin | "selection changed" events are not generated any more... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Vadim Zeitlin | wxControl::MSWNotify() handler calls wxWindow version... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Vadim Zeitlin | bug with Shift-TAB handling corrected |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Vadim Zeitlin | very minor changes |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Vadim Zeitlin | wxToolTip for MSW implementation (it has several proble... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Vadim Zeitlin | memory debugging using VC++ debug CRT works for DLL... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Vadim Zeitlin | wxStaticBitmap, wxStaticBox and wxPanel don't accept... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Vadim Zeitlin | by default the ctrl accepts keyboard input now (why... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Harco de Hilster | internal browser creates temp file in current dir,... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Harco de Hilster | The obligatory Slashdot headlines retriever. Every... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Karsten Ballüder | Added (untested) support for sub-locales. |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Julian Smart | Added a few files; fixed some warnings and wxMotif... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Guilhem Lavaux | * Some more on streams. |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Julian Smart | Various small fixes |
commit | commitdiff | tree | snapshot |
next |