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 |
2006-11-26 |
Vadim Zeitlin | replaced some chars with wxChars (patch from Tim Kosse)
|
commit | commitdiff | tree |
2006-11-26 |
Vadim Zeitlin | compilation fix for BCC 5.5: use IsSameAs() instead...
|
commit | commitdiff | tree |
2006-11-25 |
Vadim Zeitlin | update for 2.8.0; also switched to UTF-8 from ISO8859-2
|
commit | commitdiff | tree |
2006-11-25 |
Vadim Zeitlin | force linux/joystick.h header compilation (and not...
|
commit | commitdiff | tree |
2006-11-25 |
Vadim Zeitlin | corrected wxTreeCtrl::GetBestSize() for a control with...
|
commit | commitdiff | tree |
2006-11-25 |
Vadim Zeitlin | added wxWindow::GetWindowBorderSize()
|
commit | commitdiff | tree |
2006-11-25 |
Vadim Zeitlin | IPC sample projects renamed from ipc_xxx to ipc_ipcxxx
|
commit | commitdiff | tree |
2006-11-25 |
Vadim Zeitlin | rename some projects to avoid project name clashes...
|
commit | commitdiff | tree |
2006-11-25 |
Vadim Zeitlin | move wxIsDragResultOk out of line to avoid problems...
|
commit | commitdiff | tree |
2006-11-24 |
Vadim Zeitlin | Fixed bug in wxCalendarCtrl::HitTest() when clicking...
|
commit | commitdiff | tree |
2006-11-24 |
Vadim Zeitlin | test resizeable calendar control
|
commit | commitdiff | tree |
2006-11-24 |
Vadim Zeitlin | avoid warnings about missing macro parameters (only...
|
commit | commitdiff | tree |
2006-11-24 |
Vadim Zeitlin | handle wxXmlResource::Load() errors
|
commit | commitdiff | tree |
2006-11-23 |
Vadim Zeitlin | limit TLW size to display size in wxSizer::Fit() instead...
|
commit | commitdiff | tree |
2006-11-23 |
Vadim Zeitlin | moved some wxMimeTypeCommands methods into .cpp file...
|
commit | commitdiff | tree |
2006-11-23 |
Vadim Zeitlin | typo: s/if/is/
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContainer...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | include X11/Xutil.h for wxMotif compilation
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | compilation fix for platforms where size_t is unsigned...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | document HasAlignment(), Left/RightIndent() and Tabs...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | improvements to wxPickerBase default proportion values...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | handlers added using AddHandler() last must have the...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | update from suzumizaki (patch 1522506)
|
commit | commitdiff | tree |
next |