2000-01-05 |
Vadim Zeitlin | -fpermissive is now returned by wx-config -cflags if... |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | more bug fixes: options with values and compound option... |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | ParseDate() understands tomorrow and yesterday as well... |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | more stream-like insertion operators |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | more fixes to compilation warnings from HP-UX build... |
tree | commitdiff |
2000-01-05 |
Julian Smart | Added contributed speedup of ConvertToBitmap under... |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | bug with incorrect & test fixed |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | unreachable code warning fixed |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | wxRegion should work with wxCoord, not long |
tree | commitdiff |
2000-01-05 |
Robert Roebling | Corrceted background problem with themes. |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | include "module.h" |
tree | commitdiff |
2000-01-05 |
Robin Dunn | Fixed a bug so the toggle flag is set correctly |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | small bug fix for composite options |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | 1. compilation fixes for TB_REPLACEBITMAP and FONTENUMPROC |
tree | commitdiff |
2000-01-04 |
Robert Roebling | Removed crashes when not using themes. |
tree | commitdiff |
2000-01-04 |
Robert Roebling | EXTRA_LIBS vs. EXTRALIBS change. |
tree | commitdiff |
2000-01-04 |
David Webster | Added Calctrl.cpp to sources list |
tree | commitdiff |
2000-01-04 |
Robert Roebling | Compilation fix, |
tree | commitdiff |
2000-01-04 |
David Webster | Updated OS/2 sources with fixes to wxControl and wxSpinCtrl |
tree | commitdiff |
2000-01-04 |
Vadim Zeitlin | wxMSW compilation fixes for old mingw32 |
tree | commitdiff |
2000-01-04 |
Guillermo Rodrigue... | Corrected problem related to wxSIZE_ALLOW_MINUS_ONE |
tree | commitdiff |
2000-01-04 |
Robert Roebling | Update bug in wxListCtrl, |
tree | commitdiff |
2000-01-04 |
David Webster | needed a check for wxUSE_VALIDATORS in the wxListCtrl... |
tree | commitdiff |
2000-01-04 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-01-04 |
Vadim Zeitlin | wxSIZE_ALLOW_MINUS_ONE handling corrected |
tree | commitdiff |
2000-01-04 |
Robert Roebling | Correct deafult GUI font is now found when querying |
tree | commitdiff |
2000-01-04 |
David Webster | Added Calctrl.obj to generic build list |
tree | commitdiff |
2000-01-04 |
Robert Roebling | New colour, font, theme and size code.. |
tree | commitdiff |
2000-01-03 |
Vadim Zeitlin | 1. wxTreeCtrl::SetBackgroundColour() works (with new... |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | BC++ 5.x also supports _beginthreadex and _endthreadex |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Cast both operands of ?: to (wxControl*) so BC++ compil... |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Unicode compilation fix |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Unicode compilation fixes for BC++ 5 |
tree | commitdiff |
2000-01-03 |
David Webster | Need LINKAGEMODE for Visualage C++ compiles on the... |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | BC++ 5 does not have Unicode version of GetProcAddress. |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Another Unicode compilation fix |
tree | commitdiff |
2000-01-03 |
Robert Roebling | Distrib things. |
tree | commitdiff |
2000-01-03 |
David Webster | Updated config files for VisualAge C++ V4.0 to include... |
tree | commitdiff |
2000-01-03 |
David Webster | Fixes to get library to compile |
tree | commitdiff |
2000-01-03 |
David Webster | Two new font implementations for OS/2 |
tree | commitdiff |
2000-01-03 |
David Webster | small updates for OS/2 |
tree | commitdiff |
2000-01-03 |
Vadim Zeitlin | 1. corrections for compilation of the wxBase apps with... |
tree | commitdiff |
2000-01-03 |
Robert Roebling | Distrib things, |
tree | commitdiff |
2000-01-03 |
Václav Slavík | now grabs encoding info not from but from '' (empty... |
tree | commitdiff |
2000-01-03 |
Václav Slavík | Borland #include hack |
tree | commitdiff |
2000-01-03 |
Robert Roebling | Corrected some things in, and some thing revealed by |
tree | commitdiff |
2000-01-03 |
Robert Roebling | Corrected spin control, which ignored hand typed... |
tree | commitdiff |
2000-01-03 |
Vadim Zeitlin | O_BINARY added to wxFile::Create |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Unicode fixes |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Split "?:" into "if" statement for assignment of conver... |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Unicode compilation fixes |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Unicode compilation fixes |
tree | commitdiff |
2000-01-02 |
Václav Slavík | refreshed makefiles to be in sync with filelist.txt |
tree | commitdiff |
2000-01-02 |
Vadim Zeitlin | 1. wxDateTimeHolidayAuthority class for calculating... |
tree | commitdiff |
2000-01-02 |
Václav Slavík | wxLocale now uses wxEncodingConverter (must be explicit... |
tree | commitdiff |
2000-01-02 |
Václav Slavík | wxFontMapper now cooperates with wxEncodingConverter |
tree | commitdiff |
2000-01-02 |
Václav Slavík | added wxEncodingConverter::Convert(char*,wxChar*) and... |
tree | commitdiff |
2000-01-02 |
Robert Roebling | wxSpinCtrl no longer emits event when changed program... |
tree | commitdiff |
2000-01-01 |
Robert Roebling | Some Resize/GetBestSize() changes. |
tree | commitdiff |
2000-01-01 |
Václav Slavík | wxFileSystem now compiles if wxUSE_HTML (required by... |
tree | commitdiff |
2000-01-01 |
Julian Smart | Updated wxvc_dll.dsp and memory.h to make VC++ compile... |
tree | commitdiff |
2000-01-01 |
Václav Slavík | fixed #pragma implementation/interface numdlgg.h to... |
tree | commitdiff |
1999-12-31 |
Václav Slavík | added wxEncodingConverter; added imagpnm.cpp and imagpc... |
tree | commitdiff |
1999-12-31 |
Václav Slavík | added wxEncodingConverter |
tree | commitdiff |
1999-12-30 |
Vadim Zeitlin | added support for several new events in wxCalendarCtrl... |
tree | commitdiff |
1999-12-30 |
Vadim Zeitlin | 1. many, many, many warnings fixed (from HP-UX build... |
tree | commitdiff |
1999-12-30 |
Robert Roebling | Removed two more GUI lock-ups. This time when |
tree | commitdiff |
1999-12-30 |
Vadim Zeitlin | added wxCAL_MONDAY/SUNDAY_FIRST flags and Ctrl-Home... |
tree | commitdiff |
1999-12-29 |
Vadim Zeitlin | wxCalendarCtrl works under MSW too |
tree | commitdiff |
1999-12-29 |
Robert Roebling | Corrected miniframe. |
tree | commitdiff |
1999-12-29 |
Robin Dunn | Fixed wxWindowCreateEvent and wxWindowDestroyEvent... |
tree | commitdiff |
1999-12-29 |
Robert Roebling | IsExposed() corrections in calendar. |
tree | commitdiff |
1999-12-29 |
Vadim Zeitlin | wxMotif::wxControl() ctor added, now wxCalendarCtrl... |
tree | commitdiff |
1999-12-29 |
Vadim Zeitlin | 1. wxCalendarCtrl |
tree | commitdiff |
1999-12-29 |
Robert Roebling | GUI thread update and event corrections. |
tree | commitdiff |
1999-12-29 |
Julian Smart | Tidied some doc references; added Stefan's Blit optimis... |
tree | commitdiff |
1999-12-29 |
Robert Roebling | Added wxWindow::DoMoveWindow(..) |
tree | commitdiff |
1999-12-29 |
Vadim Zeitlin | 1. some minor compilation fixes in datetime.cppm |
tree | commitdiff |
1999-12-29 |
Robert Roebling | Small doc updates, mainly wxDropTarget, |
tree | commitdiff |
1999-12-28 |
Vadim Zeitlin | BC++ compialtion fix (?) |
tree | commitdiff |
1999-12-28 |
Julian Smart | Watford C++ related changes. Unfortunately, the linker... |
tree | commitdiff |
1999-12-28 |
Julian Smart | Some BC++ issues |
tree | commitdiff |
1999-12-28 |
Julian Smart | Removed references to separate prop and porting docs... |
tree | commitdiff |
1999-12-28 |
Julian Smart | Added VC++ project files for TIFF library. |
tree | commitdiff |
1999-12-28 |
Robert Roebling | Calling a Refresh() before the window is created... |
tree | commitdiff |
1999-12-28 |
Julian Smart | Added Bil Simser to wxBook page; fixed bug in notebook... |
tree | commitdiff |
1999-12-28 |
Guillermo Rodrigue... | Added GetSubBitmap() |
tree | commitdiff |
1999-12-27 |
Robert Roebling | Added mono bitmap to image conversion. |
tree | commitdiff |
1999-12-27 |
Vadim Zeitlin | 1. wxLongLongWx::Assign(double) added (half implemented) |
tree | commitdiff |
1999-12-27 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
1999-12-26 |
Vadim Zeitlin | more unused param warnings fixed |
tree | commitdiff |
1999-12-26 |
Vadim Zeitlin | 1. misc compilation (errors, warnings) fixes (from... |
tree | commitdiff |
1999-12-25 |
Vadim Zeitlin | C++ comments in C files are fun but break the compilati... |
tree | commitdiff |
1999-12-25 |
Václav Slavík | font size fix for <PRE> |
tree | commitdiff |
1999-12-25 |
Robert Roebling | Wrote wxMask(bitmap,colour). |
tree | commitdiff |
1999-12-24 |
Václav Slavík | fixed bug in wxString::DoCopy - it called Sort on alrea... |
tree | commitdiff |
1999-12-24 |
Václav Slavík | removed wxHtmlParser::GetTempData (internal function... |
tree | commitdiff |
1999-12-24 |
Václav Slavík | added <font face> support |
tree | commitdiff |
1999-12-24 |
Vadim Zeitlin | implemented wxLongLong division - seems to work |
tree | commitdiff |
1999-12-24 |
Julian Smart | Small changes |
tree | commitdiff |
next |