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 |
2006-12-02 |
Vadim Zeitlin | removed many redundant 'overview's; tried to make more...
|
commit | commitdiff | tree |
2006-12-02 |
Vadim Zeitlin | removed 2 more extra '{'s
|
commit | commitdiff | tree |
2006-12-02 |
Vadim Zeitlin | escape underscores to fix the docs build
|
commit | commitdiff | tree |
2006-12-02 |
Vadim Zeitlin | remove extra '{' which broke docs compilation
|
commit | commitdiff | tree |
2006-12-02 |
Vadim Zeitlin | added Get(MultiLine)TextEvent() overloads returning...
|
commit | commitdiff | tree |
2006-12-02 |
Vadim Zeitlin | more woodoo in DoGetBestSize() to get rid of tree borders...
|
commit | commitdiff | tree |
2006-12-02 |
Vadim Zeitlin | reset the old disabled image list even if there is...
|
commit | commitdiff | tree |
2006-12-02 |
Vadim Zeitlin | SetFormat() exists in generic version only (bug 1605753)
|
commit | commitdiff | tree |
2006-12-02 |
Vadim Zeitlin | escape '<' in strings with Pango markup
|
commit | commitdiff | tree |
2006-11-29 |
Vadim Zeitlin | fixed unused variable warning
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | better fix for scope resolution operator and Borland...
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | don't define wxMBFILES for Borland, this breaks compilation...
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | don't use scope resolution operator for Borland in...
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | include stdio.h to get FILE declaration (bug 1592935)
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | avoid assert in DoGetBestSize() for an empty tree
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | cache the best size in overridden DoGetBestSize()
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | don't link with GUI libraries when wxUSE_GUI==0
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | added test for Get/UngetWriteBuf()
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | NUL terminate the string in UngetWriteBuf(len) (bug...
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | make Ok button in the dialog the default one as people...
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | fixed missing initialization of line variable in InitFrames...
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | replaced assert in wxPrintfConvSpec::ReplaceAsteriskWith...
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | ensure that image data is always freed by using wxON_BLOCK_E...
|
commit | commitdiff | tree |
2006-11-27 |
Vadim Zeitlin | need to tweak the standard header with BCC 5.6 to build...
|
commit | commitdiff | tree |
next |