]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-02-03  Robert Roebling Fix for listbox problem, when created on invisible
2005-02-03  Robert Roebling Fixed missing key down events (probably introduced
2005-02-03  Chris Elliottadd commands to make non-existent directories when...
2005-02-03  Robert Roebling Committed Raise()Lower() fix.
2005-02-03  Robert Roebling Blind fix for Compilo.
2005-02-03  Ryan NortonCreateMovieControl change for wxMediaCtrl on OSX 10...
2005-02-03  Ryan Nortoncomment out unused stuff for warning fixing
2005-02-03  Julian SmartCorrection to previous fix
2005-02-03  Ryan Nortonfix pointer conversion warnings on OSX 10.2
2005-02-03  Julian SmartFix for GCC compilation
2005-02-03  Robin DunnAvoid name clash with wx.App.OnExit
2005-02-03  Robin DunnAdd ability to copy the event log to the clipboard
2005-02-02  Robin DunnreSWIGged
2005-02-02  Robin Dunnmisc
2005-02-02  Robin DunnAll the demo samples return a panel now, no need to...
2005-02-02  Robin DunnSome new def's, parameters, methods, etc. resulting...
2005-02-02  Vadim Zeitlinmove check for compilers not supporting SEH to wx/chkconf.h
2005-02-02  George TaskerBuffer Overflow error corrected - SF patch #1110550
2005-02-02  George TaskerUnicode build fixes for GTK not knowing what SQL_WCHAR...
2005-02-02  George TaskerBuffer overrun fix
2005-02-02  George TaskerUnicode build fixes for GTK not knowing what SQL_WCHAR...
2005-02-02  Włodzimierz... Last .empty() string source cleaning before 2.5.4.
2005-02-02  Vadim Zeitlininvalidate cache when RefreshLine[s]() is called
2005-02-02  Włodzimierz... Flags for wxStaticText alignment. Destroying of the...
2005-02-02  Vadim Zeitlinadded test for items updating and some comments
2005-02-02  Vadim Zeitlininvalidate cache when RefreshLine[s]() is called
2005-02-01  Vadim Zeitlinstubs for wxUSE_DBGHELP == 0
2005-02-01  Włodzimierz... MinGW warning fixes. Source cleaning. Stock items.
2005-02-01  Włodzimierz... MinGW warning fixes. Source cleaning.
2005-02-01  Włodzimierz... MinGW warning fixes.
2005-02-01  Włodzimierz... As small as possible reorganization within wxDateTime...
2005-02-01  Włodzimierz... .empty() string cleaning.
2005-02-01  Włodzimierz... wxR?_USE_CHECKBOX style for wxPalmOS.
2005-02-01  Włodzimierz... Readable style name.
2005-02-01  Vadim Zeitlinset wxUSE_CRASHREPORT and wxUSE_STACKWALKER to 0 as...
2005-02-01  Vadim Zeitlin(harmless) warning fix
2005-02-01  Włodzimierz... Further cleaning of the wxPalmOS radiobox code. Sending...
2005-02-01  Jouk Jansen Committing in .
2005-02-01  Vadim Zeitlincompilation fix for last commit
2005-01-31  Vadim Zeitlinfix for losing time information (if present) when conve...
2005-01-31  Vadim Zeitlin- use CreateWindowEx(), please explain why CreateWindow...
2005-01-31  Vadim Zeitlindefine WXMAKINGDLL_GL if WXMAKINGDLL (patch 1106875)
2005-01-31  Vadim Zeitlinreset m_currentView in wxDocManager::Clear() (patch...
2005-01-31  Vadim Zeitlinfixes for animated GIFs playing (patch 1097003)
2005-01-31  Vadim Zeitlinenclose zip arguments in quotes, fixes behaviour for...
2005-01-31  Vadim Zeitlinapparently unneeded temporary iterator variable removed...
2005-01-31  Vadim Zeitlinreplaced a weird (and wrong when wxUSE_STL == 1) test...
2005-01-31  Roman RolinskyLocate command, etc.
2005-01-31  Roman RolinskyBatch of changes:
2005-01-31  Włodzimierz... Enhanced stock labels usage. Source cleaning.
2005-01-31  Robert Roebling Changed note that enter/leave events ARE supported
2005-01-31  Włodzimierz... Enhanced stock labels usage. Source cleaning.
2005-01-31  Robert Roebling Correct link prob.
2005-01-31  Włodzimierz... Enhanced wxGetStockLabel() with parameters which replac...
2005-01-31  Robert Roebling Set state of internal thread object upon ::Exit
2005-01-31  Vadim Zeitlinfixed the checked flag value for events from check...
2005-01-31  Włodzimierz... Native wxStaticText. Cleaning of wxRadioBox code before...
2005-01-31  Vadim Zeitlinfixed bug in Set() on DST days (patch 1097811)
2005-01-31  Vadim Zeitlinadded test for the DST bug (patch 1097811)
2005-01-31  Vadim Zeitlinadded a few more UTF-[78] tests
2005-01-31  Vadim ZeitlinMultiByteToWideChar(CP_UTF7, MB_ERR_INVALID_CHARS,...
2005-01-31  Vadim Zeitlinadded small UTF 8 conversion test case
2005-01-30  Kevin HockClean up indentation / tabs from previous patch
2005-01-30  Kevin HockClean up indentation / tabs from previous patch
2005-01-30  Robert Roebling Applied selection patch from G.R.
2005-01-30  Kevin OllivierFixed problem with incorrect panel background on OS X.
2005-01-30  Kevin OllivierAdded support for wxID_CONTEXT_HELP to wxStdDialogButto...
2005-01-30  Kevin OllivierFixed a long-standing issue where wxSlider controls...
2005-01-30  Vadim Zeitlinuse custom class which doesn't redraw everything on...
2005-01-30  Vadim Zeitlinadded ClassRegistrar (wraps Register/UnregisterClass...
2005-01-30  Vadim Zeitlinadded eraseBg argument to RefreshRect() too
2005-01-30  Vadim Zeitlindon't use WS_POPUP for frames using wxFRAME_TOOL_WINDOW...
2005-01-30  Vadim Zeitlinmoved Begin/EndDeferWindowPos() calls to WM_SIZE handle...
2005-01-30  Vadim Zeitlinfixed typo in last commit
2005-01-30  Robert Roebling Use wxEXEC_NODISABLE while querying CUPS about printers.
2005-01-30  Robert Roebling Documented SetItemDropEffect
2005-01-30  Robert Roebling I changed something, but I forgot what.
2005-01-30  Robert Roebling Applied popup patch for deleting the handlers
2005-01-30  Robert Roebling Applied IM patch.
2005-01-30  Robert Roebling Commited SetHilightDropEffect patch.
2005-01-29  Kevin HockMake list consistent with tree in terms of Vetoed chang...
2005-01-29  Vadim Zeitlindo reset m_count to 0 after deleting all the items...
2005-01-29  Vadim Zeitlin(blind) compilation fixes for OS X 10.2
2005-01-29  Vadim Zeitlindon't run the thread if its creation failed
2005-01-29  Stefan Csomormove FixMath include into non darwin part
2005-01-29  Robert Roebling One more place where we need to use connect_after
2005-01-29  Robert Roebling Removed trailing semicolons.
2005-01-29  Robert Roebling Tried to restore wxPopupTransientWindow functionality
2005-01-29  Robin DunnwxMac has wxSound::Stop now
2005-01-29  Robin DunnreSWIGged
2005-01-29  Robin DunnDon't use the parent's defered sizing handle if the...
2005-01-29  Robin DunnSome little demo tweaks
2005-01-29  Robin Dunnlog IsEditCancelled too
2005-01-29  Robin DunnwxSL_* labels moved to a different module
2005-01-29  Robin DunnAllow wxCustomDataObject ctor to be able to take the...
2005-01-29  Robin DunnAdded some alternate constructors for the data classes
2005-01-29  Robin DunnChange the name
2005-01-29  Robin DunnSome TODO notes
2005-01-29  Robin DunnDocstring fixes
2005-01-29  Robin DunnCall CalculatePaperSizeFromId when SetPrintData or...
next