]> git.saurik.com Git - wxWidgets.git/history - src
added tests for fsync() and pthread_cleanup_push/pop()
[wxWidgets.git] / src /
2005-08-04  Vadim Zeitlintest for wxHAVE_PTHREAD_CLEANUP with #ifdefs instead...
2005-08-04  Vadim Zeitlinconfigure defines HAVE_FSYNC, not wxHAVE_FSYNC
2005-08-04  Vadim ZeitlinwxNEED_STRDUP was wrong tested with #if instead of...
2005-08-04  Vadim Zeitlincheck that wxUSE_DATEPICKCTRL_GENERIC is defined before...
2005-08-03  Vadim Zeitlinno need to check dbghelp DLL initialization in GetAsser...
2005-08-03  Vadim Zeitlindon't give error message if we failed to get the stack...
2005-08-03  Michael WetherellFix deletes that should be delete[]
2005-08-03  Michael WetherellRebake after MSLU and other changes
2005-08-03  Mart Raudsepp[wxGTK2] multiline wxTextCtrl: Implement XYToPosition...
2005-08-03  Stefan Csomordon't force immediate screen updates
2005-08-02  Michael WetherellAdd import/export attributes
2005-08-01  Mart Raudsepp[wxGTK] wxFileDialog: Use native overwrite confirmation...
2005-08-01  Michael WetherellSet default size and position for top level windows
2005-08-01  Mart RaudseppMostly cosmetical preprocessor check modifications...
2005-08-01  Mart Raudsepp[ 1222406 ] Fix for BadMatch X errors with wxGLCanvas...
2005-08-01  Stefan Csomorcorrecting condition: only interfere in the non-native...
2005-07-31  Vadim Zeitlinaccount for client area origin when returning pending...
2005-07-31  Stefan Csomorapplied patch 1216005 : message and new NavDirDialog
2005-07-31  Stefan Csomorapplied patch 1223806 : unicode for tabs
2005-07-31  Stefan Csomormouse-capture fix
2005-07-31  Stefan Csomoradding 'select all' semantics
2005-07-31  Stefan Csomorfixing names
2005-07-31  Robert Roebling Correctly calculate ClientSize when using native
2005-07-31  Mattia Barbon Allow displaying Japanese character with wxMotif...
2005-07-31  Stefan Csomordefaulting to small style (24x24), and correcting the...
2005-07-31  Mattia Barbon Use accessors for wxObject members.
2005-07-30  Michael WetherellDefer deletion of wxFontsManager and MGL_exit until...
2005-07-30  Stefan NeisOnly compile PopupWindow if corresponding define is...
2005-07-30  Mattia Barbon Avoid crash when wxGUIAppTraits::GetToolkitInfo is...
2005-07-30  Mattia Barbon Return the correct encoding for X font spec construction
2005-07-30  Mattia Barbon Initialize Xt locale handling.
2005-07-30  Mattia Barbon Fix indentation.
2005-07-30  Mattia Barbon Move per display data cleanup to wxApp::CleanUp where...
2005-07-30  Mattia Barbon Align initial size handling with other ports.
2005-07-30  Mattia Barbon Remove unused headers.
2005-07-30  Julian Smartassert -> wxASSERT
2005-07-30  Vadim Zeitlinreturn pending position/size if any, not the current one
2005-07-30  Vadim Zeitlinreplaced wxMoveWindowDeferred() with wxWindow::DoMoveSi...
2005-07-29  Vadim Zeitlintake border into account in best size calculations
2005-07-29  Vadim Zeitlindecreased text limit which we consider to be set by...
2005-07-29  Vadim Zeitlinuse ReadLine() instead of GetLine() which sometimes...
2005-07-29  Włodzimierz SkibaOW/Borland/MinGW warnings. Missing headers.
2005-07-29  Włodzimierz SkibaFixed doubled header.
2005-07-29  Stefan Csomorrespect styles during creation as well
2005-07-29  Mart RaudseppWhitespace fixes
2005-07-29  Vadim Zeitlindon't crash in Get() if there is no wxApp (closes 1236514)
2005-07-29  Chris ElliottwxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271
2005-07-29  Kevin HockDo not try to expand the root node in SetWindowStyle...
2005-07-29  Vadim Zeitlinrefactoring in preparation for further changes: moved...
2005-07-29  Chris Elliottfix for VC (also ok with Borland and DMC)
2005-07-29  Vadim Zeitlinrenamed GlobalPtr to GlobalPtrLock
2005-07-29  Kevin HockFixed label positions for horizontal slider [ modified...
2005-07-29  Stefan Csomoradded intl.h for contextmenu
2005-07-29  Mart Raudseppslight CPP logic fix in my wxTLW::RequestUserAttention...
2005-07-28  Vadim Zeitlinmany improvements/bug fixes to media control: new wxEVT...
2005-07-28  Mart RaudseppwxGTK: Implemented wxTLW::RequestUserAttention()
2005-07-28  Vadim Zeitlindon't reserve space in the header for the column image...
2005-07-28  Vadim Zeitlinadded wxImage::RotateHue() and RGB <-> HSV conversions...
2005-07-28  Vadim Zeitlindon't include shlwapi.h as it might be not available...
2005-07-28  Vadim ZeitlinCtrl+mouse wheel changes zoom factor in print preview...
2005-07-28  Vadim Zeitlinremoved USE_SHARED_LIBRARY mentions (and all variations...
2005-07-28  Vadim ZeitlinShowFullScreen() shows the window if it was still hidde...
2005-07-28  Vadim Zeitlinmoved wxURL::ConvertToValidURI() and other methods...
2005-07-28  Vadim Zeitlinfix for wxLongLong division test (patch 1233771)
2005-07-28  Vadim Zeitlincorrected event type for standalone scrollbars (patch...
2005-07-28  Vadim Zeitlindon't log error if connection has been already terminat...
2005-07-28  Vadim Zeitlinadded wxZipFSHandler::Cleanup() (modified patch 1213615)
2005-07-28  Stefan Csomorlowercase bools
2005-07-28  Stefan Csomorcode formattings
2005-07-28  Julian SmartRebake for 2.6.2
2005-07-27  Stefan Csomornew native toolbar implementation (turned off by defaul...
2005-07-26  Vadim Zeitlinmoved declaration of variable only used if wxUSE_GIF...
2005-07-26  Włodzimierz SkibaBetter 'missing WXUNUSED' workaround (perhaps unnecessa...
2005-07-26  Michael WetherellSupport comma separated list in G_FILENAME_ENCODING
2005-07-26  Włodzimierz SkibaCorrections for future OW 1.4. Warning fixes.
2005-07-25  Mart Raudsepp#if wxUSE_DATAOBJ guard src/gtk/dataobj.cpp
2005-07-25  Stefan Csomornew capture handling, can be turned off
2005-07-25  Stefan CsomorAdding David Surovell's fixes and extensions
2005-07-24  Vadim Zeitlincorrected misleading comment about DllGetVersion()
2005-07-24  Stefan CsomorUsing Carbon Calls for getting highlight color
2005-07-24  Stefan CsomorOSX two-level header fixes
2005-07-24  Stefan CsomorOSX two-level header fixes
2005-07-22  Michael WetherellAdd wxListCtrl::Get/SetItemFont, patch 1236820 Francesc...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-22  Włodzimierz SkibaUpdated info about missing parts in OW headers (now...
2005-07-22  Włodzimierz Skiba[1242443] wxUSE_UNICODE fix for wxLaunchDefaultBrowser.
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-07-21  Vadim Zeitlinreverted last change with setting the focus only if...
2005-07-21  Vadim Zeitlinposition of wxEVT_MOUSEWHEEL events is now in client...
2005-07-20  Vadim Zeitlincheck the validity of wxString pointer itself too
2005-07-20  Vadim Zeitlincheck that wxString is valid before dumping it
2005-07-20  Vadim Zeitlinfixed assert when dumping a string which is locked...
2005-07-19  Julian SmartMake sure text part of combobox is enabled/disabled too
next