]> git.saurik.com Git - wxWidgets.git/history - src
File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src /
2006-05-18  Paul Cornettavoid wxColour::Set(long) confusion
2006-05-18  Paul Cornettspinbutton code simplification
2006-05-18  Paul Cornettavoid GTK "assertion `min < max' failed"
2006-05-18  Robin DunnReverted mistaken check-in
2006-05-18  Robin DunnUse correct DLL import/export specifier for multi-lib...
2006-05-17  Julian SmartDocumentation states scrollbars (plural) are switched...
2006-05-17  Włodzimierz Skiba#include order with correct PCH support.
2006-05-17  Julian SmartFixes for compile breakage with no PCH
2006-05-17  Włodzimierz SkibaInclude wx/button.h according to precompiled headers...
2006-05-17  Václav Slavíkcommented OpenContainer usage
2006-05-17  Paul Cornettscrollbar handling simplification
2006-05-17  Robin DunnAllow art provider IDs for the extra bitmaps in a wxBit...
2006-05-17  Vadim Zeitlinmake sure that IsModified() returns false when it's...
2006-05-16  Vadim Zeitlinremoved GTK-specific SetModified() as we already have...
2006-05-16  Vadim Zeitlinreset the dirty flag before generating the event from...
2006-05-16  Vadim Zeitlinimplemented clipboard events support for wxGTK
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-16  Vadim Zeitlinallow adjusting the combo button size (patch 1489452)
2006-05-16  Stefan Csomorm_dialogStyle removed
2006-05-16  Vadim Zeitlinuse wxTE_PROCESS_ENTER for the text control part
2006-05-15  Mart RaudseppNo cast necessary for g_object_set first arg (it takes...
2006-05-15  Mart RaudseppRename *_filedialog_* to *_dirdialog_* to ensure there...
2006-05-15  Mart RaudseppDon't cast with G_OBJECT when passing a GObject to...
2006-05-14  Włodzimierz SkibawxTabCtrl off build fix.
2006-05-14  Włodzimierz SkibaFix for linking error after combo changes: dummy gettin...
2006-05-14  Włodzimierz SkibaSource cleaning.
2006-05-14  Kevin HockContinue reading after checking the pushback buffer...
2006-05-13  Vadim Zeitlincheck the item id validity in SetItem()
2006-05-12  Vadim ZeitlinwxUniv compilation fixes after wxComboControl patch
2006-05-12  Vadim Zeitlindon't delete the exiting tooltip if SetToolTip() is...
2006-05-12  Vadim Zeitlinfix OpenWatcom warning (patch from Jaakko Salli)
2006-05-12  Paul Cornettremove gtk1 stuff and unused macros
2006-05-12  Paul Cornettunused variables
2006-05-12  Vadim Zeitlinadded clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT...
2006-05-11  Mart Raudsepp[wxGTK2] Make the affirmative button the default in...
2006-05-11  Mart Raudsepp[wxGTK2.4] Make affirmative button the default in wxFil...
2006-05-10  Paul Cornettallow size event for windows without scrollbars
2006-05-10  Vadim Zeitlinfixed bugs in icons handling introduced in 1.227
2006-05-09  Paul Cornettsimplify mouse wheel signal handler
2006-05-09  Paul Cornettunused member variables
2006-05-09  Vadim Zeitlinfixes and missing files from the first wxComboControl...
2006-05-09  Włodzimierz SkibaInclude wx/dcscreen.h according to precompiled headers...
2006-05-08  Vadim ZeitlinwxComboControl and wxOwnerDrawnComboBox (patch 1479938)
2006-05-08  Włodzimierz SkibaInclude wx/dcprint.h according to precompiled headers...
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-05-08  Vadim Zeitlinremoved __throws_bad_alloc import, this apparently...
2006-05-07  Paul Cornettcall static functions directly
2006-05-07  Paul Cornettunused variables/declarations
2006-05-07  Vadim Zeitlinuse non numpad equivalents for the numpad keys in CHAR...
2006-05-07  Vadim Zeitlinremoved more unneeded code in kbd handling logic
2006-05-07  Vadim Zeitlinremoved code which had no effect in HandleChar()
2006-05-06  Vadim Zeitlinfix for popup menus (part of patch 1238355)
2006-05-06  Vadim Zeitlinuse SubclassWin() insteaf of just wxAssociateWinWithHan...
2006-05-06  Vadim Zeitlinsend wxWindowCreateEvent from SubclassWin(), not WM_CRE...
2006-05-06  Vadim Zeitlindon't generate duplicate event for numpad keys with...
2006-05-06  Vadim Zeitlinuse wxGtkString instead of manual g_free()s (also fixed...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-06  Vadim Zeitlinpango_font_description_get_family() can return NULL
2006-05-06  Vadim Zeitlincompilation fix for the last check in
2006-05-06  Vadim Zeitlinclamp the point size of the font to a reaosnable range...
2006-05-06  Vadim Zeitlincache best size in DoGetBestSize()
2006-05-06  Vadim Zeitlinmisc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
2006-05-06  Vadim Zeitlinsimplify the client data/non standard images handling...
2006-05-06  Vadim Zeitlinadded InitCommandEventWithItems() and call it from...
2006-05-06  Vadim Zeitlincorrected last change to cWC2MB() to also work for...
2006-05-06  Vadim Zeitlindon't allocate 0-sized buffer in cWC2MB() even if input...
2006-05-06  Vadim Zeitlinremoved wxIsLoggingEnabled() as it could create the...
2006-05-06  Vadim Zeitlintypo: PrintfInLogBug() was probably supposed to be...
2006-05-06  Vadim Zeitlindelete the old log target if one had been created someh...
2006-05-06  Vadim Zeitlinadded wxString::EndsWith() (patch 1483049)
2006-05-06  Vadim Zeitlinallow to specify the value for unknown ids in GetXRCID...
2006-05-06  Paul Cornettcall static functions directly
2006-05-06  Vadim Zeitlindon't give an error when editing of the items label...
2006-05-06  Vadim Zeitlinadded InitCommandEventWithItems() and call it from...
2006-05-06  Vadim Zeitlinblank lines were ignored in multiline cell labels ...
2006-05-06  Vadim Zeitlincode cleanup in DrawTextRectangle()
2006-05-06  Vadim Zeitlinsigned/unsigned warning fix
2006-05-06  Vadim Zeitlinre-reversed SB_TOP/BOTTOM undoing rev 1.21 change ...
2006-05-06  Stefan Csomormust be AnyState , not NoState to get all elements...
2006-05-06  Paul Cornettdon't include scrollbar area in client size
2006-05-06  Vadim Zeitlinremoved TTN_NEEDTEXT handlers, we don't use tooltips...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-05-05  Włodzimierz SkibaCSS colour compatibility after #1473731.
2006-05-05  Włodzimierz Skiba!wxUSE_TOOLTIPS build fix.
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaMisplaced #ifdef ... #endif fix.
2006-05-04  Vadim Zeitlinimplemented SetItemToolTip()
2006-05-04  Vadim Zeitlinadded static Apply(GtkWidget, tip) method
2006-05-04  Vadim Zeitlinrenamed ss_tooltips to gs_tooltips to follow the standa...
2006-05-04  Vadim Zeitlinrenamed m_boxes to m_buttons because, well, it contains...
2006-05-04  Vadim Zeitlinrenamed local variable named m_radio as the m_ prefix...
2006-05-04  Vadim Zeitlinadded support for radiobox items tooltips in XRC
2006-05-04  Włodzimierz SkibaInclude wx/panel.h according to precompiled headers...
2006-05-04  Vadim Zeitlinmade GetRowCount() return size_t to avoid signed/unsign...
2006-05-04  Vadim Zeitlinonly take into account visible children in DoLayout()
2006-05-04  Vadim Zeitlinadded Get/SetItemToolTip() (and implemented them for...
2006-05-04  Vadim Zeitlinrelay mouse move events to the tooltips even when the...
2006-05-04  Vadim Zeitlinmade RelayEvent() static
2006-05-04  Vadim Zeitlinadded Remove(HWND); removed unused wParam parameter...
2006-05-04  Jouk Jansen Committing in .
next