2003-08-03 |
Mattia Barbon | Use Unix display for Motif.
|
commit | commitdiff | tree |
2003-08-03 |
Mattia Barbon | Fix "Statement with no effect" warning.
|
commit | commitdiff | tree |
2003-08-03 |
Mattia Barbon | Compilation fix.
|
commit | commitdiff | tree |
2003-08-03 |
Mattia Barbon | Fix some wrong code: add parentheses to correct precedence,
|
commit | commitdiff | tree |
2003-08-03 |
Mattia Barbon | Improve wxHashMap documentation.
|
commit | commitdiff | tree |
2003-07-27 |
Mattia Barbon | STL compilation fix.
|
commit | commitdiff | tree |
2003-07-26 |
Mattia Barbon | Blind compilation fix for old Motif wxComboBox.
|
commit | commitdiff | tree |
2003-07-25 |
Mattia Barbon | STL compilation fixes.
|
commit | commitdiff | tree |
2003-07-24 |
Mattia Barbon | Compilation fix.
|
commit | commitdiff | tree |
2003-07-24 |
Mattia Barbon | Create a new wxStringBase class, providing a STL...
|
commit | commitdiff | tree |
2003-07-24 |
Mattia Barbon | Removed workaround for a (now fixed) wxMotif problem.
|
commit | commitdiff | tree |
2003-07-24 |
Mattia Barbon | Fixed wrong wxList<T>::compatibility_iterator::GetPrevious.
|
commit | commitdiff | tree |
2003-07-24 |
Mattia Barbon | Removed (wrong) wxHashTable::compatibility_iterator...
|
commit | commitdiff | tree |
2003-07-23 |
Mattia Barbon | Remove single-argument constructor of wxHashMap:...
|
commit | commitdiff | tree |
2003-07-23 |
Mattia Barbon | Fixed memory leaks when wxUSE_STL=1.
|
commit | commitdiff | tree |
2003-07-23 |
Mattia Barbon | various compilation/warning fixes.
|
commit | commitdiff | tree |
2003-07-21 |
Mattia Barbon | wxX11 and wxMotif STL-ification, part 1. it does...
|
commit | commitdiff | tree |
2003-07-21 |
Mattia Barbon | Compilation fixes for wxUSE_STL=1 and for
|
commit | commitdiff | tree |
2003-07-21 |
Mattia Barbon | Compilaton fixes.
|
commit | commitdiff | tree |
2003-07-21 |
Mattia Barbon | Use wxStringBuffer[Length] instead of explicit calls to
|
commit | commitdiff | tree |
2003-07-20 |
Mattia Barbon | Always initialize variable.
|
commit | commitdiff | tree |
2003-07-20 |
Mattia Barbon | Compilation fix for !WXWIN_COMPATIBILITY_2_4.
|
commit | commitdiff | tree |
2003-07-20 |
Mattia Barbon | wxUSE_STL=1 compilation fix.
|
commit | commitdiff | tree |
2003-07-20 |
Mattia Barbon | Bakefile fix.
|
commit | commitdiff | tree |
2003-07-20 |
Mattia Barbon | Compilation fixes for !WXWIN_COMPATIBILITY_2_4.
|
commit | commitdiff | tree |
2003-07-19 |
Mattia Barbon | wxUSE_STL=1 compilation fixes.
|
commit | commitdiff | tree |
2003-07-19 |
Mattia Barbon | Fix use of deprecated wxList/Node methods.
|
commit | commitdiff | tree |
2003-07-19 |
Mattia Barbon | Don't #include Motif headers from src/x11/glcanvas...
|
commit | commitdiff | tree |
2003-07-19 |
Mattia Barbon | Remove commented-out code.
|
commit | commitdiff | tree |
2003-07-19 |
Mattia Barbon | Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1...
|
commit | commitdiff | tree |
2003-07-19 |
Mattia Barbon | Some bakefile fixes.
|
commit | commitdiff | tree |
2003-07-19 |
Mattia Barbon | Fix some compilation and linking errors in samples.
|
commit | commitdiff | tree |
2003-07-19 |
Mattia Barbon | Added bakefiles for cube OpenGL sample.
|
commit | commitdiff | tree |
2003-07-18 |
Mattia Barbon | Fix wxStringBuffer for wxUSE_STL=1.
|
commit | commitdiff | tree |
2003-07-18 |
Mattia Barbon | Added wxStringBufferLength: works like wxStringBuffer...
|
commit | commitdiff | tree |
2003-07-18 |
Mattia Barbon | Compilation fixes for wxUSE_STL=1.
|
commit | commitdiff | tree |
2003-07-18 |
Mattia Barbon | MSVC 5 compilation fixes.
|
commit | commitdiff | tree |
2003-07-18 |
Mattia Barbon | GCC warning fix.
|
commit | commitdiff | tree |
2003-07-18 |
Mattia Barbon | Fix for crash when wxUSE_STL=1. wxDocument::DeleteAllViews...
|
commit | commitdiff | tree |
2003-07-18 |
Mattia Barbon | Replace SendIdleEvents with ProcessIdle.
|
commit | commitdiff | tree |
2003-07-18 |
Mattia Barbon | Fix unintialized pointer in wxCommandProcessor when
|
commit | commitdiff | tree |
2003-07-17 |
Mattia Barbon | Remove incorrect and unnecessary wxEntryCleanup declaration.
|
commit | commitdiff | tree |
2003-07-17 |
Mattia Barbon | Use correct types for comparison functions in wxArray,
|
commit | commitdiff | tree |
2003-07-14 |
Mattia Barbon | Use wxApp::ProcessIdle() instead of wxApp::SendIdleEvents().
|
commit | commitdiff | tree |
2003-07-13 |
Mattia Barbon | Move #inclusion of wx/msw/winundef.h for MinGW to...
|
commit | commitdiff | tree |
2003-07-12 |
Mattia Barbon | Warning fixes for wxUSE_STL=1.
|
commit | commitdiff | tree |
2003-07-12 |
Mattia Barbon | Readd wxStringList::Add when wxUSE_STL=1, for compatibilit...
|
commit | commitdiff | tree |
2003-07-12 |
Mattia Barbon | Added and documented wxColourDatabase::AddColour.
|
commit | commitdiff | tree |
2003-07-12 |
Mattia Barbon | Fix some leaks cause by removing list.DeleteContents...
|
commit | commitdiff | tree |
2003-07-12 |
Mattia Barbon | Remove duplicate colour entries.
|
commit | commitdiff | tree |
2003-07-12 |
Mattia Barbon | Multilib linking fixes.
|
commit | commitdiff | tree |
2003-07-10 |
Mattia Barbon | wxUSE_STL compilation fixes.
|
commit | commitdiff | tree |
2003-07-10 |
Mattia Barbon | Compilation fix for wxUSE_STL.
|
commit | commitdiff | tree |
2003-07-10 |
Mattia Barbon | Use correct export directive for multilib.
|
commit | commitdiff | tree |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK.
|
commit | commitdiff | tree |
2003-07-10 |
Mattia Barbon | wxSortedArray::Add must return the index of the newly
|
commit | commitdiff | tree |
2003-07-10 |
Mattia Barbon | Missing CHARSET_HANGUL fix.
|
commit | commitdiff | tree |
2003-07-10 |
Mattia Barbon | Compilation fix.
|
commit | commitdiff | tree |
2003-07-08 |
Mattia Barbon | More MSVC fixes .
|
commit | commitdiff | tree |
2003-07-08 |
Mattia Barbon | More MSVC fixes .
|
commit | commitdiff | tree |
2003-07-08 |
Mattia Barbon | Blind fix for MSVC.
|
commit | commitdiff | tree |
2003-07-08 |
Mattia Barbon | Morec ompilation fixes.
|
commit | commitdiff | tree |
2003-07-08 |
Mattia Barbon | Compilation fix.
|
commit | commitdiff | tree |
2003-07-08 |
Mattia Barbon | Compilation fix.
|
commit | commitdiff | tree |
2003-07-08 |
Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h
|
commit | commitdiff | tree |
2003-07-04 |
Mattia Barbon | Blind bakefile fixes.
|
commit | commitdiff | tree |
2003-07-04 |
Mattia Barbon | Applied first part of Roger Gammans' wxHashMap patch...
|
commit | commitdiff | tree |
2003-07-04 |
Mattia Barbon | wxArrayString::Sort(bool) not deprecated (yet).
|
commit | commitdiff | tree |
2003-07-03 |
Mattia Barbon | Updated wxArrayString documentation.
|
commit | commitdiff | tree |
2003-07-03 |
Mattia Barbon | Moved some methods/classes inside COMPATIBILITY_2_4.
|
commit | commitdiff | tree |
2003-07-03 |
Mattia Barbon | GCC 2.95.3 compilation fix.
|
commit | commitdiff | tree |
2003-07-03 |
Mattia Barbon | Blind bakefile fixes.
|
commit | commitdiff | tree |
2003-07-02 |
Mattia Barbon | Borland (5.5) compilation fix.
|
commit | commitdiff | tree |
2003-07-02 |
Mattia Barbon | Check for null pointer.
|
commit | commitdiff | tree |
2003-07-02 |
Mattia Barbon | Remove now unneeded header.
|
commit | commitdiff | tree |
2003-07-02 |
Mattia Barbon | More COMPATIBILITY_2_4 fixes.
|
commit | commitdiff | tree |
2003-07-02 |
Mattia Barbon | Blind bakefile fix.
|
commit | commitdiff | tree |
2003-07-02 |
Mattia Barbon | Quick and dirty fix for building with COMPATIBILITY_2_4...
|
commit | commitdiff | tree |
2003-07-01 |
Mattia Barbon | MinGW compilation fixes.
|
commit | commitdiff | tree |
2003-06-28 |
Mattia Barbon | Stop GCC from complaining about unhandled enumeration...
|
commit | commitdiff | tree |
2003-06-23 |
Mattia Barbon | Compilation fix.
|
commit | commitdiff | tree |
2003-06-21 |
Mattia Barbon | Add a missing structure definition, move all rich...
|
commit | commitdiff | tree |
2003-06-21 |
Mattia Barbon | Typo fix.
|
commit | commitdiff | tree |
2003-06-20 |
Mattia Barbon | Applied patch from William Gallafent to copy manifest...
|
commit | commitdiff | tree |
2003-06-15 |
Mattia Barbon | Blind fix for startup crash with Lesstif.
|
commit | commitdiff | tree |
2003-06-08 |
Mattia Barbon | wxMessageDialog and ::wxMessageBox don't support...
|
commit | commitdiff | tree |
2003-06-05 |
Mattia Barbon | Add missing header for wxMotif.
|
commit | commitdiff | tree |
2003-05-27 |
Mattia Barbon | Derive wxScrollBar from wxScrollBarBase, plus miscellaneous
|
commit | commitdiff | tree |
2003-05-27 |
Mattia Barbon | Allow initialising wxStaticBitamp with wxNullBitmap...
|
commit | commitdiff | tree |
2003-05-27 |
Mattia Barbon | Removed some duplicated code, made wxCursor( wxImage )
|
commit | commitdiff | tree |
2003-05-27 |
Mattia Barbon | Don't leave the wxStaticBox hanging around after...
|
commit | commitdiff | tree |
2003-05-24 |
Mattia Barbon | Removed obsoleted files from vc.t.
|
commit | commitdiff | tree |
2003-05-24 |
Mattia Barbon | Compilation/warning fixes.
|
commit | commitdiff | tree |
2003-05-24 |
Mattia Barbon | Added --enable-accessibility switch to configure
|
commit | commitdiff | tree |
2003-05-24 |
Mattia Barbon | wxMotif now uses src/x11/region.cpp, change makefiles...
|
commit | commitdiff | tree |
2003-05-24 |
Mattia Barbon | Used wxRegion code from wxX11.
|
commit | commitdiff | tree |
2003-05-22 |
Mattia Barbon | MinGW compilation fix.
|
commit | commitdiff | tree |
2003-05-22 |
Mattia Barbon | Correct wxCommandEvent.IsChecked() when generated...
|
commit | commitdiff | tree |
2003-05-22 |
Mattia Barbon | Remove duplicate wxEmptyString declaration.
|
commit | commitdiff | tree |
2003-05-21 |
Mattia Barbon | Stop the ApplicationShell from being managed (and...
|
commit | commitdiff | tree |
next |