2003-02-04 |
Mattia Barbon | Do not redeclare a struct (w32api 2.2 will have it).
|
commit | commitdiff | tree |
2003-02-04 |
Mattia Barbon | Applied patch [ 679397 ] remove GPL code from motif...
|
commit | commitdiff | tree |
2003-02-03 |
Mattia Barbon | More changes to be backported.
|
commit | commitdiff | tree |
2003-02-03 |
Mattia Barbon | Make wxr resources work in Unicode mode.
|
commit | commitdiff | tree |
2003-02-03 |
Mattia Barbon | MSVC 5 does not have BIF_EDITBOX.
|
commit | commitdiff | tree |
2003-02-03 |
Mattia Barbon | Do not #include an header where a forward declaration...
|
commit | commitdiff | tree |
2003-02-02 |
Mattia Barbon | Mark for backporting.
|
commit | commitdiff | tree |
2003-02-02 |
Mattia Barbon | Fix client data handling: delete client data for...
|
commit | commitdiff | tree |
2003-02-02 |
Mattia Barbon | Implemented wxEventLoop for wxMotif, and used it...
|
commit | commitdiff | tree |
2003-01-28 |
Mattia Barbon | Regenerate makefiles.
|
commit | commitdiff | tree |
2003-01-27 |
Mattia Barbon | Remove some redefinition warnings.
|
commit | commitdiff | tree |
2003-01-25 |
Mattia Barbon | Compilation fix for changed wxSizer::Remove() signature.
|
commit | commitdiff | tree |
2003-01-23 |
Mattia Barbon | Removed backported changes.
|
commit | commitdiff | tree |
2003-01-23 |
Mattia Barbon | Clearly indicate that DialogEd requires wxr to compile.
|
commit | commitdiff | tree |
2003-01-20 |
Mattia Barbon | Fixed a typo in makefile.vc, updated version numbers...
|
commit | commitdiff | tree |
2003-01-19 |
Mattia Barbon | More changes to be backported.
|
commit | commitdiff | tree |
2003-01-19 |
Mattia Barbon | Patch [669503] Patch to CW7 wxMSW project file
|
commit | commitdiff | tree |
2003-01-19 |
Mattia Barbon | Patch [669508] Define Win32 symbols for CW in platform.h
|
commit | commitdiff | tree |
2003-01-19 |
Mattia Barbon | Patch [665886]: Fix smapi.cpp to support new for...
|
commit | commitdiff | tree |
2003-01-19 |
Mattia Barbon | Derive wxBitmap from wxBitmapBase in wxMotif, with...
|
commit | commitdiff | tree |
2003-01-18 |
Mattia Barbon | Fix some wxMotif build warnings about deprecated...
|
commit | commitdiff | tree |
2003-01-17 |
Mattia Barbon | Under Cygwin, in platform.h default to wxMSW unless...
|
commit | commitdiff | tree |
2003-01-16 |
Mattia Barbon | Remove calls to a couple of deprecated methods, fix...
|
commit | commitdiff | tree |
2003-01-16 |
Mattia Barbon | Implement vertical toolbar under Motif.
|
commit | commitdiff | tree |
2003-01-14 |
Mattia Barbon | #define HAVE_W32API_H for Cygwin/GCC 3.x, too.
|
commit | commitdiff | tree |
2003-01-12 |
Mattia Barbon | Remove unneeded dependencies.
|
commit | commitdiff | tree |
2003-01-12 |
Mattia Barbon | Remove use of deprecated KeyCode accessor.
|
commit | commitdiff | tree |
2003-01-11 |
Mattia Barbon | Changes to be backported.
|
commit | commitdiff | tree |
2003-01-11 |
Mattia Barbon | Do not use deprecated functions.
|
commit | commitdiff | tree |
2003-01-11 |
Mattia Barbon | Fix linking problems with MSVC 5.
|
commit | commitdiff | tree |
2003-01-11 |
Mattia Barbon | Fix PCH problems with some versions of CodeWarrior.
|
commit | commitdiff | tree |
2003-01-11 |
Mattia Barbon | If -1 is used for width/height, use best size.
|
commit | commitdiff | tree |
2003-01-11 |
Mattia Barbon | Use checkbox if togglebutton not available.
|
commit | commitdiff | tree |
2003-01-11 |
Mattia Barbon | Removed unused, unimplemented and undocumented wxBitmapChe...
|
commit | commitdiff | tree |
2003-01-11 |
Mattia Barbon | Documented wxMotif filedialog limitations WRT wildcard...
|
commit | commitdiff | tree |
2003-01-07 |
Mattia Barbon | Left/right arrows were swapped.
|
commit | commitdiff | tree |
2003-01-07 |
Mattia Barbon | Reverted accidental commit.
|
commit | commitdiff | tree |
2003-01-07 |
Mattia Barbon | Escape some _.
|
commit | commitdiff | tree |
2003-01-06 |
Mattia Barbon | Implemented wxToplevelWindowMotif. (forgot to commit)
|
commit | commitdiff | tree |
2003-01-06 |
Mattia Barbon | Implemented wxToplevelWindowMotif.
|
commit | commitdiff | tree |
2003-01-06 |
Mattia Barbon | Aparently someone modified templates/filelist.txt...
|
commit | commitdiff | tree |
2003-01-04 |
Mattia Barbon | Remove #ifdef __WXSTUBS__ from headers.
|
commit | commitdiff | tree |
2002-12-29 |
Mattia Barbon | Allow building in unicode mode with just "make -f...
|
commit | commitdiff | tree |
2002-12-29 |
Mattia Barbon | Small updates:
|
commit | commitdiff | tree |
2002-12-29 |
Mattia Barbon | LessTif 0.93 does not hang in wxWindow::ChangeFont...
|
commit | commitdiff | tree |
2002-12-29 |
Mattia Barbon | Small correction: add WINDOWSLDLIBS when linking...
|
commit | commitdiff | tree |
2002-12-28 |
Mattia Barbon | Allow using tmake from places other than the current...
|
commit | commitdiff | tree |
2002-12-28 |
Mattia Barbon | Allow building Win32 DLL with wxGlCanvas using MinGW...
|
commit | commitdiff | tree |
2002-12-27 |
Mattia Barbon | Updated Svedish translation from Jonas Rydberg.
|
commit | commitdiff | tree |
2002-12-27 |
Mattia Barbon | Fix Cygwin + makefile.g95 + wxUSE_PROLOGIO=0.
|
commit | commitdiff | tree |
2002-12-27 |
Mattia Barbon | Applied patch [ 652491 ] Update makefiles for mingw
|
commit | commitdiff | tree |
2002-12-27 |
Mattia Barbon | Use wxWcslen instead of wcslen.
|
commit | commitdiff | tree |
2002-12-27 |
Mattia Barbon | wxPerl notes for DocView.
|
commit | commitdiff | tree |
2002-12-24 |
Mattia Barbon | Use wxClientDataDictionary for client data.
|
commit | commitdiff | tree |
2002-12-24 |
Mattia Barbon | Use wxXmString instead of XmString.
|
commit | commitdiff | tree |
2002-12-22 |
Mattia Barbon | Unicode compilation fixes.
|
commit | commitdiff | tree |
2002-12-22 |
Mattia Barbon | Unicode compilation fixes.
|
commit | commitdiff | tree |
2002-12-19 |
Mattia Barbon | Fix wxSingleChoiceDialog under wxMotif.
|
commit | commitdiff | tree |
2002-12-16 |
Mattia Barbon | Last samples/Unicode fixes.
|
commit | commitdiff | tree |
2002-12-15 |
Mattia Barbon | Fixed all remaining samples/Unicode compilation errors.
|
commit | commitdiff | tree |
2002-12-15 |
Mattia Barbon | More samples/Unicode fixes.
|
commit | commitdiff | tree |
2002-12-14 |
Mattia Barbon | More samples/Unicode fixes.
|
commit | commitdiff | tree |
2002-12-14 |
Mattia Barbon | Fixed compilation of some more samples in Unicode...
|
commit | commitdiff | tree |
2002-12-14 |
Mattia Barbon | Fixed missing reference to wxTreeCtrlnameStr when...
|
commit | commitdiff | tree |
2002-12-13 |
Mattia Barbon | Add WXDLLEXPORT to friend declaration for GCC 3.2.
|
commit | commitdiff | tree |
2002-12-13 |
Mattia Barbon | Make some of the samples compile in Unicode mode.
|
commit | commitdiff | tree |
2002-12-13 |
Mattia Barbon | Unicode compilation fix.
|
commit | commitdiff | tree |
2002-12-10 |
Mattia Barbon | "cd utils; make" should not try to compile dialoged...
|
commit | commitdiff | tree |
2002-12-10 |
Mattia Barbon | Remove unused g295.t; g95.t works with any GCC from...
|
commit | commitdiff | tree |
2002-12-09 |
Mattia Barbon | The size_type typedef must be public.
|
commit | commitdiff | tree |
2002-12-09 |
Mattia Barbon | Only build HelpGen in wxBase, since it will #error...
|
commit | commitdiff | tree |
2002-12-08 |
Mattia Barbon | Refactored & cleaned up wxChoice & wxComboBox code...
|
commit | commitdiff | tree |
2002-12-08 |
Mattia Barbon | Added wxClientDataDictionary, used (in wxMotif ATM...
|
commit | commitdiff | tree |
2002-12-08 |
Mattia Barbon | Replaced int with size_t where appropriate, added...
|
commit | commitdiff | tree |
2002-09-13 |
Mattia Barbon | Fixed MinGW/configure/Unicode compilation: MinGW/MSVCRT...
|
commit | commitdiff | tree |
2002-09-09 |
Mattia Barbon | Fixed MinGW/ANSI (and probably any other C++ compiler...
|
commit | commitdiff | tree |
2002-09-08 |
Mattia Barbon | Fix wxSnvprintf (and hence wxString::Format) for Unicode...
|
commit | commitdiff | tree |
2002-09-06 |
Mattia Barbon | Fixed bug with SetValue on read-only combobox; don...
|
commit | commitdiff | tree |
2002-09-05 |
Mattia Barbon | XmNframeChildType is not in Lesstif if it was compiled...
|
commit | commitdiff | tree |
2002-09-05 |
Mattia Barbon | Build without 2.2 compatibility
|
commit | commitdiff | tree |
2002-09-05 |
Mattia Barbon | Revert apparently accidental commit
|
commit | commitdiff | tree |
2002-09-04 |
Mattia Barbon | Missing #include
|
commit | commitdiff | tree |
2002-09-03 |
Mattia Barbon | Small clarification in ::wxShowTip docs.
|
commit | commitdiff | tree |
2002-09-03 |
Mattia Barbon | gettext (correctly) uses "1 message" (singular).
|
commit | commitdiff | tree |
2002-08-29 |
Mattia Barbon | Documented wxListCtrl::GetColumnCount
|
commit | commitdiff | tree |
2002-08-28 |
Mattia Barbon | Updated Svedish translation
|
commit | commitdiff | tree |
2002-08-28 |
Mattia Barbon | Added exlicit make clean/cleanall in the sample makefile...
|
commit | commitdiff | tree |
2002-08-28 |
Mattia Barbon | Forgot to run autoconf before committing
|
commit | commitdiff | tree |
2002-08-28 |
Mattia Barbon | Applied Fabian Wenzel's patches to add -mthreads for...
|
commit | commitdiff | tree |
2002-08-27 |
Mattia Barbon | Removed (broken) cross-compilation support from makefiles.
|
commit | commitdiff | tree |
2002-08-27 |
Mattia Barbon | Honour wxSB_WRAP in wxMotif spin button
|
commit | commitdiff | tree |
2002-08-27 |
Mattia Barbon | When there is no display, the default log target will...
|
commit | commitdiff | tree |
2002-08-27 |
Mattia Barbon | Don't get the string when the combobox returned CB_ERR...
|
commit | commitdiff | tree |
2002-08-27 |
Mattia Barbon | wxItemContainer already deletes client data; don't...
|
commit | commitdiff | tree |
2002-08-26 |
Mattia Barbon | Detect if g++ requires -fvtable-thunks for COM interfaces.
|
commit | commitdiff | tree |
2002-08-25 |
Mattia Barbon | Bring italian translation up to date
|
commit | commitdiff | tree |
2002-08-10 |
Mattia Barbon | Check if linking a motif program requires -lXp and...
|
commit | commitdiff | tree |
2002-08-07 |
Mattia Barbon | Fix makefile.g95 for make 3.77
|
commit | commitdiff | tree |
2002-08-06 |
Mattia Barbon | Patch [ 588732 ] makes wxRB_GROUP/radiobuttons working
|
commit | commitdiff | tree |
2002-08-03 |
Mattia Barbon | Mention wxMessageOutput in changes.txt
|
commit | commitdiff | tree |
next |