]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-08-04  Vadim ZeitlinNEED_GTK_ICON_SIZE_LOOKUP was incorrectly tested using...
2005-08-04  Vadim Zeitlindue to a typo in #if condition, validation was disabled...
2005-08-04  Vadim Zeitlindefine wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings...
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  Vadim Zeitlindefine WXWIN_COMPATIBILITY_EVENT_TYPES as 0 if it's...
2005-08-03  Vadim Zeitlintest for __MWERKS__ with #ifdef, not #if (fixes a ...
2005-08-03  Vadim Zeitlinget rid of wxUSE_COMPATIBLE_COORD_TYPES, it is not...
2005-08-03  Michael WetherellFix deletes that should be delete[]
2005-08-03  Michael WetherellRebake after MSLU and other changes
2005-08-03  Mart RaudseppDocument wxTextCtrl::XYToPosition, PositionToXY and...
2005-08-03  Michael WetherellSet PLATFORM_UNIX for the rpmspec format
2005-08-03  Mart Raudsepp[wxGTK2] multiline wxTextCtrl: Implement XYToPosition...
2005-08-03  Michael WetherellRevert previous commit
2005-08-03  Michael WetherellReplace disjunction in <if> with two ifs since it seems...
2005-08-03  Stefan Csomordon't force immediate screen updates
2005-08-03  Michael WetherellAdd import/export attributes
2005-08-02  Michael WetherellAdd import/export attributes
2005-08-02  Michael WetherellAdd import/export attributes
2005-08-02  Michael WetherellExpand tabs
2005-08-02  Michael WetherellAdd import/export macros
2005-08-02  Julian SmartSmall corrections to licence
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-08-01  Vadim Zeitlindon't crash when showing vert toolbar when horz one...
2005-07-31  Vadim Zeitlindon't call SetSize when creating the 2nd toolbar, this...
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  Vadim Zeitlinregenerated after adding sound.rc
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  Michael WetherellDisable wxDataObject for MGL
2005-07-30  Michael WetherellTemporary fix for missing ;;
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 Make wxBase compiled for wxMotif compatible with...
2005-07-30  Mattia Barbon Add configure check for Lesstif, to be used by following
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  Vadim Zeitlinmoved MSW-specific stuff to wx/msw/chkconf.h, this...
2005-07-30  Vadim Zeitlindefine wxUSE_UNICODE_MSLU as 0 unconditionally, CE...
2005-07-30  Julian Smartassert -> wxASSERT
2005-07-30  Julian SmartDefine wxUSE_UNICODE_MSLU or chkconf.h complains
2005-07-30  Václav Slavíkfurther wxABI_VERSION fixes
2005-07-30  Vadim ZeitlinwxUSE_UNICODE_MSLU is MSW-specific so shouldn't be...
2005-07-30  Vadim Zeitlinforcefully disable wxUSE_STACKWALKER
2005-07-30  Vadim Zeitlinupdated the script to deal with licensing information...
2005-07-30  Vadim Zeitlinoops, wxUSE_UNICODE_MSLU and not wxUSE_MSLU
2005-07-30  Vadim Zeitlindefine wxUSE_MSLU=1 in compiler flags if MSLU=1 was...
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  Vadim Zeitlinadded wxDynamicLibrary::GetSymbolAorW()
2005-07-29  Vadim Zeitlincompilation fix for IBM xlC (closes 1230392)
2005-07-29  Włodzimierz... OW/Borland/MinGW warnings. Missing headers.
2005-07-29  Włodzimierz... Fixed doubled header.
2005-07-29  Włodzimierz... Fix (workaround?) for rpmspec.
2005-07-29  Włodzimierz... Fix (workaround?) for rpmspec.
2005-07-29  Vadim ZeitlinxlC needs -qunique under AIX only, at least it doesn...
2005-07-29  Robert Roebling Correct wxGTK.spec again after bakefiling.
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  Vadim Zeitlinasync playback and object lifetime remarks
2005-07-29  Vadim Zeitlinadded test for playing sound from memory
2005-07-29  Vadim Zeitlinadded Stop test
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  Vadim Zeitlinfixed id values to be more standard
2005-07-29  Vadim Zeitlinadded http://www.wxwidgets.org/bincompat.html link
2005-07-29  Vadim Zeitlinadded test for playing Windows resources
2005-07-29  Vadim Zeitlinadded GlobalPtr: GlobalAlloc/Free() wrapper
2005-07-29  Chris Elliottfix for VC (also ok with Borland and DMC)
2005-07-29  Vadim Zeitlinrenamed GlobalPtr to GlobalPtrLock
2005-07-29  Mart RaudseppUse *wxTopLevelWindowGTK*RequestUserAttention*; because...
2005-07-29  Mart RaudseppwxABI_VERSION guard for wxTopLevelWindowGTK::RequestUse...
2005-07-29  Mart RaudseppAdd *wxTopLevelWindowGTK*RequestUserAttention*int*;
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 Zeitlinmissing dll decl stuff and members initialization in...
next