1998-07-09 |
Vadim Zeitlin | wxWindow::FindFocus() doesn't exist in wxGTK - #ifdef... |
tree | commitdiff |
1998-07-09 |
Vadim Zeitlin | added virtual bool wxWindow::AcceptsFocus() |
tree | commitdiff |
1998-07-09 |
Robert Roebling | ThreadnoGui compiles now. |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | 1) keyboard handling: now generates NavigationKey event... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | bug with multi-part status bars with default widths... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | wxDC::GetTextExtent() checks that passed in x and y... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | Matches() and UngetWriteBuf() added, several asserts... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | trace messages are now turned off by default |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | IMPLEMENT_DYNAMIC_CLASS(wxNavigationKeyEvent, wxCommand... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | keyboard handling added (OnNavigationKey) |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | a couple of "const" mistakenly removed restored |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | HasGroup/Entry added |
tree | commitdiff |
1998-07-08 |
Julian Smart | Removed redundant auto-setting code in wxDC; corrected... |
tree | commitdiff |
1998-07-08 |
Julian Smart | Cured a bad assert in wxStatusBar; #ifdefed oleutils... |
tree | commitdiff |
1998-07-08 |
Karsten Ballüder | Corrected convert path to /usr/X11/bin, the default... |
tree | commitdiff |
1998-07-08 |
Julian Smart | Fixed event arg in notebook.h, #ifdefed out some functi... |
tree | commitdiff |
1998-07-07 |
Karsten Ballüder | Some fixes for Solaris (2.5). |
tree | commitdiff |
1998-07-07 |
Julian Smart | Various bug fixes, cosmetic changes |
tree | commitdiff |
1998-07-07 |
Vadim Zeitlin | added HasEntry/Group function to wxConfig, corrected... |
tree | commitdiff |
1998-07-07 |
Vadim Zeitlin | added missing DeleteItem(long itemId) function |
tree | commitdiff |
1998-07-07 |
Karsten Ballüder | Fixed broken Ieee extension for configure --without... |
tree | commitdiff |
1998-07-05 |
Guilhem Lavaux | * Fixed configuration problem (#if USE_APPLE_IEEE) |
tree | commitdiff |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
tree | commitdiff |
1998-07-03 |
Guilhem Lavaux | * Fixed Async -> sync in wxExecute |
tree | commitdiff |
1998-07-03 |
Julian Smart | Added wxExpr parser/lexer files which had somehow got... |
tree | commitdiff |
1998-07-02 |
Guilhem Lavaux | * Deleted all ^M |
tree | commitdiff |
1998-07-02 |
Julian Smart | Added dummy constructors etc. for wxProcess(Event)... |
tree | commitdiff |
1998-07-02 |
Julian Smart | Various changes for 16-bit compilation |
tree | commitdiff |
1998-07-01 |
Vadim Zeitlin | * added gtk_text_changed callback and implemented Disca... |
tree | commitdiff |
1998-07-01 |
Guilhem Lavaux | * Well, I've forgotten this file :-( |
tree | commitdiff |
1998-07-01 |
Guilhem Lavaux | * Changed "true" to "TRUE" in some file: "true" doesn... |
tree | commitdiff |
1998-07-01 |
Vadim Zeitlin | wxImageList ctor now takes the same arguments as the... |
tree | commitdiff |
1998-07-01 |
Vadim Zeitlin | many changes to make generic tree control (more) MSW... |
tree | commitdiff |
1998-06-29 |
Vadim Zeitlin | fixes redraw bug which was leaving a horizontal strip... |
tree | commitdiff |
1998-06-29 |
Karsten Ballüder | fixed event type parameter |
tree | commitdiff |
1998-06-28 |
Julian Smart | Separated out Win95 versions of gauge, slider; added... |
tree | commitdiff |
1998-06-26 |
Julian Smart | Changes to aid debugging. |
tree | commitdiff |
1998-06-26 |
Julian Smart | New wxEventType for event type enum, and corresponding... |
tree | commitdiff |
1998-06-26 |
Vadim Zeitlin | corrected "of by 1" error in wxString::insert() |
tree | commitdiff |
1998-06-26 |
Vadim Zeitlin | added support for label alignments in wxStaticText... |
tree | commitdiff |
1998-06-26 |
Vadim Zeitlin | made the interface more compatible with the MSW version... |
tree | commitdiff |
1998-06-25 |
Julian Smart | Cured DC/GDI object leak; listbox window proc restored... |
tree | commitdiff |
1998-06-25 |
Julian Smart | Reduced flicker by a combination of less background... |
tree | commitdiff |
1998-06-24 |
Vadim Zeitlin | misleading wxASSERT() corrected |
tree | commitdiff |
1998-06-23 |
Vadim Zeitlin | bug in wxNotebook::OnSize() corrected |
tree | commitdiff |
1998-06-23 |
Vadim Zeitlin | added OnSize() to wxNotebook which forwards size events... |
tree | commitdiff |
1998-06-23 |
Julian Smart | Corrected problem with MDI children not refreshing... |
tree | commitdiff |
1998-06-22 |
Julian Smart | Removed deletion of m_selections |
tree | commitdiff |
1998-06-22 |
Julian Smart | Removed Scanf, Scanfv |
tree | commitdiff |
1998-06-22 |
Julian Smart | Added more flags to resource.cpp, #ifdefed out ScanfV... |
tree | commitdiff |
1998-06-22 |
Julian Smart | Cured problem introduced by LEAVE/ENTER OnIdle code... |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | attempt to clean up a little keyboard handling code |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | wxCHECK/wxCHECK_RET changes |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | wxCHECK change |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | GetSelections() changed to work with wxArrayInt |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on, added error messag... |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | VC++ warning suppressed |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | wxString::Scanf() removed because can't be implemented... |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | bug in SplitPath() corrected - now ".." handled correctly |
tree | commitdiff |
1998-06-22 |
Karsten Ballüder | fixed #include paths to use local copies of png/gdk_iml... |
tree | commitdiff |
1998-06-20 |
Guilhem Lavaux | * Added $(THREADS_LINK) to $(LINK_LIBS) so all programs... |
tree | commitdiff |
1998-06-19 |
Vadim Zeitlin | put wxMessageBox() arguments in OnAssert() in the right... |
tree | commitdiff |
1998-06-18 |
Vadim Zeitlin | changed the notebook control to use AddPage() interface... |
tree | commitdiff |
1998-06-18 |
Julian Smart | Fixed SetSelection, GetSelection for Portrait/Landscape... |
tree | commitdiff |
1998-06-18 |
Karsten Ballüder | another typo fixed |
tree | commitdiff |
1998-06-18 |
Karsten Ballüder | added notebook.cpp |
tree | commitdiff |
1998-06-18 |
Karsten Ballüder | fixed wrong scanf() arguments |
tree | commitdiff |
1998-06-18 |
Vadim Zeitlin | 1) Right(char ch) now returns the part of the string... |
tree | commitdiff |
1998-06-18 |
Vadim Zeitlin | wxFileConfig bugs corrected (now the new entries belong... |
tree | commitdiff |
1998-06-16 |
Guilhem Lavaux | * Hope this is the last bug fix in the wxThread merge ... |
tree | commitdiff |
1998-06-16 |
Vadim Zeitlin | "-1" index error in wxString::Before fixed |
tree | commitdiff |
1998-06-15 |
Guilhem Lavaux | * Corrected #include "thread.h" => #include "wx/thread.h" |
tree | commitdiff |
1998-06-15 |
Julian Smart | Experimental notebook API |
tree | commitdiff |
1998-06-15 |
Julian Smart | Corrected some problems I introduced, added tabevent... |
tree | commitdiff |
1998-06-14 |
Julian Smart | Added #define wxHelpController to help.h; added wxWinHe... |
tree | commitdiff |
1998-06-14 |
Guilhem Lavaux | * Thread updates and cleanup (m_locked, MUTEX_UNLOCKED... |
tree | commitdiff |
1998-06-14 |
Julian Smart | const/void changes in thread, tabctrl and wave files... |
tree | commitdiff |
1998-06-14 |
Julian Smart | Corrected missing pipe in treectrl.h, wxOK->wxID_OK... |
tree | commitdiff |
1998-06-13 |
Julian Smart | Corrected dataobj.h/.cpp, corrected listbox to use... |
tree | commitdiff |
1998-06-13 |
Guilhem Lavaux | * Posix/SGI/No threads added |
tree | commitdiff |
1998-06-13 |
Julian Smart | Added GTK/Linux joystick class (Guilhem Lavaux) |
tree | commitdiff |
1998-06-13 |
Julian Smart | Correction to dnd.h; EVT_MOUSE_EVENTS now includes... |
tree | commitdiff |
1998-06-12 |
Vadim Zeitlin | in wxOnAssert() abort() replaced with raise(SIGTRAP... |
tree | commitdiff |
1998-06-12 |
Vadim Zeitlin | added support of multiple-selection listboxes, GetSelec... |
tree | commitdiff |
1998-06-10 |
Vadim Zeitlin | wxTextCtrl::WriteText() now adds it at the end and... |
tree | commitdiff |
1998-06-09 |
Vadim Zeitlin | wxLogWindow is now not a top-level frame, so it doesn... |
tree | commitdiff |
1998-06-09 |
Vadim Zeitlin | wxTempFile bug corrected: the temp file is now created... |
tree | commitdiff |
1998-06-08 |
Vadim Zeitlin | Bool changed to bool |
tree | commitdiff |
1998-06-05 |
Vadim Zeitlin | Bool replaced by bool |
tree | commitdiff |
1998-06-04 |
Robert Roebling | GTK |
tree | commitdiff |
1998-06-03 |
Robert Roebling | GTK |
tree | commitdiff |
1998-06-03 |
Vadim Zeitlin | bug preventing compilation of wxLogGui under !Windows... |
tree | commitdiff |
1998-06-02 |
Robert Roebling | GTK |
tree | commitdiff |
1998-05-30 |
Robert Roebling | Same as last one.. |
tree | commitdiff |
1998-05-28 |
Robert Roebling | GTK |
tree | commitdiff |
1998-05-28 |
Julian Smart | Updates from Chris Breeze |
tree | commitdiff |
1998-05-28 |
Robert Roebling | GTK wxBitmapButton added |
tree | commitdiff |
1998-05-28 |
Julian Smart | #ifdefed out a typedef not appropriate to MSW; added... |
tree | commitdiff |
1998-05-27 |
Vadim Zeitlin | cleaned code a bit |
tree | commitdiff |
next |