1998-07-13 |
Robert Roebling | memdc and bitmap fixes |
tree | commitdiff |
1998-07-13 |
Vadim Zeitlin | constraints for notebook pages work (again) |
tree | commitdiff |
1998-07-13 |
Karsten Ballüder | fixed DEBUG |
tree | commitdiff |
1998-07-13 |
Karsten Ballüder | Changed #ifdef DEBUG to #ifdef __WXDEBUG__ |
tree | commitdiff |
1998-07-13 |
Karsten Ballüder | Quick fix to avoid unnecessary compiler warnings from... |
tree | commitdiff |
1998-07-13 |
Karsten Ballüder | Configure now adds -D__WXDEBUG__ to the compiler switch... |
tree | commitdiff |
1998-07-13 |
Karsten Ballüder | Fixed that stupid stream problem. |
tree | commitdiff |
1998-07-13 |
Julian Smart | Removed streams from VC++ makefile for now; corrected... |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | GetTextExtent checks that passed pointers are not NULL |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | constraints handling for notebook pages improved |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | wxFILE_MUST_EXIST added |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | 1. expand/collapse (and -ing variants) events are now... |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | added missing UngetWriteBuf() in wxString::insert |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | memory leak plugged |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | wxFrame::OnSize() slightly optimized (the behaviour... |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | wxWindow::OnSize() removed |
tree | commitdiff |
1998-07-12 |
Robert Roebling | stream compile fixes |
tree | commitdiff |
1998-07-12 |
Guilhem Lavaux | Added IMPLEMENT_CLASS, ... about wxStream classes ... |
tree | commitdiff |
1998-07-12 |
Guilhem Lavaux | Ooops ! I've forgotten the include files. |
tree | commitdiff |
1998-07-12 |
Guilhem Lavaux | Added wxStream but I haven't tested them. |
tree | commitdiff |
1998-07-12 |
Julian Smart | Removed #pragmas in utils.cpp, corrected USE_(WX)DEBUG_... |
tree | commitdiff |
1998-07-11 |
Guilhem Lavaux | Deleted "#include <sched.h>". |
tree | commitdiff |
1998-07-11 |
Robert Roebling | event/leave events |
tree | commitdiff |
1998-07-10 |
Robert Roebling | tree control and dc::drawlines bug |
tree | commitdiff |
1998-07-10 |
Vadim Zeitlin | wxWindow::OnSize() does _not_ call Layout() (it should... |
tree | commitdiff |
1998-07-10 |
Vadim Zeitlin | wxFrame::OnSize() calls Layout() if GetAutoLayout() |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | Fixed implementation pragma to "utils.h" |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | fixed another @DEBUG@ |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | Cleared up DEBUG define mess, defines are now called... |
tree | commitdiff |
1998-07-10 |
Julian Smart | Fixed const problems in status bar code, changed panelg... |
tree | commitdiff |
1998-07-09 |
Vadim Zeitlin | MSW wxNotebook implementation |
tree | commitdiff |
1998-07-09 |
Vadim Zeitlin | wxWindow::IsShown() made 'const' |
tree | commitdiff |
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 |
next |