1999-12-17 |
Vadim Zeitlin | added wxToolBar::SetToolClientData |
tree | commitdiff |
1999-12-17 |
David Webster | cleaning up image mess for os/2 |
tree | commitdiff |
1999-12-17 |
Guillermo Rodrigue... | Everything rewritten from scratch |
tree | commitdiff |
1999-12-17 |
Vadim Zeitlin | 1. compilation fix for wxDir |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | Win16 compilation fixes |
tree | commitdiff |
1999-12-16 |
Guillermo Rodrigue... | PCX images can now be embedded in streams |
tree | commitdiff |
1999-12-16 |
Robert Roebling | Added wxSizer::Insert() |
tree | commitdiff |
1999-12-16 |
Guillermo Rodrigue... | Accomodate changes in CountColours |
tree | commitdiff |
1999-12-16 |
Guillermo Rodrigue... | Changed stopat to stopafter in CountColours |
tree | commitdiff |
1999-12-15 |
Václav Slavík | JPEG handler does not read entire file into memory... |
tree | commitdiff |
1999-12-15 |
Václav Slavík | image handlers moved to separate headers (imagbmp.h... |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | merging in the toolbar changes |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | using WX_TIMEZONE set by configure instead of timezone |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | more WXUNUSED() here and there |
tree | commitdiff |
1999-12-15 |
Guillermo Rodrigue... | Small bugfix |
tree | commitdiff |
1999-12-15 |
Guillermo Rodrigue... | Added CountColours() |
tree | commitdiff |
1999-12-15 |
Guillermo Rodrigue... | Now saves in eiher 8bit or 24bit |
tree | commitdiff |
1999-12-15 |
Guillermo Rodrigue... | Added ComputeHistogram |
tree | commitdiff |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
tree | commitdiff |
1999-12-14 |
Sylvain Bougnoux | ~wxBufferedStream puts back unread bytes |
tree | commitdiff |
1999-12-13 |
David Webster | Needed a __WXPM__ in new OS ifdefs at top |
tree | commitdiff |
1999-12-13 |
Sylvain Bougnoux | Was missing png_read_end |
tree | commitdiff |
1999-12-13 |
Václav Slavík | added #if wxUSE_NOTEBOOK around wxNotebookSizer |
tree | commitdiff |
1999-12-13 |
Václav Slavík | added #if wxUSE_CLIPBOARD |
tree | commitdiff |
1999-12-13 |
Robert Roebling | wxTextStream now interprets 1,1 as 1.1 (European... |
tree | commitdiff |
1999-12-13 |
Vadim Zeitlin | attempted Unicode fixes for BC++ |
tree | commitdiff |
1999-12-13 |
Guillermo Rodrigue... | PCX handler now saves files too (always as 24 bit image... |
tree | commitdiff |
1999-12-13 |
Guillermo Rodrigue... | Added wxOutputStream::PutC() |
tree | commitdiff |
1999-12-11 |
Robert Roebling | Added wxNotebookSizer |
tree | commitdiff |
1999-12-11 |
Vadim Zeitlin | 1. wxDir works for MSW and documented |
tree | commitdiff |
1999-12-10 |
Vadim Zeitlin | and now timezones work even better ;-) |
tree | commitdiff |
1999-12-10 |
Vadim Zeitlin | more timezone stuff - it's a miracle, but it seems... |
tree | commitdiff |
1999-12-10 |
Guillermo Rodrigue... | source clean-up |
tree | commitdiff |
1999-12-10 |
Vadim Zeitlin | use KDEDIR in wxKDEIconHandler |
tree | commitdiff |
1999-12-10 |
Vadim Zeitlin | wxString::substr() bug fixed |
tree | commitdiff |
1999-12-10 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-12-09 |
Robert Roebling | Compile fix. Where exactly is "wxString GetHomeDir()"? |
tree | commitdiff |
1999-12-09 |
Vadim Zeitlin | a more easy to use version of wxGetHomeDir() added |
tree | commitdiff |
1999-12-09 |
Guillermo Rodrigue... | Fixed small bug related to m_lastcount in wxInputStream... |
tree | commitdiff |
1999-12-08 |
Vadim Zeitlin | GNOME/KDE integration for wxMimeTypeManager |
tree | commitdiff |
1999-12-08 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-12-08 |
Guillermo Rodrigue... | Optimized for performance. |
tree | commitdiff |
1999-12-08 |
Guillermo Rodrigue... | Fixed wxInputStream::Ungetch behaviour so that if you |
tree | commitdiff |
1999-12-07 |
Vadim Zeitlin | wxMimeTypeManager::EnumAll() seems to work, couple... |
tree | commitdiff |
1999-12-07 |
Robert Roebling | doc view code inteprets wxSTREAM_EOF as correct, |
tree | commitdiff |
1999-12-07 |
Vadim Zeitlin | 1. wxFileDialog patch for multiple selection applied... |
tree | commitdiff |
1999-12-07 |
Vadim Zeitlin | 1. fixes for DrawRotatedText(), drawing sample extended... |
tree | commitdiff |
1999-12-06 |
Robert Roebling | Added tests for buffered streams. |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | compile fix |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | enumerating all MIME types (half finished, doesn't... |
tree | commitdiff |
1999-12-06 |
Robert Roebling | Patch for stream.cpp for non-flushable stream, |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | wxSetlocale() doesn't always return NULL |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | wxThread::GetCPUCount() and SetConcurrency() added... |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | Rotated text patch from Hans-Joachim Baader (with some... |
tree | commitdiff |
1999-12-04 |
Vadim Zeitlin | wxMenu::Insert() seems to work, bug in wxMenuBase:... |
tree | commitdiff |
1999-12-04 |
Vadim Zeitlin | debug check for infinite loop in InitializeClasses... |
tree | commitdiff |
1999-12-04 |
Robert Roebling | Two missing #includes in image code. |
tree | commitdiff |
1999-12-04 |
Robert Roebling | String changes for translations, |
tree | commitdiff |
1999-12-03 |
Vadim Zeitlin | wxDateTime... |
tree | commitdiff |
1999-12-02 |
Vadim Zeitlin | a small compilation fix |
tree | commitdiff |
1999-12-02 |
Vadim Zeitlin | a small compilation fix |
tree | commitdiff |
1999-12-02 |
Vadim Zeitlin | wxUSE_CONFIG_NATIVE fix |
tree | commitdiff |
1999-12-02 |
Vadim Zeitlin | even more wxDateTime work (completely broken for now... |
tree | commitdiff |
1999-12-01 |
Vadim Zeitlin | 1. more wxDateTime work |
tree | commitdiff |
1999-12-01 |
Vadim Zeitlin | 1. wxMotif::wxFrame derives from wxFrameBase now |
tree | commitdiff |
1999-11-30 |
Vadim Zeitlin | wxDateTime starting to work, more tests for it and... |
tree | commitdiff |
1999-11-30 |
Robert Roebling | Compile fix for GIF decoder, |
tree | commitdiff |
1999-11-30 |
Guillermo Rodrigue... | Doesn't reset the stream pos to 0 in CanRead(). |
tree | commitdiff |
1999-11-30 |
Guillermo Rodrigue... | Fix to work with images embedded in streams (doesn... |
tree | commitdiff |
1999-11-29 |
George Tasker | Added support for creating forward or backward scrollin... |
tree | commitdiff |
1999-11-29 |
Robert Roebling | More TIFF things, |
tree | commitdiff |
1999-11-28 |
Vadim Zeitlin | 1. msec resolution for timer functions under Win32 |
tree | commitdiff |
1999-11-28 |
Robert Roebling | More fool-proof lock in thread events code. |
tree | commitdiff |
1999-11-28 |
Václav Slavík | fixed minor bug in wxFileSystem's converting \ to / |
tree | commitdiff |
1999-11-28 |
Robert Roebling | TIFF code 2. |
tree | commitdiff |
1999-11-28 |
Robert Roebling | New event locking. |
tree | commitdiff |
1999-11-27 |
Vadim Zeitlin | my old draft of wxDateTime |
tree | commitdiff |
1999-11-27 |
Vadim Zeitlin | 1. wxThread changes (detached/joinable) for MSW and... |
tree | commitdiff |
1999-11-26 |
Vadim Zeitlin | 1. wxBase compiles/links again |
tree | commitdiff |
1999-11-25 |
George Tasker | Added "const" to the (char *) type params that should... |
tree | commitdiff |
1999-11-24 |
George Tasker | Replaced all the strxxx() function calls with wxStrxxx... |
tree | commitdiff |
1999-11-24 |
George Tasker | Replaced all the strxxx() function calls with wxStrxxx... |
tree | commitdiff |
1999-11-24 |
Robert Roebling | Partial fix for big_endian image conversion probs. |
tree | commitdiff |
1999-11-24 |
Vadim Zeitlin | 1. wxIcon/wxCursor change, wxGDIImage class added |
tree | commitdiff |
1999-11-23 |
Karsten Ballüder | Fixed linkage problem. |
tree | commitdiff |
1999-11-23 |
David Webster | CriticalSection update for OS/2 |
tree | commitdiff |
1999-11-22 |
Robert Roebling | Headers moved a bit. |
tree | commitdiff |
1999-11-22 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-11-21 |
Guilhem Lavaux | Fixed an incorrect behaviour in ResetBuffer() |
tree | commitdiff |
1999-11-19 |
Robin Dunn | Added encoding parameter to wxFontList::FindOrCreateFont |
tree | commitdiff |
1999-11-19 |
David Webster | Removal of previous wxValidtor code for wxOS2 |
tree | commitdiff |
1999-11-19 |
Vadim Zeitlin | wxWindow::GetBestSize() added |
tree | commitdiff |
1999-11-18 |
David Webster | Some minor modifications for VA 4.0 support |
tree | commitdiff |
1999-11-18 |
Unknown (JL) | add Mac to the list of definition of HAVE_LOCALTIME |
tree | commitdiff |
1999-11-18 |
Robert Roebling | Added wxEvtHandler::Disconect() |
tree | commitdiff |
1999-11-18 |
Vadim Zeitlin | bug in wxArray::Remove() fixed (thanks Robert) |
tree | commitdiff |
1999-11-18 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-11-18 |
Karsten Ballüder | Linux/AXP compilation fixed. |
tree | commitdiff |
1999-11-17 |
Robin Dunn | Added wxWakeUpIdle() for MSW and empty stubs for Motif... |
tree | commitdiff |
1999-11-16 |
David Webster | VisualAge V4.0 duplicate definition error suppression |
tree | commitdiff |
next |