1999-10-12 |
Robert Roebling | Refresh() problem from DialogEd solved |
tree | commitdiff |
1999-10-11 |
Robert Roebling | Added wxMenu::Delete() and fixed some menu deleted... |
tree | commitdiff |
1999-10-11 |
Robert Roebling | Tried to make wxGLCanvas work again. WIP. |
tree | commitdiff |
1999-10-11 |
Robert Roebling | added SpinCtrl, |
tree | commitdiff |
1999-10-10 |
Robert Roebling | TreeTest compiles again, |
tree | commitdiff |
1999-10-10 |
Robert Roebling | Scrolling updates. |
tree | commitdiff |
1999-10-09 |
Robert Roebling | Applied a few patches, |
tree | commitdiff |
1999-10-09 |
Robert Roebling | Makefile changes for static libs and HP-UX, |
tree | commitdiff |
1999-10-09 |
Robert Roebling | Changed SetToolBar() to behave a bit smarter. Untested. |
tree | commitdiff |
1999-10-08 |
Robert Roebling | New scrolling code. |
tree | commitdiff |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
tree | commitdiff |
1999-10-07 |
Vadim Zeitlin | some fixes after global _T() => T() change |
tree | commitdiff |
1999-10-06 |
Robin Dunn | now supports wxCURSOR_BULLSEYE |
tree | commitdiff |
1999-10-05 |
Robert Roebling | Updated configure (not only configure.in) |
tree | commitdiff |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
tree | commitdiff |
1999-10-04 |
Julian Smart | Removed some unused parameter warnings; compile error... |
tree | commitdiff |
1999-10-04 |
Robert Roebling | Applied a few old patches, |
tree | commitdiff |
1999-10-03 |
Robert Roebling | If we used 10% less inline functions in useless occas... |
tree | commitdiff |
1999-10-02 |
Robert Roebling | Added test for wxTreeCtrl::GetChildrenCount() |
tree | commitdiff |
1999-10-02 |
Václav Slavík | removed declarations of static wxLoadQueryFont, wxLoadQ... |
tree | commitdiff |
1999-10-02 |
Robert Roebling | Updated doc for wxFileExists() |
tree | commitdiff |
1999-10-01 |
Vadim Zeitlin | virtual functionsignature corrected |
tree | commitdiff |
1999-10-01 |
Robert Roebling | Improved wxFileDialog behaviour wrt to remembering... |
tree | commitdiff |
1999-10-01 |
Vadim Zeitlin | wxMotif::wxFont supports encodings too (and shares... |
tree | commitdiff |
1999-10-01 |
Vadim Zeitlin | fix from Ron for one-shot timers |
tree | commitdiff |
1999-09-30 |
Guillermo Rodrigue... | bugfixes |
tree | commitdiff |
1999-09-30 |
Robert Roebling | Corrected filelist.txt a little - one gsocket.c is... |
tree | commitdiff |
1999-09-29 |
Vadim Zeitlin | 1. added a brief overview of Unicode support |
tree | commitdiff |
1999-09-29 |
J. Russell Smyth | Added wxNB_RIGHT,LEFT,BOTTOM flags for tab placement |
tree | commitdiff |
1999-09-29 |
Vadim Zeitlin | param type of wxWindow::Reparent() fixed in wxGTK |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | small underscores fix for GTK 1.0 |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | underscores in menu items handled too under GTK+ 1.2 |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | typo fixed |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | unused parameter warnings suppressed |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | font selector dialog doesn't work with GTK+ 1.0 |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | unused parameter warnings suppressed |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | 'static not in the beginning of the decl' warnings... |
tree | commitdiff |
1999-09-15 |
Vadim Zeitlin | underscors are handled better in the menu item labels |
tree | commitdiff |
1999-09-15 |
Vadim Zeitlin | corrected the bad patch |
tree | commitdiff |
1999-09-15 |
Vadim Zeitlin | patch for AIX compilation (Hans-Joachim Baader) |
tree | commitdiff |
1999-09-14 |
Harco de Hilster | Changed AppendCommon (called by all Append methods... |
tree | commitdiff |
1999-09-09 |
Karsten Ballüder | cosmetic fix |
tree | commitdiff |
1999-09-07 |
J. Russell Smyth | Fixed include gsockunix.h line |
tree | commitdiff |
1999-09-05 |
Julian Smart | Misc. 16-bit compilation fixes |
tree | commitdiff |
1999-09-05 |
Guilhem Lavaux | Added GSocket/wxSocket alias to socket.h to prevent... |
tree | commitdiff |
1999-08-24 |
Robert Roebling | Forgot to add the files. |
tree | commitdiff |
1999-08-24 |
Robert Roebling | Added new wxFontDialog, |
tree | commitdiff |
1999-08-22 |
Robert Roebling | Added wxFFileStream base on wxFFile (as opposed to... |
tree | commitdiff |
1999-08-22 |
Robert Roebling | Added wxCountingStream for measuring the size of... |
tree | commitdiff |
1999-08-20 |
Robert Roebling | Changed a few #include <xxx.h> to #include "xxx.h" |
tree | commitdiff |
1999-08-20 |
Sylvain Bougnoux | wxScrollBar::Create() produced always vertical scrollbar |
tree | commitdiff |
1999-08-19 |
Robert Roebling | Doc updates, wxsizer et al |
tree | commitdiff |
1999-08-18 |
Robert Roebling | More wxFileDialog things |
tree | commitdiff |
1999-08-16 |
Robert Roebling | Added Prepend() and Remove() methods to wxSizer, |
tree | commitdiff |
1999-08-16 |
Robert Roebling | compile fixes for EMX |
tree | commitdiff |
1999-08-15 |
Robert Roebling | Added and corrected a few more html makefiles, |
tree | commitdiff |
1999-08-13 |
Robert Roebling | Compile fixes, |
tree | commitdiff |
1999-08-12 |
Robert Roebling | Augmented beta to 9, |
tree | commitdiff |
1999-08-12 |
Karsten Ballüder | Useful little fix that automatically hides the busy... |
tree | commitdiff |
1999-08-12 |
Robert Roebling | New makefile system in place, obsoletes libtool, |
tree | commitdiff |
1999-08-11 |
Robert Roebling | New makefile updates. |
tree | commitdiff |
1999-08-11 |
Robert Roebling | Did somework on the generic dialogs, |
tree | commitdiff |
1999-08-10 |
Robert Roebling | New makefiles for GTK and Motif, using configure... |
tree | commitdiff |
1999-08-10 |
Robert Roebling | Updates for makefile.unx |
tree | commitdiff |
1999-08-09 |
Robert Roebling | Replaced old wxSizer, |
tree | commitdiff |
1999-08-08 |
Vadim Zeitlin | 1. regenerated makefiles |
tree | commitdiff |
1999-08-08 |
Robert Roebling | Added wxNewSizer and wxBorderNewSizer with sample |
tree | commitdiff |
1999-08-08 |
Robert Roebling | Added strconv |
tree | commitdiff |
1999-08-06 |
Robert Roebling | Distrib things, |
tree | commitdiff |
1999-08-05 |
Robert Roebling | Compile fix for dynarray, |
tree | commitdiff |
1999-08-05 |
Robert Roebling | Applied patch for stipppled brushes, |
tree | commitdiff |
1999-08-04 |
Robert Roebling | Minor changes to viusal appearance, |
tree | commitdiff |
1999-08-04 |
Robert Roebling | Compile fixes for samples and dialoged, |
tree | commitdiff |
1999-07-30 |
Vadim Zeitlin | no more assert failure in GetSelection() if there is... |
tree | commitdiff |
1999-07-30 |
Vadim Zeitlin | link fix for no sockets compilation |
tree | commitdiff |
1999-07-30 |
Guilhem Lavaux | Renamed GSocket_SetBlocking to GSocket_SetNonBlocking... |
tree | commitdiff |
1999-07-30 |
Vadim Zeitlin | explicit compilation fix |
tree | commitdiff |
1999-07-30 |
Robert Roebling | Doc corrections, |
tree | commitdiff |
1999-07-29 |
Robert Roebling | Now its possible to run wxHTML without wxSockets |
tree | commitdiff |
1999-07-29 |
Robert Roebling | Compile fixes and typos corrected. |
tree | commitdiff |
1999-07-29 |
Robert Roebling | Makefile changes |
tree | commitdiff |
1999-07-29 |
Robert Roebling | I had to remove (Robin's) makefile creation clause |
tree | commitdiff |
1999-07-28 |
Vadim Zeitlin | m_clientData conflict fixed |
tree | commitdiff |
1999-07-28 |
Robert Roebling | Added tmake template for simple wxGTK makefile |
tree | commitdiff |
1999-07-28 |
Vadim Zeitlin | 1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN... |
tree | commitdiff |
1999-07-27 |
Robert Roebling | Corrected some more docs, |
tree | commitdiff |
1999-07-27 |
Robert Roebling | Small distrib updates, |
tree | commitdiff |
1999-07-27 |
Vadim Zeitlin | wxGTK compilation fixes |
tree | commitdiff |
1999-07-26 |
Vadim Zeitlin | 1. wxChoice and wxComboBox support client data under MSW |
tree | commitdiff |
1999-07-26 |
Robert Roebling | Next take at radioboxes |
tree | commitdiff |
1999-07-26 |
Karsten Ballüder | destructor for wxMenu deletes menu now |
tree | commitdiff |
1999-07-26 |
Robert Roebling | Added more docs for the new events, derived from... |
tree | commitdiff |
1999-07-26 |
Vadim Zeitlin | no more \& in radio buttons labels |
tree | commitdiff |
1999-07-25 |
Robert Roebling | Distrib things |
tree | commitdiff |
1999-07-25 |
Robert Roebling | Added wxStaticBitmap::SetIcon() |
tree | commitdiff |
1999-07-25 |
Robert Roebling | Re-Added wxStream::StreamSize() |
tree | commitdiff |
1999-07-24 |
Robert Roebling | Renamed wxStream::StreamSize() to wxStream::GetSize() |
tree | commitdiff |
1999-07-23 |
Vadim Zeitlin | 1. more wxMotif fixes |
tree | commitdiff |
1999-07-23 |
Guilhem Lavaux | Added GSocket motif (it compiles but I didn't tested it) |
tree | commitdiff |
1999-07-23 |
Ove Kaaven | Add more _T() in asserts... |
tree | commitdiff |
next |