1999-12-08 |
Vadim Zeitlin | compilation fix (long -> wxCoord) |
commit | commitdiff | tree | snapshot |
1999-12-08 |
Vadim Zeitlin | fixing compile problems for people who don't look at... |
commit | commitdiff | tree | snapshot |
1999-12-08 |
Vadim Zeitlin | 1. many DrawRotatedText() corrections (gtk) |
commit | commitdiff | tree | snapshot |
1999-12-08 |
Vadim Zeitlin | patch from Ricky Gonzales <gonzales@pyramid3.net> for... |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Robert Roebling | XIM support things. |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Robin Dunn | bitmap mask tests |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Robert Roebling | Correction to position of rotated text. |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Karsten Ballüder | Fixed XIM compilation, but doesn't work yet. |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Robert Roebling | wxListCtrl sends event directly again. Also fixed... |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Karsten Ballüder | HAVE_GDK_XIM -> HAVE_XIM |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Vadim Zeitlin | wxMimeTypeManager::EnumAll() seems to work, couple... |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Karsten Ballüder | Test for XIM support in gdk added, relevant code for... |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Robert Roebling | Minor optical changes to toolbar and wxHelpFrame. |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Vadim Zeitlin | small cosmetic fix for wxListCtrl |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Robert Roebling | Compile fix. |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Robert Roebling | Added wxUSE_SPINCTRL, |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Robert Roebling | Various things related to wxFileDialog and attributes. |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Robert Roebling | doc view code inteprets wxSTREAM_EOF as correct, |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Vadim Zeitlin | 1. wxFileDialog patch for multiple selection applied... |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Vadim Zeitlin | 1. fixes for DrawRotatedText(), drawing sample extended... |
commit | commitdiff | tree | snapshot |
1999-12-06 |
David Webster | wxDC new virtual function |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Robert Roebling | Added tests for buffered streams. |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Vadim Zeitlin | compile fix |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Vadim Zeitlin | enumerating all MIME types (half finished, doesn't... |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Vadim Zeitlin | DrawRotatedText() for MSW |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Vadim Zeitlin | fixed LaTex error |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Robert Roebling | Patch for stream.cpp for non-flushable stream, |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Vadim Zeitlin | wxSetlocale() doesn't always return NULL |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Vadim Zeitlin | implemented GetCPUCount() and SetConcurrency() for... |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Vadim Zeitlin | wxTreeCtrl has colours and fonts too now |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Vadim Zeitlin | 1. test for thr_setconcurrency() added to configure |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Vadim Zeitlin | wxThread::GetCPUCount() and SetConcurrency() added... |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Julian Smart | Inexplicable removal of wxRadioBox::MSWWindowProc rever... |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Vadim Zeitlin | generic wxListCtrl colour/font setting |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Vadim Zeitlin | Added DrawRotatedText |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Vadim Zeitlin | Rotated text patch from Hans-Joachim Baader (with some... |
commit | commitdiff | tree | snapshot |
1999-12-06 |
David Webster | some os/2 icon-bitmap fixes |
commit | commitdiff | tree | snapshot |
1999-12-05 |
David Webster | bitmap and image updates |
commit | commitdiff | tree | snapshot |
1999-12-05 |
Václav Slavík | added bookmarks support (strange thing : red color... |
commit | commitdiff | tree | snapshot |
1999-12-05 |
Václav Slavík | added bookmarks support |
commit | commitdiff | tree | snapshot |
1999-12-05 |
Václav Slavík | fixed bug in SetFonts (caused segfault in wxHtmlHelpFrame) |
commit | commitdiff | tree | snapshot |
1999-12-05 |
Václav Slavík | fixed incorrect rendering of tables with cellspacing... |
commit | commitdiff | tree | snapshot |
1999-12-05 |
Václav Slavík | [gtk] fixed bug that caused segfaults in wxYield when... |
commit | commitdiff | tree | snapshot |
1999-12-05 |
Julian Smart | wxChoice/wxComboBox background colour change (to get... |
commit | commitdiff | tree | snapshot |
1999-12-05 |
Vadim Zeitlin | wxListCtrl custom drawing seems to work |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Vadim Zeitlin | compilation fixes for the wxListItemAttr |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Vadim Zeitlin | 1. wxGetOsDescription() function added |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Robert Roebling | Change to wxMenuBar::Remove(), |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Vadim Zeitlin | EMX compilation fix |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Vadim Zeitlin | new wxMenu(Bar) dynamic menu(bar) management functions... |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Vadim Zeitlin | wxMenu::Insert() seems to work, bug in wxMenuBase:... |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Vadim Zeitlin | wxMenuBar::Insert() seems to work! |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Robert Roebling | Documented wxStopWatch and wxToolBar::AddControl(). |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Vadim Zeitlin | debug check for infinite loop in InitializeClasses... |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Robert Roebling | Two missing #includes in image code. |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Robert Roebling | String changes for translations, |
commit | commitdiff | tree | snapshot |
1999-12-03 |
David Webster | Bitmap coding |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Vadim Zeitlin | wxDateTime... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Vadim Zeitlin | test for timegm() added |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Robin Dunn | code cleanup |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Robin Dunn | Testing wxListBox.Delete |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Robin Dunn | Split out the changelog |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Stefan Csomor | wxMSW update for CW, wxMac updated |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Stefan Csomor | wxMSW update for CW, wxMac updated |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Vadim Zeitlin | fixes for icon-inherits-from-bitmap mode |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Stefan Csomor | wxMSW update for CW, wxMac updated |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Stefan Csomor | wxMSW update for CW, wxMac updated |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Stefan Csomor | wxMSW update for CW, wxMac updated |
commit | commitdiff | tree | snapshot |
1999-12-03 |
David Webster | bitmap and image updates |
commit | commitdiff | tree | snapshot |
1999-12-02 |
David Webster | Catching up to latest thread changes |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Vadim Zeitlin | more threds fixes, more threads tests - seems to work... |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Vadim Zeitlin | a small compilation fix |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Vadim Zeitlin | a small compilation fix |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Vadim Zeitlin | wxUSE_CONFIG_NATIVE fix |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Vadim Zeitlin | mingw32 compilation fixes |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Vadim Zeitlin | even more wxDateTime work (completely broken for now... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Václav Slavík | cosmetic changes in help browser settings dlg; fixed... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Vadim Zeitlin | 1. more wxDateTime work |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Vadim Zeitlin | sorting test added |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Karsten Ballüder | fixed process termination handling |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Karsten Ballüder | rtf cut&paste works now, html export fixed |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Robert Roebling | Typos in sizer docs. |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Robert Roebling | Disabling PNG, TIFF and JPEG works now. |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Vadim Zeitlin | 1. wxMotif::wxFrame derives from wxFrameBase now |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Robert Roebling | Applied patch for multiple file selection, documented. |
commit | commitdiff | tree | snapshot |
1999-12-01 |
George Tasker | Added wxODBC_FWD_ONLY_CURSORS define |
commit | commitdiff | tree | snapshot |
1999-12-01 |
George Tasker | wxTreeCtrl::IsVisible() fix fix - a (LPARAM) typecast... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Vadim Zeitlin | one day people will stop putting C++ comments in C... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Vadim Zeitlin | wxTreeCtrl::IsVisible() fix |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Vadim Zeitlin | wxDateTime starting to work, more tests for it and... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Robin Dunn | a test file |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Robin Dunn | Various small fixes and tweaks |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Robert Roebling | Made db.h compile (removed this wxODBC_ONLY_FARWRD_XX... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Robin Dunn | Various small fixes and tweaks |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Robert Roebling | Compile fix for GIF decoder, |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Guillermo Rodriguez... | Doesn't reset the stream pos to 0 in CanRead(). |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Guillermo Rodriguez... | Fix to work with images embedded in streams (doesn... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Julian Smart | Now allow SetMenuBar to be called several times. |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Julian Smart | Compile fixes |
commit | commitdiff | tree | snapshot |
1999-11-29 |
Vadim Zeitlin | joinable and detached POSIX threads (not fully tested... |
commit | commitdiff | tree | snapshot |
next |