1998-06-26 |
Julian Smart | New wxEventType for event type enum, and corresponding... |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Vadim Zeitlin | corrected "of by 1" error in wxString::insert() |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Vadim Zeitlin | added support for label alignments in wxStaticText... |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Vadim Zeitlin | made the interface more compatible with the MSW version... |
commit | commitdiff | tree | snapshot |
1998-06-25 |
Julian Smart | Cured DC/GDI object leak; listbox window proc restored... |
commit | commitdiff | tree | snapshot |
1998-06-25 |
Julian Smart | Various measures to reduce flicker. |
commit | commitdiff | tree | snapshot |
1998-06-25 |
Julian Smart | Reduced flicker by a combination of less background... |
commit | commitdiff | tree | snapshot |
1998-06-24 |
Vadim Zeitlin | misleading wxASSERT() corrected |
commit | commitdiff | tree | snapshot |
1998-06-23 |
Vadim Zeitlin | bug in wxNotebook::OnSize() corrected |
commit | commitdiff | tree | snapshot |
1998-06-23 |
Vadim Zeitlin | added OnSize() to wxNotebook which forwards size events... |
commit | commitdiff | tree | snapshot |
1998-06-23 |
Julian Smart | Corrected problem with MDI children not refreshing... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Julian Smart | Removed deletion of m_selections |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Julian Smart | Removed Scanf, Scanfv |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Julian Smart | Added more flags to resource.cpp, #ifdefed out ScanfV... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Julian Smart | Cured problem introduced by LEAVE/ENTER OnIdle code... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Julian Smart | Added wxCLIP_CHILDREN style (mainly for getting rid... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | attempt to clean up a little keyboard handling code |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | wxCHECK/wxCHECK_RET changes |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | wxCHECK change |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | GetSelections() changed to work with wxArrayInt |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on, added error messag... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | VC++ warning suppressed |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | wxString::Scanf() removed because can't be implemented... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | bug in SplitPath() corrected - now ".." handled correctly |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | wxListbox::GetSelections() now takes a wxArrayInt inste... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | Oops... just added wxString::Scanf() functions can... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | #include "wx/msw/notebook" added |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | wxLogWindow::GetOldLog() added |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | wxCHECK macros slightly changed: wxCHECK( expr, rc... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Karsten Ballüder | fixed #pragma |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Karsten Ballüder | fixed #include paths to use local copies of png/gdk_iml... |
commit | commitdiff | tree | snapshot |
1998-06-20 |
Guilhem Lavaux | * Added $(THREADS_LINK) to $(LINK_LIBS) so all programs... |
commit | commitdiff | tree | snapshot |
1998-06-19 |
Vadim Zeitlin | put wxMessageBox() arguments in OnAssert() in the right... |
commit | commitdiff | tree | snapshot |
1998-06-19 |
Karsten Ballüder | fixed stupid compiler warning |
commit | commitdiff | tree | snapshot |
1998-06-18 |
Vadim Zeitlin | changed the notebook control to use AddPage() interface... |
commit | commitdiff | tree | snapshot |
1998-06-18 |
Julian Smart | Fixed SetSelection, GetSelection for Portrait/Landscape... |
commit | commitdiff | tree | snapshot |
1998-06-18 |
Karsten Ballüder | another typo fixed |
commit | commitdiff | tree | snapshot |
1998-06-18 |
Karsten Ballüder | added notebook.cpp |
commit | commitdiff | tree | snapshot |
1998-06-18 |
Karsten Ballüder | fixed wrong scanf() arguments |
commit | commitdiff | tree | snapshot |
1998-06-18 |
Vadim Zeitlin | 1) Right(char ch) now returns the part of the string... |
commit | commitdiff | tree | snapshot |
1998-06-18 |
Vadim Zeitlin | wxFileConfig bugs corrected (now the new entries belong... |
commit | commitdiff | tree | snapshot |
1998-06-16 |
Guilhem Lavaux | * Hope this is the last bug fix in the wxThread merge ... |
commit | commitdiff | tree | snapshot |
1998-06-16 |
Vadim Zeitlin | "-1" index error in wxString::Before fixed |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guilhem Lavaux | * Corrected #include "thread.h" => #include "wx/thread.h" |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Karsten Ballüder | changed GetSelections() argument |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Julian Smart | Experimental notebook API |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Julian Smart | Corrected some problems I introduced, added tabevent... |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Vadim Zeitlin | wxNotebook interface (it may change!), implementation... |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Vadim Zeitlin | added notebook events: wxEVT_COMMAND_NOTEBOOK_PAGE_CHAN... |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Vadim Zeitlin | added ctor wxColour(unsigned long colRGB) and the corre... |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Julian Smart | Added #define wxHelpController to help.h; added wxWinHe... |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Julian Smart | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Julian Smart | Various documentation additions and changes. |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Guilhem Lavaux | * Thread updates and cleanup (m_locked, MUTEX_UNLOCKED... |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Julian Smart | const/void changes in thread, tabctrl and wave files... |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Julian Smart | Changed documentation const convention for non-objects... |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Julian Smart | Corrected missing pipe in treectrl.h, wxOK->wxID_OK... |
commit | commitdiff | tree | snapshot |
1998-06-13 |
Julian Smart | Corrected dataobj.h/.cpp, corrected listbox to use... |
commit | commitdiff | tree | snapshot |
1998-06-13 |
Guilhem Lavaux | * Posix/SGI/No threads added |
commit | commitdiff | tree | snapshot |
1998-06-13 |
Julian Smart | Added include/wx/joystick.h |
commit | commitdiff | tree | snapshot |
1998-06-13 |
Julian Smart | Added GTK/Linux joystick class (Guilhem Lavaux) |
commit | commitdiff | tree | snapshot |
1998-06-13 |
Julian Smart | Correction to dnd.h; EVT_MOUSE_EVENTS now includes... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Vadim Zeitlin | in wxOnAssert() abort() replaced with raise(SIGTRAP... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Vadim Zeitlin | added support of multiple-selection listboxes, GetSelec... |
commit | commitdiff | tree | snapshot |
1998-06-10 |
Vadim Zeitlin | wxTextCtrl::WriteText() now adds it at the end and... |
commit | commitdiff | tree | snapshot |
1998-06-10 |
Vadim Zeitlin | testing CVS notifications |
commit | commitdiff | tree | snapshot |
1998-06-10 |
Vadim Zeitlin | wxLogWindow ctor changed |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Vadim Zeitlin | wxLogWindow is now not a top-level frame, so it doesn... |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Vadim Zeitlin | wxTempFile bug corrected: the temp file is now created... |
commit | commitdiff | tree | snapshot |
1998-06-08 |
Vadim Zeitlin | Bool changed to bool |
commit | commitdiff | tree | snapshot |
1998-06-08 |
Julian Smart | Notes about implementing EVT_LEAVE_WINDOW |
commit | commitdiff | tree | snapshot |
1998-06-08 |
Karsten Ballüder | fixed NULL problem |
commit | commitdiff | tree | snapshot |
1998-06-05 |
Vadim Zeitlin | Bool replaced by bool |
commit | commitdiff | tree | snapshot |
1998-06-05 |
Vadim Zeitlin | Bool replaced by bool (I hope I got it right this time!) |
commit | commitdiff | tree | snapshot |
1998-06-05 |
Julian Smart | Small mods to manual |
commit | commitdiff | tree | snapshot |
1998-06-04 |
Robert Roebling | GTK |
commit | commitdiff | tree | snapshot |
1998-06-03 |
Julian Smart | Modified wx.hpj for new directory structure; books... |
commit | commitdiff | tree | snapshot |
1998-06-03 |
Robert Roebling | GTK |
commit | commitdiff | tree | snapshot |
1998-06-03 |
Vadim Zeitlin | bug preventing compilation of wxLogGui under !Windows... |
commit | commitdiff | tree | snapshot |
1998-06-02 |
Julian Smart | Resubmitted binary files that may been corrupted |
commit | commitdiff | tree | snapshot |
1998-06-02 |
Robert Roebling | GTK |
commit | commitdiff | tree | snapshot |
1998-06-02 |
Vadim Zeitlin | added #if USE_WXCONFIG check (TODO: add configure switc... |
commit | commitdiff | tree | snapshot |
1998-05-31 |
Vadim Zeitlin | wxDataObject now defined in defs.h and not here |
commit | commitdiff | tree | snapshot |
1998-05-31 |
Vadim Zeitlin | missing #endif |
commit | commitdiff | tree | snapshot |
1998-05-31 |
Vadim Zeitlin | wxDataFormat typedef added |
commit | commitdiff | tree | snapshot |
1998-05-30 |
Vadim Zeitlin | helper file for WX_DEFINE_LIST: dynamic list implementation |
commit | commitdiff | tree | snapshot |
1998-05-30 |
Julian Smart | Removed Deselect function. |
commit | commitdiff | tree | snapshot |
1998-05-30 |
Robert Roebling | Same as last one.. |
commit | commitdiff | tree | snapshot |
1998-05-30 |
Robert Roebling | GTK: |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Robert Roebling | GTK |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Julian Smart | Updates from Chris Breeze |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Robert Roebling | GTK wxBitmapButton added |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Julian Smart | #ifdefed out a typedef not appropriate to MSW; added... |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | cleaned code a bit |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | wxDataObject and wxDropSource implementations |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | registry based implementation of wxConfig (wxRegConfig) |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | 1) now associated drop target is deleted (memory/resour... |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | removed compilation warning about "switch with default... |
commit | commitdiff | tree | snapshot |
next |