2006-12-19 |
Vadim Zeitlin | include wxUniv files into wxX11 distribution
|
commit | commitdiff | tree |
2006-12-17 |
Vadim Zeitlin | suppress a CodeWarrior warning about long to int conversion...
|
commit | commitdiff | tree |
2006-12-17 |
Vadim Zeitlin | don't treat foo in c:\\foo\bar as network share
|
commit | commitdiff | tree |
2006-12-17 |
Vadim Zeitlin | corrected tests to deal with multiple consecutive ...
|
commit | commitdiff | tree |
2006-12-17 |
Vadim Zeitlin | added test for parsing c:\\aaa\bbb\ccc paths (aaa shouldn...
|
commit | commitdiff | tree |
2006-12-17 |
Vadim Zeitlin | don't set the label colour in DrawButtonLabel(), this...
|
commit | commitdiff | tree |
2006-12-17 |
Vadim Zeitlin | forcefully get rid of the scrollbars in CalcWindowSizes...
|
commit | commitdiff | tree |
2006-12-16 |
Vadim Zeitlin | for for initializing wxFileName with empty string returning...
|
commit | commitdiff | tree |
2006-12-16 |
Vadim Zeitlin | added links to Dir/FileName in construction section...
|
commit | commitdiff | tree |
2006-12-16 |
Vadim Zeitlin | don't set score files permissions to 0666, why would...
|
commit | commitdiff | tree |
2006-12-16 |
Vadim Zeitlin | added include/msvc/wx/setup.h
|
commit | commitdiff | tree |
2006-12-16 |
Vadim Zeitlin | test both wxMBConvUTFxx and wxCSConv(wxFONTENCODING_UTFxx...
|
commit | commitdiff | tree |
2006-12-15 |
Vadim Zeitlin | fix compilation with wxUSE_STL=1 for VC6 (and presumably...
|
commit | commitdiff | tree |
2006-12-15 |
Vadim Zeitlin | respect background colour of wxStaticText in wxUniv
|
commit | commitdiff | tree |
2006-12-15 |
Vadim Zeitlin | correct GetBestSize() to return correct best size,...
|
commit | commitdiff | tree |
2006-12-15 |
Vadim Zeitlin | mention wxRmDir() and its opposite return value meaning...
|
commit | commitdiff | tree |
2006-12-15 |
Vadim Zeitlin | correct GetBestSize() to return correct best size,...
|
commit | commitdiff | tree |
2006-12-14 |
Vadim Zeitlin | really removed __WIN95__ (as mentioned, but not done...
|
commit | commitdiff | tree |
2006-12-14 |
Vadim Zeitlin | test for __WIN32__ and not __WIN95__ when defining...
|
commit | commitdiff | tree |
2006-12-13 |
Vadim Zeitlin | mention bcc Unicode build fix
|
commit | commitdiff | tree |
2006-12-13 |
Vadim Zeitlin | don't crash in Unicode build if command line arguments...
|
commit | commitdiff | tree |
2006-12-13 |
Vadim Zeitlin | added 2.8.0.1-1 packaged by myself
|
commit | commitdiff | tree |
2006-12-13 |
Vadim Zeitlin | added a tiny script to build both ANSI and Unicode...
|
commit | commitdiff | tree |
2006-12-13 |
Vadim Zeitlin | cast size_t to unsigned long, not unsigned (even though...
|
commit | commitdiff | tree |
2006-12-12 |
Vadim Zeitlin | replaced 25 in libraries names with 28
|
commit | commitdiff | tree |
2006-12-11 |
Vadim Zeitlin | removed unused variable
|
commit | commitdiff | tree |
2006-12-11 |
Vadim Zeitlin | more SetXXXVisible/ShowXXX() replacements
|
commit | commitdiff | tree |
2006-12-11 |
Vadim Zeitlin | added $Id$ to the header
|
commit | commitdiff | tree |
2006-12-11 |
Vadim Zeitlin | added wx prefix to wxUSE_NATIVE_SEARCH_CONTROL
|
commit | commitdiff | tree |
2006-12-11 |
Vadim Zeitlin | mention wxSearchCtrl
|
commit | commitdiff | tree |
2006-12-11 |
Vadim Zeitlin | 1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVisible()
|
commit | commitdiff | tree |
2006-12-11 |
Vadim Zeitlin | wxSearchCtrl is an editable control (too)
|
commit | commitdiff | tree |
2006-12-11 |
Vadim Zeitlin | deTABified
|
commit | commitdiff | tree |
2006-12-11 |
Vadim Zeitlin | restored variabes initialization in OnButtonSet() to...
|
commit | commitdiff | tree |
2006-12-11 |
Vadim Zeitlin | fix LaTeX syntax (non-escaped underscore)
|
commit | commitdiff | tree |
2006-12-11 |
Vadim Zeitlin | compilation fix for USE_PCH==0
|
commit | commitdiff | tree |
2006-12-11 |
Vadim Zeitlin | use wx prefix for wxUSE_NATIVE_SEARCH_CONTROL macro...
|
commit | commitdiff | tree |
2006-12-10 |
Vadim Zeitlin | set wxDATAVIEW_CELL_SELECTED in flags passed to Render...
|
commit | commitdiff | tree |
2006-12-10 |
Vadim Zeitlin | GetLongPath() should just do nothing under CE as there...
|
commit | commitdiff | tree |
2006-12-10 |
Vadim Zeitlin | replaced size_t with unsigned int in wxAnimation and...
|
commit | commitdiff | tree |
2006-12-10 |
Vadim Zeitlin | added collpane sample
|
commit | commitdiff | tree |
2006-12-10 |
Vadim Zeitlin | fixed off by one error in OnButtonSet()
|
commit | commitdiff | tree |
2006-12-10 |
Vadim Zeitlin | compilation fix for g++ < 3.4 after last commit
|
commit | commitdiff | tree |
2006-12-09 |
Vadim Zeitlin | mention wxCSConv(utf-16/32) fix
|
commit | commitdiff | tree |
2006-12-09 |
Vadim Zeitlin | implement To/FromWchar() as wxCSConv methods, otherwise...
|
commit | commitdiff | tree |
2006-12-09 |
Vadim Zeitlin | Unicode compilation fixes
|
commit | commitdiff | tree |
2006-12-09 |
Vadim Zeitlin | added test cases for wxTextInputStream and UTF-xx encoded...
|
commit | commitdiff | tree |
2006-12-09 |
Vadim Zeitlin | default name of wxStaticLine should be wxStaticLineNameStr...
|
commit | commitdiff | tree |
2006-12-09 |
Vadim Zeitlin | ignore warning 4535 for VC8 too as it still seems to...
|
commit | commitdiff | tree |
2006-12-08 |
Vadim Zeitlin | 1. don't assert if we're passed an empty defaultDir...
|
commit | commitdiff | tree |
2006-12-08 |
Vadim Zeitlin | use MAP_INVALID_UTF8_TO_PUA instead of MAP_INVALID_UTF8_TO_O...
|
commit | commitdiff | tree |
2006-12-06 |
Vadim Zeitlin | explicitly call OnExit() in the ports which don't use...
|
commit | commitdiff | tree |
2006-12-06 |
Vadim Zeitlin | we don't need to include wx/url.h from the header,...
|
commit | commitdiff | tree |
2006-12-06 |
Vadim Zeitlin | don't leave dummy extension in of.lpstrDefExt (bug...
|
commit | commitdiff | tree |
2006-12-06 |
Vadim Zeitlin | ask for BPP for .bmp extension, not .bpp one
|
commit | commitdiff | tree |
2006-12-05 |
Vadim Zeitlin | use #define instead of static const to avoid warnings...
|
commit | commitdiff | tree |
2006-12-05 |
Vadim Zeitlin | updated for 2.8.0 rc3
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | removed a couple of useless #if wxUSE_UNICODE tests
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | uncommented code in wxgtk_list_store_get_value() and...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | --with-gnomeprint not needed any longer, it's the default now
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | enable gnomeprint code by default
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | removed extra comma in --enable-dataviewctrl helpstring
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | add test for wxLaunchDefaultBrowser, it makes sense...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | unused parameter warning fix after last change
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | quick fix for TRACE_DND being undefined for compilers...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | fix a problem with (sometimes) editing an invalid item...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | fix (harmless) assert in virtual list control under...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | use wxMBConvUTF8(MAP_INVALID_UTF8_TO_OCTAL) for all...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | give the file name in the error message about failed...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | removed wxGTK-specific 2 pixel border around the window...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | allow dynamically changing most of text control styles...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | removed empty and unused CalculateScrollbar() method
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | added documentation of return value of ToggleWindowStyle()
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | added a small helper ToggleWindowStyle() function
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | ensure that scroll position is always in scrolling...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | removed explicit initial size for BugsGridFrame, it...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | removed unneeded SetMargins(0, 0) call (this is the...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | added the missing parameter to SetScrollbars() call...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | replaced wxLogDebug with wxLogTrace in wxExecute()...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | create mask from alpha channel if the bitmap has no...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | use Remove(-1) instead of looping over all images manually...
|
commit | commitdiff | tree |
2006-12-04 |
Vadim Zeitlin | moved assertdlg_gtk.[ch] to GTK_LOWLEVEL_SRC/HDR to...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | fix for assert which happened if the checkbox was cleared...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | removed the workaround for our SetWindowStyleFlag(...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | don't use SetWindowStyleFlag() in wxWindowBase::CreateBase...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | fixed long standing bug with Fit() still showing the...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | suppress warnings about double to short conversions...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | don't call fputs() with NULL buffer, it crashes
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | added default value for GetLocalizedResourcesDir()...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | added a dummy return to GetItemState() to suppress...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | fixed gcc warning about size_t/src/common/dbgrid.cppi...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | don't show wxOnAssert() frame neither in the assert...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | don't show line numbers as 0 when they're not available...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | replaced the button suppressing the assert dialog with...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | stop the rename timer when the current item changes...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | no changes, just de TABified
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | backported changes from gtk/window.cpp 1.679 and dnd...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | remove pointer to the changelog in the docs which isn...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | fix initial layout of the widgets pages: avoid calling...
|
commit | commitdiff | tree |
2006-12-03 |
Vadim Zeitlin | added --disable-vararg_macros option to allow not using...
|
commit | commitdiff | tree |
next |