1998-07-09 |
Vadim Zeitlin | wxWindow::FindFocus() doesn't exist in wxGTK - #ifdef...
|
commit | commitdiff | tree |
1998-07-09 |
Vadim Zeitlin | added virtual bool wxWindow::AcceptsFocus()
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | wxCHECK/CHECK_RET adjustments
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | added virtual functions AcceptsFocus() and MSWGetDlgCode()
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | added Acceptsfocus() { return FALSE; }
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | added AcceptsFocus() { return FALSE; }
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | improved keyboard handling, bug fixes
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | Last() function added (the same as Item(Count() - 1))
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | 1) keyboard handling: now generates NavigationKey events...
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | bug with multi-part status bars with default widths...
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | wxDC::GetTextExtent() checks that passed in x and y...
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | Matches() and UngetWriteBuf() added, several asserts...
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | 1) some size_t replaced with uint - does it now compile...
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | trace messages are now turned off by default
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | wxNavigationKeyEvent class and corresponding macro...
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | IMPLEMENT_DYNAMIC_CLASS(wxNavigationKeyEvent, wxCommandEvent...
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | 1) keyboard handling added (OnNavigationKey)
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | keyboard handling added (OnNavigationKey)
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | a couple of "const" mistakenly removed restored
|
commit | commitdiff | tree |
1998-07-08 |
Vadim Zeitlin | HasGroup/Entry added
|
commit | commitdiff | tree |
1998-07-07 |
Vadim Zeitlin | added HasEntry/Group function to wxConfig, corrected...
|
commit | commitdiff | tree |
1998-07-07 |
Vadim Zeitlin | added missing DeleteItem(long itemId) function
|
commit | commitdiff | tree |
1998-07-02 |
Vadim Zeitlin | old TODO renamed
|
commit | commitdiff | tree |
1998-07-02 |
Vadim Zeitlin | renamed to TODO.txt (you really shouldn't use Explorer...
|
commit | commitdiff | tree |
1998-07-02 |
Vadim Zeitlin | the file which contains TODO issues (with their priorities...
|
commit | commitdiff | tree |
1998-07-01 |
Vadim Zeitlin | * added gtk_text_changed callback and implemented DiscardEdi...
|
commit | commitdiff | tree |
1998-07-01 |
Vadim Zeitlin | wxImageList ctor now takes the same arguments as the...
|
commit | commitdiff | tree |
1998-07-01 |
Vadim Zeitlin | many changes to make generic tree control (more) MSW...
|
commit | commitdiff | tree |
1998-06-29 |
Vadim Zeitlin | fixes redraw bug which was leaving a horizontal strip...
|
commit | commitdiff | tree |
1998-06-26 |
Vadim Zeitlin | corrected "of by 1" error in wxString::insert()
|
commit | commitdiff | tree |
1998-06-26 |
Vadim Zeitlin | added support for label alignments in wxStaticText...
|
commit | commitdiff | tree |
1998-06-26 |
Vadim Zeitlin | made the interface more compatible with the MSW version...
|
commit | commitdiff | tree |
1998-06-24 |
Vadim Zeitlin | misleading wxASSERT() corrected
|
commit | commitdiff | tree |
1998-06-23 |
Vadim Zeitlin | bug in wxNotebook::OnSize() corrected
|
commit | commitdiff | tree |
1998-06-23 |
Vadim Zeitlin | added OnSize() to wxNotebook which forwards size events...
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | attempt to clean up a little keyboard handling code
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | wxCHECK/wxCHECK_RET changes
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | wxCHECK change
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | GetSelections() changed to work with wxArrayInt
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on, added error messages...
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | VC++ warning suppressed
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | wxString::Scanf() removed because can't be implemented...
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | bug in SplitPath() corrected - now ".." handled correctly
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | wxListbox::GetSelections() now takes a wxArrayInt instead...
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | Oops... just added wxString::Scanf() functions can...
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | #include "wx/msw/notebook" added
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | wxLogWindow::GetOldLog() added
|
commit | commitdiff | tree |
1998-06-22 |
Vadim Zeitlin | wxCHECK macros slightly changed: wxCHECK( expr, rc...
|
commit | commitdiff | tree |
1998-06-19 |
Vadim Zeitlin | put wxMessageBox() arguments in OnAssert() in the right...
|
commit | commitdiff | tree |
1998-06-18 |
Vadim Zeitlin | changed the notebook control to use AddPage() interface...
|
commit | commitdiff | tree |
1998-06-18 |
Vadim Zeitlin | 1) Right(char ch) now returns the part of the string...
|
commit | commitdiff | tree |
1998-06-18 |
Vadim Zeitlin | wxFileConfig bugs corrected (now the new entries belong...
|
commit | commitdiff | tree |
1998-06-16 |
Vadim Zeitlin | "-1" index error in wxString::Before fixed
|
commit | commitdiff | tree |
1998-06-14 |
Vadim Zeitlin | wxNotebook interface (it may change!), implementation...
|
commit | commitdiff | tree |
1998-06-14 |
Vadim Zeitlin | added notebook events: wxEVT_COMMAND_NOTEBOOK_PAGE_CHANG...
|
commit | commitdiff | tree |
1998-06-14 |
Vadim Zeitlin | added ctor wxColour(unsigned long colRGB) and the correspond...
|
commit | commitdiff | tree |
1998-06-12 |
Vadim Zeitlin | in wxOnAssert() abort() replaced with raise(SIGTRAP...
|
commit | commitdiff | tree |
1998-06-12 |
Vadim Zeitlin | added support of multiple-selection listboxes, GetSelections...
|
commit | commitdiff | tree |
1998-06-10 |
Vadim Zeitlin | wxTextCtrl::WriteText() now adds it at the end and...
|
commit | commitdiff | tree |
1998-06-10 |
Vadim Zeitlin | testing CVS notifications
|
commit | commitdiff | tree |
1998-06-10 |
Vadim Zeitlin | wxLogWindow ctor changed
|
commit | commitdiff | tree |
1998-06-09 |
Vadim Zeitlin | wxLogWindow is now not a top-level frame, so it doesn...
|
commit | commitdiff | tree |
1998-06-09 |
Vadim Zeitlin | wxTempFile bug corrected: the temp file is now created...
|
commit | commitdiff | tree |
1998-06-08 |
Vadim Zeitlin | Bool changed to bool
|
commit | commitdiff | tree |
1998-06-05 |
Vadim Zeitlin | Bool replaced by bool
|
commit | commitdiff | tree |
1998-06-05 |
Vadim Zeitlin | Bool replaced by bool (I hope I got it right this time!)
|
commit | commitdiff | tree |
1998-06-03 |
Vadim Zeitlin | bug preventing compilation of wxLogGui under !Windows...
|
commit | commitdiff | tree |
1998-06-02 |
Vadim Zeitlin | added #if USE_WXCONFIG check (TODO: add configure switch...
|
commit | commitdiff | tree |
1998-05-31 |
Vadim Zeitlin | wxDataObject now defined in defs.h and not here
|
commit | commitdiff | tree |
1998-05-31 |
Vadim Zeitlin | missing #endif
|
commit | commitdiff | tree |
1998-05-31 |
Vadim Zeitlin | wxDataFormat typedef added
|
commit | commitdiff | tree |
1998-05-30 |
Vadim Zeitlin | helper file for WX_DEFINE_LIST: dynamic list implementation
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | cleaned code a bit
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | wxDataObject and wxDropSource implementations
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | registry based implementation of wxConfig (wxRegConfig)
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | 1) now associated drop target is deleted (memory/resource...
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | removed compilation warning about "switch with default...
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | many bugs (including major one in DeleteSelf) corrected
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | spurious "(uint)" cast which was causing compilation...
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | 1) Added call to wxLog::Flush() to wxApp::OnIdle()
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | wxDataObject and wxDropSource classes for (more) d...
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | option USE_WXCONFIG (default value: 1) added which...
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | function HasValue() added
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | declaration of registry based implementation of wxConfig...
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | wxApp::CreateConfig() only defined #if USE_WXCONFIG
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | no changes (cvs wierdness...)
|
commit | commitdiff | tree |
1998-05-27 |
Vadim Zeitlin | no changes
|
commit | commitdiff | tree |
1998-05-26 |
Vadim Zeitlin | new compile option added: USE_WXCONFIG. If it's 1,...
|
commit | commitdiff | tree |
1998-05-26 |
Vadim Zeitlin | stray '^M' removed (egcs doesn't like them)
|
commit | commitdiff | tree |
1998-05-26 |
Vadim Zeitlin | 1) log leves are now global wxLOG_ prefixed constants...
|
commit | commitdiff | tree |
1998-05-26 |
Vadim Zeitlin | inline wxGetTranslation() moved so it's not called...
|
commit | commitdiff | tree |
1998-05-26 |
Vadim Zeitlin | wxFileConfig now has it's own header, the config file...
|
commit | commitdiff | tree |
1998-05-26 |
Vadim Zeitlin | added write_append mode to wxFile, implemented eof...
|
commit | commitdiff | tree |
1998-05-26 |
Vadim Zeitlin | added "\n" at the end of file to silent egcs warnings
|
commit | commitdiff | tree |
1998-05-26 |
Vadim Zeitlin | added "const char *Read()" returning pointer to statis...
|
commit | commitdiff | tree |
1998-05-26 |
Vadim Zeitlin | mistype: #ifdef __GTK corrected (#ifdef __GTK__ now)
|
commit | commitdiff | tree |
|