2002-02-02 |
Gilles Depeyrot | correction for compilation with ProjectBuilder |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Gilles Depeyrot | wxCommand is in cmdproc.h (SourceForge patch #511506) |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Robin Dunn | A little cleanup for this demo |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Robin Dunn | Shouldn't call SetFont(wxNullFont) any more |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Vadim Zeitlin | wxDC::SetClippingRegion() in wxMSW works like in wxGTK... |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Robin Dunn | wxPyEmptyStr --> wxEmptyString |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Robin Dunn | wxPyEmptyStr --> wxEmptyString |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Robin Dunn | Updated contrib from Lorne White |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Robin Dunn | better log messages for this demo |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Václav Slavík | wxDialog::Show has default argument value in wxUniv now |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Václav Slavík | wxRootWindow::AcceptsFocus must be const; added wxRTTI... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | removed GetString(), it doesn't belong here |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Julian Smart | Added missing '!' to HasCapture() in window.cpp |
commit | commitdiff | tree | snapshot |
2002-02-01 |
David Webster | Makefile and mod def updates. Compile bug in Choice... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | made wxCondition::Signal() queue the signals generated... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | some really ancient tips updated, mention make problems... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | various minor fixes to wxHashMap: compilation warnings... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
David Webster | Got rid of the bad EOLs. |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | fixed Show() doc, added Hide() |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | added default value for Show() argument |
commit | commitdiff | tree | snapshot |
2002-02-01 |
David Webster | no message |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Robin Dunn | Fix for bug #511057 |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Robin Dunn | added wx type info macros for wxFSFile |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Robin Dunn | fixed compile bug for when threads are turned off |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | test wxRegion::Offset() |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Applied hash copy fix, BC++ makefile fix (though not... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
David Webster | Lots of fixes for scrolling |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Applied status bar sample patch to toggle status bar |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Applied wxImage -> wxCursor patch, tool window event... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Applied wxPoem, wxSystemSettings, sizing, install doc... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Vadim Zeitlin | don't return HTCLIENT for radiobox - this breaks redraw... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Applied patch to reset pointer |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Regenerated FL docs; applied patch [ #511363 ] Dialogs... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Vadim Zeitlin | added wxObject::AllocExclusive() and associated methods |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Vadim Zeitlin | implemented wxRegion::Offset() for MSW and documented it |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Corrected Normalize invocation by casting |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Removed wxPATH_NORM_CASE from Normalize or files won... |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Mattia Barbon | Add WXDLLEXPORT |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Robin Dunn | SWIG update for wxMac |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Vadim Zeitlin | attempts to make wxCondition::Broadcast() and Signal... |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Robert Roebling | Added wxRegion::Offset(x,y) |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Vadim Zeitlin | ignore the icon option in Netscape mime.type file |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Robert Roebling | Added various calls to wxWindow::Update() to |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Robert Roebling | New Refresh()/Update() behaviour. As expected, scrolling |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Vadim Zeitlin | build ODBC objects in wxBase build as well if --with... |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Robert Roebling | Some changes for new Update/Refresh behaviour. This |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Vadim Zeitlin | added a wxCHECK(index is correct) to GetParam() (fix... |
commit | commitdiff | tree | snapshot |
2002-01-30 |
David Webster | Finish basic dialog support and some scrolling fixes. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Julian Smart | Removed references to helpxlp |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Julian Smart | Pruned some of txrc.tex; removed redundant helpxlp... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Vadim Zeitlin | added wxCondition test |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Vadim Zeitlin | attempts to make wxCondition::Broadcast() work - it... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Ron Lee | fix (dos) line endings. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Ron Lee | fix for mingw which has TBSTYLE_FLAT but not TBSTYLE_TR... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Mattia Barbon | Updated projects/makefiles |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Mattia Barbon | Updated target list in Makefile |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Mattia Barbon | Documentation for wxHashMap, added deprecation to wxHas... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Mattia Barbon | MSVC5 does not like extern "C" around windows.h . |
commit | commitdiff | tree | snapshot |
2002-01-29 |
George Tasker | Fixes some position issues of where to draw heart of... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
George Tasker | Fixes memory leaks that occur when dragging toolbars... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Mattia Barbon | New wxHashMap class. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
George Tasker | Fix for OnSize() redraw problems - Submitted by Hans... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Gilles Depeyrot | added precisions for GetSize and GetClientSize |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Gilles Depeyrot | added SetAxisOrientation documentation and improved... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Julian Smart | Updated vc.rsp file to include console.dsp |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Gilles Depeyrot | correction for compilation with Apple DevTools |
commit | commitdiff | tree | snapshot |
2002-01-29 |
David Webster | Minor fix for owner drawn menu item. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Robin Dunn | make sure some types convert right in XRCed |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Robin Dunn | SWIG updates for wxGTK |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Robin Dunn | Use the new icon for the frame |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Robin Dunn | Updates for recent changes to wx, and some other little... |
commit | commitdiff | tree | snapshot |
2002-01-28 |
David Webster | Popup Menu processing. |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Robin Dunn | Added icons for the demo and for XRCed, and added a... |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Robin Dunn | Added an option to also ouput a function to create... |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Robin Dunn | Fix some compile errors and warnings when using gcc 3 |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Mattia Barbon | Fix MinGW compilation. |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Stefan Csomor | bridged mapfile native path to filesys url paths for mac |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Stefan Csomor | adjusted relative path composition for mac |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Stefan Csomor | corrected path splitting for mac relative paths |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Stefan Csomor | help files added |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Stefan Csomor | for file based help we have mac separators |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Stefan Csomor | added export |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Vadim Zeitlin | changed the year to 2002 |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Robert Roebling | wxDC::Blit(): the source coordinates are logical... |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Vadim Zeitlin | fix for a typo (== instead of =) |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Vadim Zeitlin | removed non existing unzip.h from the filelist.txt... |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Vadim Zeitlin | wxWindows builds with Solaris and FreeBSD native makes |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Vadim Zeitlin | fixes to allow compilation with FreeBSD make |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Robert Roebling | Change idle behvaiour with regard to wxIdleEvent... |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Vadim Zeitlin | warning fixes in GetColor() for the newly added values |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Vadim Zeitlin | more Unicode fixes for help files |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Gilles Depeyrot | axis orientation must not be taken into account for... |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Vadim Zeitlin | Unicode compilation fixes, also moved private constants... |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Vadim Zeitlin | don't call wxLogLastError() in wx{File|Path}Exists |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Julian Smart | Added wxUSE_GUI=0 to EXTRAFLAGS to make it compile... |
commit | commitdiff | tree | snapshot |
2002-01-28 |
David Webster | Various fixes for Textctrl and Popup Menus. |
commit | commitdiff | tree | snapshot |
2002-01-28 |
David Webster | Get the right dialogs into OS/2 |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Vadim Zeitlin | no changes |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Vadim Zeitlin | added another, more convenient, wxRGBToColour() overload |
commit | commitdiff | tree | snapshot |
next |