]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-06-26  Václav Slavíkmore fixes to keypress handling in wxGTK:
2004-06-26  Václav Slavíkchange of msgids patch description was inaccurate;...
2004-06-26  Vadim Zeitlinadded and documented wxKeyEvent::GetUnicodeKey(); made...
2004-06-26  Vadim Zeitlinadded and documented wxKeyEvent::GetUnicodeKey(); made...
2004-06-26  Stefan Csomorallow a - at the beginning of a menu item (would become...
2004-06-26  Stefan Csomorrely on built-in best size...
2004-06-26  Stefan Csomorcorrectly positioning vertical slider labels
2004-06-25  Dimitri Schoolwerthfixed include dependency
2004-06-25  Stefan Csomorcolors are only set if non-black, otherwise Enable...
2004-06-25  Julian SmartAdded braces to remove initialisation error
2004-06-25  Stefan Csomorfont retrieval synched for setsize and bestsize
2004-06-25  Stefan Csomorbest size handling fix
2004-06-25  Stefan Csomorcursor handling fix
2004-06-25  Stefan Csomortwo-level switch statement for event types
2004-06-25  Stefan Csomorfix missing mouse-up events (eg when track control...
2004-06-24  Robin DunnSetSizeHints hacks are not needed any longer since...
2004-06-24  Robin DunnreSWIGged
2004-06-24  Robin DunnreSWIGged
2004-06-24  Václav Slavíkinform the IM context about focus changes
2004-06-24  Václav SlavíkGtkIMContext must be the first to process keypress...
2004-06-24  Robin Dunntesting tweaks
2004-06-24  Robin DunnOptimized sizers to not call CalcMin more often than...
2004-06-24  Robin DunnOptimized sizers to not call CalcMin more often than...
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-24  Václav Slavíkfixed keypresses handling to correctly translate Unicod...
2004-06-24  Václav Slavíkfixed memory leak and removed duplicated code
2004-06-24  Václav Slavíkuse GtkIMContext variable, not GtkIMMulticontext, we...
2004-06-24  David ElliottWe don't need to pose for NSMenuItem, target/action...
2004-06-24  David Elliott* Do not use class posing to handle target/action.
2004-06-24  Václav Slavíkfixed warnings after GetFont prototype change
2004-06-24  Václav SlavíkRemoved references to now-deprecated wxNotebookSizer...
2004-06-24  Václav Slavíkdeprecated wxBookCtrlSizer and wxNotebookSizer, they...
2004-06-24  Włodzimierz... Fixed stream test.
2004-06-24  Václav Slavíkset size hints so that the window won't shrink too...
2004-06-24  Jouk Jansen Committing in .
2004-06-24  Włodzimierz... Regenerated makefiles.
2004-06-24  Włodzimierz... Removed unused code.
2004-06-24  Stefan Csomorunicode fix
2004-06-24  Włodzimierz... Fixes for Smartphone builds. Sample does not work yet...
2004-06-24  Włodzimierz... Fixed WinCE build.
2004-06-24  Václav Slavíkreverted previous commit: the _real_ bug was already...
2004-06-24  Robin Dunnwork around a bug in TabCtrl_AdjustRect which will...
2004-06-24  Robin Dunnremoved a SetFont(parent->GetFont())
2004-06-24  Robin Dunntweaks for testing
2004-06-24  Robin DunnwxDefaultCoord
2004-06-23  Václav Slavíkfixed UNC paths handling (patch #975038)
2004-06-23  Václav Slavíktest UNC filenames conversion on MSW
2004-06-23  Václav Slavíkcompilation fix for gcc-3.4
2004-06-23  Dimitri Schoolwerthfixed bug #976725: "RETURN closes dialog instead of...
2004-06-23  Vadim Zeitlinadded Set(jdn) test
2004-06-23  Vadim Zeitlinfixed bug in wxDateTime::Set(jdn) when DST was in effect
2004-06-23  Vadim Zeitlinextracted some wxDateTime tests from console sample...
2004-06-23  Václav Slavíkngettext() macro was removed
2004-06-23  Václav Slavíkallow msgids in !=English languages (based on Stefan...
2004-06-23  Vadim Zeitlinfixed sending 2 events (normal and bogus cancel one...
2004-06-23  Vadim Zeitlinuse ES_AUTOHSCROLL for multiline controls as well ...
2004-06-23  Vadim Zeitlindon't use wxHSCROLL for the rich edit window, not that...
2004-06-23  Robin DunnCreate the wxPython dir (for the reverse renamers)...
2004-06-23  Václav Slavíkdefault colours are not stored in m_fore/backgroundColo...
2004-06-23  Václav Slavíkrefresh the window in OnSysColourChanged
2004-06-23  Václav Slavíkno need to update default colours and refresh if syscol...
2004-06-23  Włodzimierz... Make some long #ifs shorter but multiline so diffs...
2004-06-23  Chris Elliottfix bug with button doing nothing
2004-06-23  David ElliottwxCocoa: don't force DEFAULT_wxUSE_SCROLLBAR=no
2004-06-23  Václav Slavíkgtk_widget_get_display is documented to be GTK >= 2...
2004-06-23  Václav SlavíkGetFont doesn't return reference anymore
2004-06-23  David ElliottwxCocoa: Added wxScrollBar
2004-06-23  Włodzimierz... Make some long #ifs shorter but multiline so diffs...
2004-06-23  Dimitri Schoolwerthfixed unresolved symbol main (occurred with wxMac)
2004-06-23  David ElliottRegenerated with Bakefile 0.1.4 (some WinCE files were...
2004-06-23  Włodzimierz... Private macro moved in waiting for DektopPolicy impleme...
2004-06-23  Václav Slavíkdon't cache default colours
2004-06-23  Václav Slavíkremoved non-const wxWindow::GetFont and GetCursor
2004-06-23  Václav Slavíkremoved non-const wxWindow::GetFont and GetCursor
2004-06-23  Włodzimierz... Preserve previous state of sizers.
2004-06-23  Włodzimierz... Shortcuts for avoiding #ifdef __SMARTPHONE__ conditions.
2004-06-23  Włodzimierz... According to C99 standard (6.10.1 p3) defined() in...
2004-06-23  Václav Slavíkinclude bitmap.h not needed anymore
2004-06-23  Julian SmartFont correction
2004-06-23  David ElliottRemove SendDestroyEvent() call from SetNSView() and...
2004-06-22  Vadim Zeitlinfix for a warning in DLL build (patch 966823)
2004-06-22  Vadim Zeitlindon't suppose that string literals can be casted to...
2004-06-22  Vadim Zeitlindon't pretend that type unsafe event table entry works...
2004-06-22  Vadim Zeitlinfixed assertion failure if Ok or Cancel button is click...
2004-06-22  Vadim Zeitlindon't overwrite initial controls value, explaining...
2004-06-22  Vadim Zeitlinuse C++ linkage functions (and not extern C) with std...
2004-06-22  Vadim Zeitlindon't treat filenames starting with dot as having empty...
2004-06-22  Vadim Zeitlinremove unnecessary (and provoking a warning under IRIX...
2004-06-22  Vadim Zeitlinfixed crash when string couldn't be converted to UTF8...
2004-06-22  David ElliottwxCocoa no longer uses the generic notebook.
2004-06-22  Robin Dunnimproved assert
2004-06-22  Václav Slavíkcorrected Cygwin instructions
2004-06-22  Włodzimierz... wxParseWildcard renamed to wxParseCommonDialogsFilter...
2004-06-22  David ElliottAdded Bakefile conditions used by recently updated...
2004-06-22  Vadim Zeitlinmoved wxEntry(HINSTANCE, ...) declaration to wx/msw...
2004-06-22  Vadim Zeitlinfixed wxEntry() signature
2004-06-22  Włodzimierz... Maximized dialogs for SmartPhone.
2004-06-22  Włodzimierz... Conditional compilation fix.
2004-06-22  Włodzimierz... Choices dialog adjustement to SmartPhone.
2004-06-22  Włodzimierz... Less text for smaller screen.
next