2004-04-08 |
Vadim Zeitlin | do use context menu event under wxGTK, it is supported...
|
commit | commitdiff | tree |
2004-04-08 |
Vadim Zeitlin | last check in forgot to add WS_VSCROLL to the listbox...
|
commit | commitdiff | tree |
2004-04-08 |
Vadim Zeitlin | use SetDefaultBackgroundColour() instead of SetBgColour()
|
commit | commitdiff | tree |
2004-04-08 |
Vadim Zeitlin | suppress warnings during WinCE compilation
|
commit | commitdiff | tree |
2004-04-08 |
Vadim Zeitlin | we can now use png/jpeg/gif
|
commit | commitdiff | tree |
2004-04-08 |
Vadim Zeitlin | 1. moved InheritAttributes() from wxControl to wxWindow
|
commit | commitdiff | tree |
2004-04-08 |
Vadim Zeitlin | corrected wxEVENT_PROPAGATE_XXX constants names
|
commit | commitdiff | tree |
2004-04-06 |
Vadim Zeitlin | update from Tsolakos Stavros
|
commit | commitdiff | tree |
2004-04-05 |
Vadim Zeitlin | use wxUnusedVar() to suppress warnings about unused...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | don't define functions unused under CE when compiling...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | implemented abort() and added stub for getenv(): needed...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | removed unused stuff (fixes a couple of compilation...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | set device origin when drawing on a frame in order...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | do take the toolbar into account for Windows CE, otherwise...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | don't define SetShape() for Windows CE; use wxTLWBase...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | added wxTLWBase::GetDefaultSize() to avoid creating...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | added and documented wxSize::IsFullySpecified() and...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | include just wrapwin.h and not the entire msw/private.h
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | GlobalLock/Unlock() are available under CE, no need...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | include headers normally included from windows.h and...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | bsearch() is now available under CE, use it
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | suppressed unused param warning under CE
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | do #undef CreateDialog() under CE, what was the reason...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | include wince/missing.h under CE
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | removed tons of unused stuff apparently copied verbatim...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | use wxDIB object instead of static ConvertFromBitmap...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | enable wxDIB for Windows CE
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | taken the function unused under CE inside #ifndef __WXWINCE__
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | define BI_RLE4/8 if not defined as well
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | always use SYSTEM_FONT under CE, it doesn't have any...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | include wx/msw/wrapwin.h instead of entire private...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | WinMain() is Unicode under CE (how did this work before?)
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | include wrapwin.h instead of windows.h directly (fixes...
|
commit | commitdiff | tree |
2004-04-04 |
Vadim Zeitlin | implemented bsearch() for CE; added src/msw/wince/crt.cpp
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | removed (well, kept empty shell to avoid breaking existing...
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | fixed DoGetBestSize() for default buttons
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | implemented GetBestSize()
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | wxGTK became a little too eager in using the best size...
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | added script for generating tags file for wxGTK
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | use GetFont() instead of (possibly not initialized...
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | show window from PostCreation() (which is called for...
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | only use font/colours in SetWidgetStyle() if they're set
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | really show the menubar (calling Show(TRUE) doesn't...
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | really show the window after creation (calling Show...
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | use the window default colours, not hardcoded ones...
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | give the panel 3D grey colour by default: as it's not...
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | use wxFULL_REPAINT_ON_RESIZE only for wxPreviewCanvas...
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | fixed unused param warning
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | no changes
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | use MSWCreateControl() instead of the old mess; implemented...
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | implemented Get(Class)DefaultAttributes()
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | removed SetFont() inheriting the parents font
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | added wxGetCCDefaultFont() returning the default icon...
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | default implementation of Get(Class)DefaultAttributes()
|
commit | commitdiff | tree |
2004-04-01 |
Vadim Zeitlin | added Get(Class)DefaultAttributes()
|
commit | commitdiff | tree |
2004-03-31 |
Vadim Zeitlin | fixed compilation for Mac (MacUpdateImmediately() doesn...
|
commit | commitdiff | tree |
2004-03-30 |
Vadim Zeitlin | set SMALL_FONT for controls here because InheritAttributes...
|
commit | commitdiff | tree |
2004-03-30 |
Vadim Zeitlin | don't inherit font from the parent by default
|
commit | commitdiff | tree |
2004-03-30 |
Vadim Zeitlin | documented Set/GetWindowVariant()
|
commit | commitdiff | tree |
2004-03-30 |
Vadim Zeitlin | call wxApp::OnExceptionInMainLoop() when an exception...
|
commit | commitdiff | tree |
2004-03-30 |
Vadim Zeitlin | implemented wxApp::OnExceptionInMainLoop()
|
commit | commitdiff | tree |
2004-03-30 |
Vadim Zeitlin | added and documented wxApp::OnExceptionInMainLoop()
|
commit | commitdiff | tree |
2004-03-30 |
Vadim Zeitlin | implemented Freeze/Thaw() (patch 922156)
|
commit | commitdiff | tree |
2004-03-30 |
Vadim Zeitlin | use -lcma for a build with threads under HP-UX using...
|
commit | commitdiff | tree |
2004-03-30 |
Vadim Zeitlin | define _INCLUDE__STDC_A1_SOURCE for HP-UX, it is apparently...
|
commit | commitdiff | tree |
2004-03-29 |
Vadim Zeitlin | added a howto for adding a new encoding to wxWin
|
commit | commitdiff | tree |
2004-03-29 |
Vadim Zeitlin | removed separate wxSYS_ICONTITLE_FONT; made it the...
|
commit | commitdiff | tree |
2004-03-29 |
Vadim Zeitlin | made wxADJUST_MINSIZE default
|
commit | commitdiff | tree |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with...
|
commit | commitdiff | tree |
2004-03-27 |
Vadim Zeitlin | use best size instead of hard coded 80*26 in SetSize...
|
commit | commitdiff | tree |
2004-03-27 |
Vadim Zeitlin | just an unused var warnings
|
commit | commitdiff | tree |
2004-03-27 |
Vadim Zeitlin | printf() format mismatch warning fixed
|
commit | commitdiff | tree |
2004-03-26 |
Vadim Zeitlin | don't set wxMenu::m_menuBar when appending the menu...
|
commit | commitdiff | tree |
2004-03-24 |
Vadim Zeitlin | don't show the window initially if m_isShown is false...
|
commit | commitdiff | tree |
2004-03-22 |
Vadim Zeitlin | moved wxWinHandleHash below wxWindow declaration as...
|
commit | commitdiff | tree |
2004-03-22 |
Vadim Zeitlin | removed wxMotif::wxMenuItem::DeleteSubMenu()
|
commit | commitdiff | tree |
2004-03-22 |
Vadim Zeitlin | auto detect the icon if none given instead of asserting...
|
commit | commitdiff | tree |
2004-03-22 |
Vadim Zeitlin | update from Ylia K
|
commit | commitdiff | tree |
2004-03-21 |
Vadim Zeitlin | distinguish between main keyboard and numeric enter...
|
commit | commitdiff | tree |
2004-03-20 |
Vadim Zeitlin | compilation fix for the last wxSprintf() change
|
commit | commitdiff | tree |
2004-03-20 |
Vadim Zeitlin | why should wxMessageDialog dialog have another m_parent...
|
commit | commitdiff | tree |
2004-03-20 |
Vadim Zeitlin | reuse existing wxGetTopLevelParent() function in wxMessageDi...
|
commit | commitdiff | tree |
2004-03-20 |
Vadim Zeitlin | explicitly return NFR_UNICODE from WM_NOTIFYFORMAT...
|
commit | commitdiff | tree |
2004-03-20 |
Vadim Zeitlin | added wxSetCCUnicodeFormat() and use it in wxTreeCtrl...
|
commit | commitdiff | tree |
2004-03-19 |
Vadim Zeitlin | fixed wxSnprintf() for Unicode build
|
commit | commitdiff | tree |
2004-03-18 |
Vadim Zeitlin | fixes for warnings about implicit double -> int conversions
|
commit | commitdiff | tree |
2004-03-18 |
Vadim Zeitlin | added auto4mte.cache
|
commit | commitdiff | tree |
2004-03-17 |
Vadim Zeitlin | initialize m_initialized to false to avoid spurious...
|
commit | commitdiff | tree |
2004-03-16 |
Vadim Zeitlin | really fixed calling isspace() for non-ASCII characters
|
commit | commitdiff | tree |
2004-03-15 |
Vadim Zeitlin | don't change the font by reinitializing it to XLFD...
|
commit | commitdiff | tree |
2004-03-13 |
Vadim Zeitlin | fixed debug assert in VC 7.1 CRT due to calling isalnum...
|
commit | commitdiff | tree |
2004-03-12 |
Vadim Zeitlin | removed dcbuffer.cpp; replaced wave.cpp with sound.cpp
|
commit | commitdiff | tree |
2004-03-11 |
Vadim Zeitlin | fixed race conditions resulting in infinite OutputDebugStrin...
|
commit | commitdiff | tree |
2004-03-11 |
Vadim Zeitlin | update from Janos Vegh
|
commit | commitdiff | tree |
2004-03-05 |
Vadim Zeitlin | don't lose fonts underlined flag in ReInit() (bug fix...
|
commit | commitdiff | tree |
2004-03-03 |
Vadim Zeitlin | use global file/regkey by default
|
commit | commitdiff | tree |
2004-03-03 |
Vadim Zeitlin | fixed bug with not reading settings from HKLM
|
commit | commitdiff | tree |
2004-03-03 |
Vadim Zeitlin | added AccessMode parameter to wxRegKey
|
commit | commitdiff | tree |
2004-03-03 |
Vadim Zeitlin | do check for <iostream> even when cross-compiling ...
|
commit | commitdiff | tree |
2004-03-03 |
Vadim Zeitlin | added wxMenuBar::GetLabelTop() fix
|
commit | commitdiff | tree |
next |