wxWidgets.git
2006-08-01  Włodzimierz... Removed unused Symantec (*.sc) build system. Symantec...
2006-08-01  Václav Slavíkfixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS
2006-08-01  Stefan Csomoron mac using macroman only created once a successful...
2006-08-01  Václav Slavíkmove wx11 and (the rest of) wxMGL specific checks into...
2006-08-01  Václav SlavíkwxX11's wxBitmap requires wxPalette, so check for wxUSE...
2006-08-01  Włodzimierz... Removed all outdated makefile.dos and their *.msc include.
2006-08-01  Václav Slavíkcompilation fix for !wxUSE_LOG
2006-07-31  Vadim Zeitlinrelease build unused variable warning fix
2006-07-31  Vadim ZeitlinTLW default item changes have changed Enter key process...
2006-07-31  Robin Dunntypo fix
2006-07-31  Robin DunnAdded wxCB_FILENAME
2006-07-31  Robin DunnAdded wxMouseCaptureLostEvent
2006-07-31  Václav Slavíkavoid warnings about undefined wxUSE_LOG_DEBUG if wxUSE...
2006-07-31  Václav Slavíkmade the rest of wxEncodingConverter tables const
2006-07-31  Václav Slavíkwarnings fixes for !wxUSE_FONTMAP
2006-07-31  Václav Slavíkcompilation fix for !wxUSE_FONTMAPstrconv.cpp
2006-07-31  Václav Slavíkdon't pass window argument to NotifyCaptureLost, it...
2006-07-31  Václav SlavíkwxFileModificationTime() needs wxDateTime, put it insid...
2006-07-31  Włodzimierz... '[ 1530831 ] wxOwnerDrawnComboBox page for Widgets...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-31  Benjamin Williamssupress unused var warning
2006-07-31  Benjamin Williamswrapped up Show() calls to prevent gtk bug from manifesting
2006-07-31  Mart RaudseppDon't use filename encoding conversion when passing...
2006-07-30  Vadim Zeitlinreverted the move of wxComboBox styles from wx/defs...
2006-07-30  Vadim Zeitlinreverted the move of wxComboBox styles from wx/defs...
2006-07-30  Benjamin Williamsworkaround for bug #1531361
2006-07-30  Robert Roebling Next compilo.
2006-07-30  Robert Roebling Compilation fix after wxCB_ flags move.
2006-07-30  Robert Roebling Compile fix.
2006-07-30  Vadim Zeitlindon't append -ansi to source package
2006-07-29  Vadim Zeitlinnicer messages for gstreamer detection
2006-07-29  Vadim Zeitlinadded wxMediaCttl build dependencies
2006-07-29  Vadim Zeitlin--enable-debug shouldn't be in COMMON_CONFIGURE_OPTIONS...
2006-07-29  Vadim Zeitlinadded support for building non-Unicode packages which...
2006-07-29  Robin DunnreSWIGged
2006-07-29  Robin DunnreSWIGged
2006-07-29  Robin DunnDLL compilation fixes
2006-07-29  Robin DunnVarious little tweaks to get up to date with CVS
2006-07-29  Vadim Zeitlintypo (patch 1528925)
2006-07-29  Vadim Zeitlinadd @DATE@, @TIME@ and @TITLE@ macros to HTML printing...
2006-07-29  Vadim Zeitlincompilation fix for wxUSE_DYNLIB_CLASS == 0
2006-07-29  Vadim ZeitlinwxUSE_DATAOBJ requires wxUSE_OLE (bug 1526189)
2006-07-29  Vadim Zeitlinmoved combobox styles from defs.to to combobox.h; added...
2006-07-29  Vadim Zeitlincorrected a target name
2006-07-29  Vadim Zeitlincopy most of the files for all of the samples automatic...
2006-07-29  Vadim Zeitlinregenerated after recent changes (MirBSD support; conti...
2006-07-29  Vadim Zeitlinrebaked after wxrc-related change
2006-07-29  Stefan NeisAdded default value for "pos" parameter in constructor...
2006-07-29  Robin DunnOnly do Armel Asselin's memory reduction patch in Paste...
2006-07-29  Vadim Zeitlinupdates from Adrián González Alba
2006-07-28  Vadim Zeitlinremoved wxLANGUAGE_SERBIAN, we must explicitly use...
2006-07-28  Vadim Zeitlinallow changing the page from keyboard in property sheet...
2006-07-28  Vadim Zeitlinadded HasMultiplePages()
2006-07-28  Vadim Zeitlincontinue even if the system name is not recognized
2006-07-28  Benjamin Williamswxaui/tabmdi size fix for gtk
2006-07-28  Václav Slavíkfixed makefiles to fail if building wxrc fails
2006-07-28  Václav Slavíkreverted the change to not use wxList until dynarray...
2006-07-27  Vadim Zeitlinremove -mt from gstreamer CFLAGS/LIBS under Solaris/gcc
2006-07-27  Václav Slavíkdon't use untyped wxList in wxXmlResource
2006-07-27  Włodzimierz... Include wx/dataobj.h according to precompiled headers...
2006-07-27  Mart RaudseppKill typo noticed by Priit Laes.
2006-07-27  Mart RaudseppDon't mark "." and ".." for translation when they are...
2006-07-27  Mart RaudseppUse wxPLURAL to allow for singular "%ld bytes" version...
2006-07-27  Mart RaudseppNote that wxSlider::Get/SetLineSize is implemented...
2006-07-27  Mart Raudsepp[wxGTK] Implement wxSlider::GetLineSize and wxSlider...
2006-07-27  Mart RaudseppUse GTK casts.
2006-07-27  Mart RaudseppAdd line and page size modification possibility.
2006-07-26  Vadim Zeitlindefine _TM_DEFINED if we define struct tm here
2006-07-26  Vadim Zeitlinremove debugging printf() from wxGridCellFloatEditor...
2006-07-26  Jamie GaddPCH build fix.
2006-07-26  Jamie GaddPCH build fix.
2006-07-25  Vadim Zeitlindon't make wxPathList dtor virtual, this is unneeded...
2006-07-25  Vadim Zeitlinuse GetLabelText() instead of wxStripMenuCodes() to...
2006-07-25  Alex BlighWork around problems with sizing floating panes on GTK
2006-07-25  Vadim Zeitlinadded possibility to strip only mnemonics, not accels...
2006-07-25  Benjamin Williamsanother bug fix for the sample
2006-07-25  Benjamin Williamsfixed bad pane name
2006-07-25  Włodzimierz... Minor header cleaning.
2006-07-25  Włodzimierz... Fix for function access shown in Tinderbox builds.
2006-07-25  Alex BlighwxAUI: fixed pane saving design thinko
2006-07-25  Włodzimierz... [ 1528248 ] Fix to the width of the wxGenericColourButton
2006-07-25  Alex BlighwxAUI: Support serialization of individual PaneInfo...
2006-07-25  Włodzimierz... PCH build fix.
2006-07-25  Włodzimierz... PCH build fix.
2006-07-25  Włodzimierz... Blind Tinderbox build fix.
2006-07-25  Włodzimierz... Removed unused files.
2006-07-25  Jamie GaddMake wxTreebook use wxControlContainer.
2006-07-25  Jamie GaddWarning fix for the warning fix.
2006-07-25  Włodzimierz... Allow wxUSE_INTL==0 builds.
2006-07-25  Włodzimierz... Include wx/stopwatch.h according to precompiled headers...
2006-07-25  Włodzimierz... Simplify PCH support. Minor source cleaning.
2006-07-25  Włodzimierz... PCH build fix.
2006-07-25  Włodzimierz... Use same type in both results of A?B:C operator (Tinder...
2006-07-25  Włodzimierz... Final steps to move to common icon.
2006-07-25  Włodzimierz... PCH build fix.
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-25  Vadim Zeitlininclude X11/Xutil.h for wxMotif compilation
2006-07-25  Vadim Zeitlincompilation fix for platforms where size_t is unsigned...
2006-07-25  Vadim Zeitlindocument HasAlignment(), Left/RightIndent() and Tabs...
next