2003-07-03 |
Vadim Zeitlin | fix for base class AddFile visibility and DLL build
|
commit | commitdiff | tree |
2003-07-03 |
Vadim Zeitlin | removed static methods from wxAppTraitsBase, this doesn...
|
commit | commitdiff | tree |
2003-07-03 |
Vadim Zeitlin | fixed comment and docs for GetSize()
|
commit | commitdiff | tree |
2003-07-03 |
Vadim Zeitlin | use GetSize() instead of deprecated StreamSize() in...
|
commit | commitdiff | tree |
2003-07-03 |
Vadim Zeitlin | added recent new files (still can't run bakefile to...
|
commit | commitdiff | tree |
2003-07-02 |
Vadim Zeitlin | got rid of wxBuffer (finally!!!)
|
commit | commitdiff | tree |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
|
commit | commitdiff | tree |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | init more (all?) member variables
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | added initloc.h to, removed timer.h from base headers
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | documented wxUSE_GUI/BASE and __WXBASE__
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | removed WXDLLEXPORT_CTORFN (was always empty anyhow)
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | suppress warning about unused variable
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | fixed crash on startup
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | removed unused method declaration
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | GetOsVersion() is now wxGUIAppTraits method instead...
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | removed wxFunction
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | added Bulgarian translations
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | fixed VC++ warning in release build
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | fixed Unicode compilation and run-time problems
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | regenerated with autocofn 2.57
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | added missing #include bitmap.h
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | we can't declare WinMain() with other arguments using...
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | include init.h as wxEntry is supposed to be declared...
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | removed old wxEntry() declaration
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | removed old wxEntry declarations
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | small wxGTK compilation fixes
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | added empty Init/CleanUpStandardHandlers() for compatibility...
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | more work on fixing wxEntry() and ANSI/Unicode cmd...
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | extracted common initialization/cleanup functions in...
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | added wxCRIT_SECT_DECLARE_MEMBER
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | added release()
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | documented wxIsMainThread() and other thread-related...
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | corrected link in see also
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | added wxIsMainThread()
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | we don't need to include wx/mac/private.h, at least...
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | fix for compiling in wxUSE_GUI == 0 mode
|
commit | commitdiff | tree |
2003-06-28 |
Vadim Zeitlin | fix for comparison bug in GetHeader()
|
commit | commitdiff | tree |
2003-06-28 |
Vadim Zeitlin | fixed fatal crash in Create() after my last change
|
commit | commitdiff | tree |
2003-06-28 |
Vadim Zeitlin | replaced wxGetOsVersion() with wxGUIAppTraits::GetOSVersion()
|
commit | commitdiff | tree |
2003-06-28 |
Vadim Zeitlin | fixed unused variable warnings
|
commit | commitdiff | tree |
2003-06-28 |
Vadim Zeitlin | fixed sscanf() format string typo
|
commit | commitdiff | tree |
2003-06-28 |
Vadim Zeitlin | don't generate makefiles for the samples which don...
|
commit | commitdiff | tree |
2003-06-28 |
Vadim Zeitlin | don't output strange "base (hosted)" message when not...
|
commit | commitdiff | tree |
2003-06-28 |
Vadim Zeitlin | only configure programs which compile without GUI when...
|
commit | commitdiff | tree |
2003-06-27 |
Vadim Zeitlin | added RefreshItem[s]()
|
commit | commitdiff | tree |
2003-06-27 |
Vadim Zeitlin | moved GetOSVersion() to the base traits class; implement...
|
commit | commitdiff | tree |
2003-06-27 |
Vadim Zeitlin | TryParent()/ProcessEvent() were included in both base...
|
commit | commitdiff | tree |
2003-06-26 |
Vadim Zeitlin | __WXBASE__ -> wxUSE_BASE
|
commit | commitdiff | tree |
2003-06-26 |
Vadim Zeitlin | added EstimateTotalHeight
|
commit | commitdiff | tree |
2003-06-26 |
Vadim Zeitlin | pass event to validators fisrt, before using the dynamic...
|
commit | commitdiff | tree |
2003-06-26 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2003-06-26 |
Vadim Zeitlin | changing the number of items in wxHtmlListBox should...
|
commit | commitdiff | tree |
2003-06-26 |
Vadim Zeitlin | compilation fixes for separate build
|
commit | commitdiff | tree |
2003-06-26 |
Vadim Zeitlin | compilation fix for wxGUI
|
commit | commitdiff | tree |
2003-06-26 |
Vadim Zeitlin | got rid of wxEvtHandler::m_isWindow, use virtual functions...
|
commit | commitdiff | tree |
2003-06-25 |
Vadim Zeitlin | some more #if wxUSE_BASE (but still not enough)
|
commit | commitdiff | tree |
2003-06-25 |
Vadim Zeitlin | extracted wxStopWatch and global timer functions in...
|
commit | commitdiff | tree |
2003-06-25 |
Vadim Zeitlin | missign app.h header
|
commit | commitdiff | tree |
2003-06-25 |
Vadim Zeitlin | a quick hack to fix wxBase compilation
|
commit | commitdiff | tree |
2003-06-25 |
Vadim Zeitlin | missing wx/iconloc.h added
|
commit | commitdiff | tree |
2003-06-25 |
Vadim Zeitlin | removed #pragma interface because it results in link...
|
commit | commitdiff | tree |
2003-06-24 |
Vadim Zeitlin | wxTINY_CAPTION_XXX are obsolete
|
commit | commitdiff | tree |
2003-06-24 |
Vadim Zeitlin | added new files (after library split)
|
commit | commitdiff | tree |
2003-06-24 |
Vadim Zeitlin | compilation fix for wxGTK
|
commit | commitdiff | tree |
2003-06-24 |
Vadim Zeitlin | regenerated project/makefiles with tmake
|
commit | commitdiff | tree |
2003-06-24 |
Vadim Zeitlin | removed duplicate wxTheApp and m_appInitFn definitions...
|
commit | commitdiff | tree |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build...
|
commit | commitdiff | tree |
2003-06-23 |
Vadim Zeitlin | deleted non existing Cancelled() method
|
commit | commitdiff | tree |
2003-06-23 |
Vadim Zeitlin | added missing Skip() in OnIdle()
|
commit | commitdiff | tree |
2003-06-23 |
Vadim Zeitlin | use __VISUALC__ instead of _MSC_VER to avoid problems...
|
commit | commitdiff | tree |
2003-06-23 |
Vadim Zeitlin | GetIcon() returns wxIconLocation, not wxIcon, now
|
commit | commitdiff | tree |
2003-06-22 |
Vadim Zeitlin | Fixed typo in cmdline option name; TRUE / FALSE ->...
|
commit | commitdiff | tree |
2003-06-22 |
Vadim Zeitlin | missing backslash before underscore (patch 758143)
|
commit | commitdiff | tree |
2003-06-22 |
Vadim Zeitlin | allow wxFileConfig be created with empty name (will...
|
commit | commitdiff | tree |
2003-06-22 |
Vadim Zeitlin | LaTeX2e fixes (patch 748118)
|
commit | commitdiff | tree |
2003-06-22 |
Vadim Zeitlin | support Show() in wxFlexGridSizer (patch 737850)
|
commit | commitdiff | tree |
2003-06-22 |
Vadim Zeitlin | set selection before setting focus to the control in...
|
commit | commitdiff | tree |
2003-06-22 |
Vadim Zeitlin | fix VC 7.x release build problems
|
commit | commitdiff | tree |
2003-06-22 |
Vadim Zeitlin | temp fix for link errors after last commit
|
commit | commitdiff | tree |
2003-06-22 |
Vadim Zeitlin | GNU/Hurd patch
|
commit | commitdiff | tree |
2003-06-22 |
Vadim Zeitlin | added missing default value for pos parameter in ctor...
|
commit | commitdiff | tree |
2003-06-22 |
Vadim Zeitlin | updated after wxFileType change
|
commit | commitdiff | tree |
2003-06-22 |
Vadim Zeitlin | added default ctor
|
commit | commitdiff | tree |
2003-06-21 |
Vadim Zeitlin | don't disable hidden windows in wxWindowDisabler, it...
|
commit | commitdiff | tree |
2003-06-21 |
Vadim Zeitlin | removed Win16 horrors
|
commit | commitdiff | tree |
2003-06-21 |
Vadim Zeitlin | removed datacmn, not a base file any more
|
commit | commitdiff | tree |
2003-06-21 |
Vadim Zeitlin | removed datacmn
|
commit | commitdiff | tree |
2003-06-21 |
Vadim Zeitlin | added wxIconLocation; minor fixes to wxIcon on some...
|
commit | commitdiff | tree |
2003-06-19 |
Vadim Zeitlin | removed redundant wxUSE_GUI checks
|
commit | commitdiff | tree |
2003-06-19 |
Vadim Zeitlin | added __WXBASE__ define; removed duplicated (in wx...
|
commit | commitdiff | tree |
2003-06-19 |
Vadim Zeitlin | added wxIsDebuggerRunning() (which is going to replace...
|
commit | commitdiff | tree |
2003-06-19 |
Vadim Zeitlin | fixed infinite recursion bug in some rare cases
|
commit | commitdiff | tree |
2003-06-19 |
Vadim Zeitlin | wxUniv compilation fix
|
commit | commitdiff | tree |
2003-06-18 |
Vadim Zeitlin | detect EOF better when reading HTTP reply
|
commit | commitdiff | tree |
2003-06-18 |
Vadim Zeitlin | removed unnecessary #if wxUSE_GUIs
|
commit | commitdiff | tree |
2003-06-18 |
Vadim Zeitlin | removed deprecated ConvertToBitmap() and wxImage(wxBitmap...
|
commit | commitdiff | tree |
2003-06-18 |
Vadim Zeitlin | wxComboBox doesn't (officially) derive from wxChoice
|
commit | commitdiff | tree |
2003-06-18 |
Vadim Zeitlin | removed a now unnecessary line
|
commit | commitdiff | tree |
next |