]> git.saurik.com Git - wxWidgets.git/history - src
update from Hiroshi Saito (patch 981938)
[wxWidgets.git] / src /
2004-07-01  Václav Slavíkset descent in GetTextExtend; use PANGO_PIXELS instead...
2004-07-01  Václav Slavíksimplified justification code; fixed incorrect position...
2004-07-01  Václav Slavíkfixed a bug that prevented wxLogGui from being used...
2004-07-01  Vadim Zeitlinuse CmdDown() instead of #ifdefs for Mac
2004-06-30  Robin DunnThe gaps should *not* be included in the space given...
2004-06-30  Robin DunnNeed to ensure that the right background is explicitly...
2004-06-30  Robin Dunnfixed typo
2004-06-30  Robin DunnLayout fixes due to measuring with the wrong font....
2004-06-30  Václav SlavíkSetDefaultXXX -> SetOwnXXX
2004-06-30  Vadim Zeitlinmade GetTextExtent() work correctly with NULL theFont...
2004-06-30  Vadim Zeitlindon't use &this->GetFont(), this is _not_ valid C+...
2004-06-30  Václav Slavíkimplemented wxSS::GetMetric on wxGTK2 (patch 950618)
2004-06-30  Václav Slavíkdecoupled attributes inheritance and m_hasXXX flags
2004-06-30  Václav Slavíkfixed HTML entities parsing inside <titl
2004-06-29  Robin Dunnremoved some commented out code that should have been...
2004-06-29  Robin Dunnminsize and attribute tweaks
2004-06-29  Vadim Zeitlinremoved gtk.h include
2004-06-29  Vadim Zeitlinfixed bug in FindAbsoluteValidPath() which returned...
2004-06-29  Vadim Zeitlinrecognize roman8 charset as us-ascii (this is wrong...
2004-06-29  Robin DunnA little better failure message
2004-06-29  Robin DunnAllow for Cmd-click on wxMac
2004-06-28  Václav Slavíkimplemented wxFRAME_NO_TASKBAR for wxGTK2
2004-06-28  Václav Slavíkrespect absence of wxCENTRE
2004-06-28  Václav Slavíkimplemented nested index entries and index entries...
2004-06-28  Václav Slavíkcreate wxDialog with proper _NET_WM hint so that the...
2004-06-28  Mattia Barbon Compilation fixes.
2004-06-28  Kevin OllivierFixing crash due to referencing a NULL m_font.
2004-06-28  Kevin OllivierFixed wxMDIChildWindow to be a native window on Mac...
2004-06-28  Kevin OllivierFixed typo in show available drives.
2004-06-27  Václav Slavíkdon't mess with the fonts if not asked to
2004-06-27  Václav Slavíkremoved wrong bg colour handling code
2004-06-27  Václav Slavíkmore fixes to HTML entities parsing when loading .hhk...
2004-06-27  Václav Slavíkfixed typo
2004-06-27  Václav Slavíkwarning fix
2004-06-27  Václav Slavíkfixed setting colour of wxStaticText in case the label...
2004-06-27  Václav Slavíkimplemented underlined text drawing for GTK2
2004-06-27  Václav Slavíkfixes to charset conversion when loading non-Latin1...
2004-06-26  Václav Slavíkfixed sash dragging after programatically trying to...
2004-06-26  Václav Slavíkimplemented 3state checkboxes in wxGTK with GTK2
2004-06-26  Václav Slavíkdoubleclick selects cell for editing
2004-06-26  Václav Slavíkmore fixes to keypress handling in wxGTK:
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  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  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 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íkdeprecated wxBookCtrlSizer and wxNotebookSizer, they...
2004-06-24  Jouk Jansen Committing in .
2004-06-24  Stefan Csomorunicode fix
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-23  Václav Slavíkfixed UNC paths handling (patch #975038)
2004-06-23  Dimitri Schoolwerthfixed bug #976725: "RETURN closes dialog instead of...
2004-06-23  Vadim Zeitlinfixed bug in wxDateTime::Set(jdn) when DST was in effect
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  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  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 SkibaPrivate macro moved in waiting for DektopPolicy impleme...
2004-06-23  Václav Slavíkdon't cache default colours
2004-06-23  Włodzimierz SkibaPreserve previous state of sizers.
2004-06-23  Włodzimierz SkibaShortcuts for avoiding #ifdef __SMARTPHONE__ conditions.
2004-06-23  Julian SmartFont correction
2004-06-23  David ElliottRemove SendDestroyEvent() call from SetNSView() and...
2004-06-22  Vadim Zeitlindon't suppose that string literals can be casted to...
2004-06-22  Vadim Zeitlinfixed assertion failure if Ok or Cancel button is click...
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 Zeitlinfixed crash when string couldn't be converted to UTF8...
2004-06-22  Włodzimierz SkibawxParseWildcard renamed to wxParseCommonDialogsFilter...
2004-06-22  Włodzimierz SkibaConditional compilation fix.
2004-06-22  Włodzimierz SkibaChoices dialog adjustement to SmartPhone.
2004-06-22  David ElliottObserve NSControlTintDidChangeNotification in the appli...
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-21  Vadim Zeitlinremoved asserts to suppress gcc 3.4 warnings about...
2004-06-21  Włodzimierz SkibaReordered condition to make diff of other port smaller.
2004-06-21  Václav SlavíkwxClipboard changes compilation fixes
next