]> git.saurik.com Git - wxWidgets.git/history - src
wxDFB: fix events processing to support sockets events
[wxWidgets.git] / src /
2006-12-18  Václav SlavíkwxDFB: fix events processing to support sockets events
2006-12-17  Vadim Zeitlindon't treat foo in c:\\foo\bar as network share
2006-12-17  Vadim Zeitlindon't set the label colour in DrawButtonLabel(), this...
2006-12-17  Vadim Zeitlinforcefully get rid of the scrollbars in CalcWindowSizes...
2006-12-16  Vadim Zeitlinfor for initializing wxFileName with empty string retur...
2006-12-15  Stefan Csomoradding common search field file
2006-12-15  Stefan Csomorusing native architecture for development builds only...
2006-12-15  Vadim Zeitlinrespect background colour of wxStaticText in wxUniv
2006-12-15  Vadim Zeitlincorrect GetBestSize() to return correct best size,...
2006-12-14  Václav Slavíkcompilation fix for wxUSE_ACCEL && !wxUSE_BUTTON
2006-12-14  Václav Slavíkmoved wxX11's wxSocketTable to private wxSocketEventDis...
2006-12-14  Václav Slavíkfixed wxStdRenderer::DrawButtonLabel() to not change...
2006-12-14  Paul Cornettmake sure style is set on menubar before querying its...
2006-12-13  Vadim Zeitlindon't crash in Unicode build if command line arguments...
2006-12-13  Vadim Zeitlincast size_t to unsigned long, not unsigned (even though...
2006-12-13  Václav Slavíkmake sure the window is fully painted before DirectFB...
2006-12-12  Robert Roebling Made wxSearchCtrl look like other text controls under...
2006-12-12  Robert Roebling Moved allocate size correction code from combobox
2006-12-12  Robert Roebling Add hack for correct height of wxComboBox in
2006-12-12  Robin DunnCompile fixes for Panther
2006-12-12  Robin DunnAlso do LayoutControls from EVT_SIZE handler
2006-12-11  Václav Slavíkfixed wxCSConv to work again for iso-8859-1
2006-12-11  Robin DunnFix compile error
2006-12-11  Kevin OllivierChange event names to clarify that they are only fired...
2006-12-11  Paul Cornettcleanup:
2006-12-11  Paul Cornettcleanup:
2006-12-11  Vadim Zeitlinremoved unused variable
2006-12-11  Vadim Zeitlinmore SetXXXVisible/ShowXXX() replacements
2006-12-11  Vadim Zeitlinadded $Id$ to the header
2006-12-11  Vadim Zeitlinadded wx prefix to wxUSE_NATIVE_SEARCH_CONTROL
2006-12-11  Vadim Zeitlin1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
2006-12-11  Chris Elliottfix watcom problem (thanks ABX)
2006-12-11  Chris Elliottfix missing includessrc/generic/srchctlg.cpp
2006-12-11  Kevin OllivierImprove default wxSearchCtrl GetBestSize() width and...
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-11  Kevin HockAs per discussion in bug #1612106, change default socke...
2006-12-10  Paul Cornettsize_t passed to %d format specifier
2006-12-10  Václav Slavík1. removed code that already exist in ~wxTLWBase from...
2006-12-10  Václav Slavíkremoved code that already exist in ~wxTLWBase from...
2006-12-10  Vadim Zeitlinset wxDATAVIEW_CELL_SELECTED in flags passed to Render...
2006-12-10  Vadim ZeitlinGetLongPath() should just do nothing under CE as there...
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-12-10  Stefan Csomorswitching to autorelease
2006-12-10  Stefan Csomoradding an autorelease capability (got weird crashes...
2006-12-10  Włodzimierz SkibaWarning fix.
2006-12-09  Michael WetherellRevert last commit.
2006-12-09  Paul Cornettindentation fixes
2006-12-09  Paul Cornettunused variable
2006-12-09  Paul CornettSetInsertionPointEnd should make the insert point visib...
2006-12-09  Paul Cornettrename RemoveIdleSource to SuspendIdleCallback
2006-12-09  Vadim Zeitlinimplement To/FromWchar() as wxCSConv methods, otherwise...
2006-12-09  Vadim Zeitlindefault name of wxStaticLine should be wxStaticLineName...
2006-12-09  Vadim Zeitlinignore warning 4535 for VC8 too as it still seems to...
2006-12-09  Stefan Csomorfixing memory leaks (toolbartool not released) and...
2006-12-09  Paul Cornettfix for SetPosition/SetInsertionPoint when called durin...
2006-12-08  Paul Cornettre-enable blocking of wx idle events when assert dialog...
2006-12-08  Stefan Csomorswitching from native rtti to wxrtti
2006-12-08  Vadim Zeitlin1. don't assert if we're passed an empty defaultDir...
2006-12-08  Vadim Zeitlinuse MAP_INVALID_UTF8_TO_PUA instead of MAP_INVALID_UTF8...
2006-12-07  Robert Roebling No longer break idle (and indeed all) event handling
2006-12-07  Paul Cornettbitwise vs. logical operator
2006-12-07  Paul Cornettstatic functions don't need an instance
2006-12-07  Paul Cornettcorrect access for virtual, declare variable only if...
2006-12-07  Paul Cornettremove redundant test
2006-12-07  Paul Cornettuse correct test
2006-12-07  Paul Cornettindentation fix
2006-12-07  Paul Cornettuse computed justification
2006-12-07  Paul Cornettunused variable
2006-12-07  Paul Cornettfix wrong parenthesizing of boolean expressions
2006-12-07  Paul Cornettminor cleanup
2006-12-07  Robin Dunnclip the bitmap to the size of the source DC in DoBlit...
2006-12-06  Vadim Zeitlinexplicitly call OnExit() in the ports which don't use...
2006-12-06  Kevin OllivierImplement SortItems for native OS X wxListCtrl to match...
2006-12-06  Robert Roebling I blindly believe that WinCE doesn't delete a
2006-12-06  Vadim Zeitlinwe don't need to include wx/url.h from the header,...
2006-12-06  Václav Slavíkuse WXDFB_FONTPATH variable instead of WXDFB_FONTDIR...
2006-12-06  Vadim Zeitlindon't leave dummy extension in of.lpstrDefExt (bug...
2006-12-06  Kevin OllivierFix eating of key events (cleaner impl will come after...
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-12-05  Vadim Zeitlinuse #define instead of static const to avoid warnings...
2006-12-04  Vadim Zeitlinremoved a couple of useless #if wxUSE_UNICODE tests
2006-12-04  Vadim Zeitlinuncommented code in wxgtk_list_store_get_value() and...
2006-12-04  Vadim Zeitlinunused parameter warning fix after last change
2006-12-04  Vadim Zeitlinquick fix for TRACE_DND being undefined for compilers...
2006-12-04  Vadim Zeitlinfix a problem with (sometimes) editing an invalid item...
2006-12-04  Vadim Zeitlinfix (harmless) assert in virtual list control under...
2006-12-04  Vadim Zeitlinuse wxMBConvUTF8(MAP_INVALID_UTF8_TO_OCTAL) for all...
2006-12-04  Vadim Zeitlingive the file name in the error message about failed...
2006-12-04  Julian SmartAvoid generating two events on selection (when MSWComma...
2006-12-04  Vadim Zeitlinremoved wxGTK-specific 2 pixel border around the window...
2006-12-04  Vadim Zeitlinallow dynamically changing most of text control styles...
2006-12-04  Vadim Zeitlinremoved empty and unused CalculateScrollbar() method
2006-12-04  Vadim Zeitlinadded a small helper ToggleWindowStyle() function
2006-12-04  Vadim Zeitlinensure that scroll position is always in scrolling...
2006-12-04  Vadim Zeitlinadded the missing parameter to SetScrollbars() call...
2006-12-04  Vadim Zeitlinreplaced wxLogDebug with wxLogTrace in wxExecute()...
2006-12-04  Julian SmartUse font encoding
2006-12-04  Julian SmartAn attempt at fixing the Unicode conversion errors...
2006-12-04  Julian SmartAdded SetEncoding
2006-12-04  Jouk Jansen Committing in .
next