1998-07-17 |
Vadim Zeitlin | wxTString removed
|
commit | commitdiff | tree |
1998-07-17 |
Vadim Zeitlin | correct (working) version of wxString
|
commit | commitdiff | tree |
1998-07-17 |
Vadim Zeitlin | another "const" added
|
commit | commitdiff | tree |
1998-07-17 |
Vadim Zeitlin | some "const"s added
|
commit | commitdiff | tree |
1998-07-17 |
Vadim Zeitlin | fixed compilation problems under Windows
|
commit | commitdiff | tree |
1998-07-16 |
Vadim Zeitlin | wxFileConfig uses sorted arrays (big performance improvement)
|
commit | commitdiff | tree |
1998-07-16 |
Vadim Zeitlin | added sorted arrays: they automatically sort items...
|
commit | commitdiff | tree |
1998-07-15 |
Vadim Zeitlin | speed optimizations: some functions now use wxString...
|
commit | commitdiff | tree |
1998-07-15 |
Vadim Zeitlin | optimizations: more functions made inline, added Alloc...
|
commit | commitdiff | tree |
1998-07-14 |
Vadim Zeitlin | common constants (wxSeekMode) and types (off_t) to...
|
commit | commitdiff | tree |
1998-07-14 |
Vadim Zeitlin | off_t #define'd as _off_t for VC++ (it's not a standard...
|
commit | commitdiff | tree |
1998-07-14 |
Vadim Zeitlin | GetTempFileName used in wxTempFile now instead of tmpnam
|
commit | commitdiff | tree |
1998-07-14 |
Vadim Zeitlin | ExpandEnvVars was eating backslashes - no more.
|
commit | commitdiff | tree |
1998-07-14 |
Vadim Zeitlin | added wxSplitFile() to decompose a file name into path...
|
commit | commitdiff | tree |
1998-07-14 |
Vadim Zeitlin | 1) added wxSplitFile() to decompose a file name into...
|
commit | commitdiff | tree |
1998-07-13 |
Vadim Zeitlin | constraints for notebook pages work (again)
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | GetTextExtent checks that passed pointers are not NULL
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | wxLogDebug/Trace in release mode now don't give compiler...
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | constraints handling for notebook pages improved
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | wxFILE_MUST_EXIST added
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | wxWindow::OnSize() removed
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | 1) separate expand/collapse event
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | constraints handling for the notebook pages fixed
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | defined wxFILE_MUST_EXIST flag
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | wxGetEmptyString() function added
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | 1. expand/collapse (and -ing variants) events are now...
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | added missing UngetWriteBuf() in wxString::insert
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | memory leak plugged
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | wxFrame::OnSize() slightly optimized (the behaviour...
|
commit | commitdiff | tree |
1998-07-12 |
Vadim Zeitlin | wxWindow::OnSize() removed
|
commit | commitdiff | tree |
1998-07-10 |
Vadim Zeitlin | wxWindow::OnSize() does _not_ call Layout() (it should...
|
commit | commitdiff | tree |
1998-07-10 |
Vadim Zeitlin | wxFrame::OnSize() calls Layout() if GetAutoLayout()
|
commit | commitdiff | tree |
1998-07-09 |
Vadim Zeitlin | MSW wxNotebook implementation
|
commit | commitdiff | tree |
1998-07-09 |
Vadim Zeitlin | wxWindow::IsShown() made 'const'
|
commit | commitdiff | tree |
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 |
next |