1999-05-10 |
Robert Roebling | Changed wxSizer::GetSize() to DoGetSize() (and others) |
tree | commitdiff |
1999-05-10 |
Vadim Zeitlin | patch from Janos Vegh for improved template handling |
tree | commitdiff |
1999-05-10 |
Robert Roebling | A few more things are back to work. |
tree | commitdiff |
1999-05-10 |
Karsten Ballüder | wxScrolledWindow::Scroll() no longer calls Refresh... |
tree | commitdiff |
1999-05-10 |
Robert Roebling | Small modifications to Vadims changes |
tree | commitdiff |
1999-05-10 |
Vadim Zeitlin | wxWindow split (MSW part of changes) |
tree | commitdiff |
1999-05-09 |
Vadim Zeitlin | wxWindow split into wxWindowBase and wxWindow (wxGTK... |
tree | commitdiff |
1999-05-09 |
Julian Smart | wxUSE_THREADS in sckint.h; wxMotif Clone error fixed... |
tree | commitdiff |
1999-05-09 |
Julian Smart | #ifdefs for wxUSE_THREADS |
tree | commitdiff |
1999-05-09 |
Vadim Zeitlin | crash in GTK 1.0 on multiline text ctrl creation fixed |
tree | commitdiff |
1999-05-09 |
Karsten Ballüder | Added a generic wxProgressDialog and made wxPostscriptP... |
tree | commitdiff |
1999-05-09 |
Julian Smart | *** empty log message *** |
tree | commitdiff |
1999-05-09 |
Julian Smart | Misc. fixes |
tree | commitdiff |
1999-05-09 |
Julian Smart | Added JPEG jconfig.vc, BC++/VC++ makefiles. Sort of... |
tree | commitdiff |
1999-05-09 |
Guilhem Lavaux | * Fixed two or three things in sckint.cpp but I still... |
tree | commitdiff |
1999-05-09 |
Brian Macy | Recursion bad... handle C++ style comments |
tree | commitdiff |
1999-05-08 |
Robert Roebling | Corrected bmpbutton size |
tree | commitdiff |
1999-05-08 |
Guilhem Lavaux | * implemented VZ's idea about creating and destroying... |
tree | commitdiff |
1999-05-08 |
Brian Macy | Fixed two missing parens |
tree | commitdiff |
1999-05-07 |
Karsten Ballüder | Fixed SetZoom() so it can be used from the outside. |
tree | commitdiff |
1999-05-07 |
Robert Roebling | a bit of debug code |
tree | commitdiff |
1999-05-07 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
1999-05-07 |
Ove Kaaven | Try to not include ctype functions for win32. Not reall... |
tree | commitdiff |
1999-05-07 |
Guilhem Lavaux | * Created a new wxObject method: wxObject::CopyObject... |
tree | commitdiff |
1999-05-07 |
Vadim Zeitlin | tree ctrl sorting shouldn't crash when items don't... |
tree | commitdiff |
1999-05-07 |
Karsten Ballüder | Crude hack to fix crash for 8bit displays. Seems to... |
tree | commitdiff |
1999-05-07 |
Ove Kaaven | Took care of those missing frees from failure condition... |
tree | commitdiff |
1999-05-06 |
Vadim Zeitlin | printf => wxLogTrace |
tree | commitdiff |
1999-05-06 |
Karsten Ballüder | Removed superfluous GDK_DECOR_BORDER. |
tree | commitdiff |
1999-05-06 |
Robert Roebling | minor fixes |
tree | commitdiff |
1999-05-06 |
Karsten Ballüder | Minor fixes, should be ok now. |
tree | commitdiff |
1999-05-06 |
Julian Smart | Some doc corrections; various small fixes for Cygwin... |
tree | commitdiff |
1999-05-06 |
Julian Smart | Defined PBS_SMOOTH, PBS_VERTICAL in gauge95.cpp, if... |
tree | commitdiff |
1999-05-05 |
Robert Roebling | added wxStaticLine used in wxMessageBox |
tree | commitdiff |
1999-05-05 |
Karsten Ballüder | Modified WM hints handling which should be much better... |
tree | commitdiff |
1999-05-05 |
Robert Roebling | fix for menu separator |
tree | commitdiff |
1999-05-05 |
Julian Smart | Fixed Yield/Windows clash in sckint.cpp, updated makefile |
tree | commitdiff |
1999-05-05 |
Robert Roebling | Added scrolling of widgets and sample |
tree | commitdiff |
1999-05-05 |
Julian Smart | wxNotebook fixes for Win16; VC++ 4 fixes for OLE files... |
tree | commitdiff |
1999-05-05 |
J. Russell Smyth | Added wxCONFIG_USE_RELATIVE_PATH option to allow relati... |
tree | commitdiff |
1999-05-04 |
Robert Roebling | Fox around a bug in GTK's GtkNotebook |
tree | commitdiff |
1999-05-04 |
Robert Roebling | Found a few situations where the most recent |
tree | commitdiff |
1999-05-04 |
Robert Roebling | Added window resize patch to wxFrame |
tree | commitdiff |
1999-05-03 |
Robert Roebling | TreeCtrl indentation and spacing |
tree | commitdiff |
1999-05-03 |
Robert Roebling | Fixed a bug which sometimes lead to windows |
tree | commitdiff |
1999-05-03 |
Karsten Ballüder | fix for gtk 1.0.x |
tree | commitdiff |
1999-05-03 |
Robert Roebling | Implemented flat toolbars |
tree | commitdiff |
1999-05-02 |
Robert Roebling | Improved wxTextCtrl's wrapping behaviour |
tree | commitdiff |
1999-05-02 |
Robert Roebling | mini-bugs in wxMenu (it now converts / to \ in |
tree | commitdiff |
1999-05-01 |
Robert Roebling | Fix for wxPython segvs |
tree | commitdiff |
1999-05-01 |
Robert Roebling | Rewrite generic message box |
tree | commitdiff |
1999-04-30 |
Robert Roebling | Added hotkeys to menus "E&xit\tAlt-X" and such. |
tree | commitdiff |
1999-04-30 |
Ove Kaaven | Should compile better if wchar_t is not available. |
tree | commitdiff |
1999-04-30 |
Robert Roebling | jconfig.h uses configures results |
tree | commitdiff |
1999-04-30 |
Karsten Ballüder | suppressed compiler warning |
tree | commitdiff |
1999-04-30 |
Karsten Ballüder | suppressed compiler warning about unitialised umask... |
tree | commitdiff |
1999-04-30 |
Robin Dunn | Fixed wxValidator::Clone and friends to return a wxObje... |
tree | commitdiff |
1999-04-29 |
Robert Roebling | Compile fixes for SGI |
tree | commitdiff |
1999-04-29 |
Ove Kaaven | Unicode fixes. |
tree | commitdiff |
1999-04-29 |
Robin Dunn | Added $(NEW_WXLIBNAME) to allow changing the library... |
tree | commitdiff |
1999-04-29 |
Robert Roebling | controls sample tests a bit more |
tree | commitdiff |
1999-04-28 |
Robert Roebling | MiniFrame title are back. |
tree | commitdiff |
1999-04-28 |
Robert Roebling | removed (wrong?) assert |
tree | commitdiff |
1999-04-28 |
Robert Roebling | Added configure patch for DEC |
tree | commitdiff |
1999-04-28 |
Karsten Ballüder | Fixed gtk 1.0.6 corruped menu entry names. |
tree | commitdiff |
1999-04-28 |
Robert Roebling | background colour changes for listbox and combobox |
tree | commitdiff |
1999-04-28 |
Karsten Ballüder | Fixed gtk 1.0.6 floating subwindow bug. |
tree | commitdiff |
1999-04-28 |
Robert Roebling | Chnages to focus code with debug code |
tree | commitdiff |
1999-04-27 |
Ove Kaaven | Added wxchar.cpp, I think |
tree | commitdiff |
1999-04-27 |
Robert Roebling | New idle handling. Only that. |
tree | commitdiff |
1999-04-27 |
Guilhem Lavaux | * Fixed a compilation problem on Windows |
tree | commitdiff |
1999-04-26 |
Robert Roebling | combobox buglet when inserting item |
tree | commitdiff |
1999-04-26 |
Robert Roebling | compile fix in debug mode |
tree | commitdiff |
1999-04-26 |
Robert Roebling | added check for GTK 1.2 |
tree | commitdiff |
1999-04-26 |
Ove Kaaven | Changed capitalization style of wxConv* |
tree | commitdiff |
1999-04-26 |
Guilhem Lavaux | * Committing new wxSocket core (socket.cpp sckint.cpp... |
tree | commitdiff |
1999-04-26 |
Robert Roebling | Another attempts at getting dialog positions right |
tree | commitdiff |
1999-04-26 |
Robert Roebling | Layout things in wxMessageBox |
tree | commitdiff |
1999-04-26 |
Ove Kaaven | Optional implementation of wcslen(). |
tree | commitdiff |
1999-04-25 |
Robert Roebling | The colour is called Aquamarine, not Aquaramine. No, |
tree | commitdiff |
1999-04-25 |
Robert Roebling | Backgrounds work again |
tree | commitdiff |
1999-04-25 |
Ove Kaaven | Implemented UTF-8 encoding. |
tree | commitdiff |
1999-04-25 |
Robert Roebling | Fixed a layout bug in MyFixed |
tree | commitdiff |
1999-04-24 |
Ove Kaaven | GetValue() converts using wxConv_current... |
tree | commitdiff |
1999-04-24 |
Robert Roebling | Had to change the time point, when widgets are |
tree | commitdiff |
1999-04-24 |
Ove Kaaven | Fixed bug in wxConv_local. |
tree | commitdiff |
1999-04-24 |
Robert Roebling | DnD with Unicode fixes |
tree | commitdiff |
1999-04-24 |
Ove Kaaven | Added wxOKlibc(), which checks for glibc2.0, which... |
tree | commitdiff |
1999-04-24 |
Ove Kaaven | Small bugfix for wxString::Printf regarding %hs... |
tree | commitdiff |
1999-04-24 |
Robert Roebling | small change required for OLE component |
tree | commitdiff |
1999-04-24 |
Ove Kaaven | Constructor should survive getting passed a null pointe... |
tree | commitdiff |
1999-04-24 |
Robert Roebling | wxGLCanvas works again |
tree | commitdiff |
1999-04-24 |
Robert Roebling | minimal now works in Unicode mode |
tree | commitdiff |
1999-04-23 |
Ove Kaaven | More fixes to make Borland compile this in Unicode... |
tree | commitdiff |
1999-04-22 |
Ove Kaaven | Yet another one. |
tree | commitdiff |
1999-04-22 |
Ove Kaaven | Another Unicode fix. |
tree | commitdiff |
1999-04-22 |
Ove Kaaven | Unicode fix. |
tree | commitdiff |
1999-04-21 |
Ove Kaaven | Unicode fixes. |
tree | commitdiff |
1999-04-21 |
Robert Roebling | fixed bitmap constructor for monochrome bitmaps |
tree | commitdiff |
1999-04-20 |
Ove Kaaven | Some Unicode fixes (mostly for Borland's pickiness... |
tree | commitdiff |
next |