Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).
[wxWidgets.git] / src / gtk /
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-25  Robert Roebling Minor corrections to native renderer. I also corrected
2006-04-24  Robert Roebling Committed Jaako's renderer patch
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2006-04-23  Vadim Zeitlinemit only 1, not 2, events when changing text of a...
2006-04-22  Paul Cornettextract 3 copies of scrollbar width code into one function
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-04-20  Robin DunnAdd code to remove the selection (if any) in wxTextCtrl...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/object.h according to precompiled headers...
2006-04-18  Robert Roebling Added some column width contrl code.
2006-04-18  Robert Roebling Fix code when making scrollwindow bigger so that
2006-04-18  Robert Roebling Add wxRenderer::DrawCheckButton for use inside
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-17  Vadim Zeitlindon't eat activation events (replaces patch 1465849)
2006-04-16  Vadim Zeitlindon't return items which are not visible from DoHitTest...
2006-04-16  Vadim Zeitlincentralized the handling of border styles; added border...
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-04-16  Vadim Zeitlinset up scrollbars correctly when we don't need them...
2006-04-15  Stefan NeisReplaced "uint" (which may be or may not be defined...
2006-04-14  Vadim Zeitlinrespect the specified font encoding in DoGetTextExtent...
2006-04-13  Jamie GaddFix casts from void* to int on x86_64 gcc by using...
2006-04-12  Vadim Zeitlina better compilation fix after wxGTK_CONV changes
2006-04-11  Vadim Zeitlincompilation fix after wxGTK_CONV changes
2006-04-11  Vadim Zeitlinadded wxConvUI which determines the conversion used...
2006-04-10  Vadim Zeitlinuse wxConvLocal for wxFONTENCODING_SYSTEM/DEFAULT in...
2006-04-10  Vadim Zeitlinuse the encoding of the font which is used to draw...
2006-04-10  Vadim Zeitlinuse wxGTK_CONV instead of directly using wxConvLocal...
2006-04-06  Mart RaudseppwxGTK2: No need to check for __WXGTK20__ here either...
2006-04-06  Mart RaudseppwxGTK2: No need to check for __WXGTK20__ here
2006-04-06  Mart RaudseppwxGTK2: We don't need to check for __WXGTK20__ here
2006-04-04  Mart RaudseppwxGTK2: No need to warn about threads being unsupported...
2006-04-04  Mart Raudseppgdk_window_get_colormap -> gdk_drawable_get_colormap
2006-04-04  Mart Raudseppgdk_cursor_destroy -> gdk_cursor_unref
2006-04-04  Mart RaudseppGDK_ROOT_PARENT -> gdk_get_default_root_window
2006-04-04  Mart Raudseppgdk_window_get_size -> gdk_drawable_get_size
2006-04-04  David Surovelladded missing paren
2006-04-04  Mart Raudseppgdk_gc_destroy -> gdk_gc_unref -> g_object_unref
2006-04-04  Mart Raudseppgdk_image_destroy -> g_object_unref (gdk_image_destroy...
2006-04-04  Mart Raudseppgdk_pixbuf_unref -> g_object_unref
2006-04-04  Mart Raudseppgdk_gc_unref -> g_object_unref
2006-04-04  Mart RaudseppAnd gdk_drawable_unref is in turn deprecated in favor...
2006-04-04  Mart Raudseppgdk_bitmap/pixmap_unref -> gdk_drawable_unref
2006-04-04  Mart Raudseppgdk_draw_pixmap -> gdk_draw_drawable
2006-04-04  Mart Raudseppgdk_window_copy_area(drawable,gc,x,y,source_drawable...
2006-04-04  Mart Raudseppgdk_window_get_visual -> gdk_drawable_get_visual
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-25  Robin DunnThe null byte at the end of the string should not be...
2006-03-24  Włodzimierz SkibaBack to unsigned int count in wxTreeCtrl.
2006-03-24  Włodzimierz SkibaWarning fixes.
2006-03-24  Włodzimierz SkibaRemoved useless pragma after fixing code to use insigne...
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-23  Robert Roebling Implement basic MVC logic (change an item in one
2006-03-22  Jouk Jansen Committing in .
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-03-21  Vadim Zeitlincan't pass objects through ... (please don't ever ignor...
2006-03-21  Mart RaudseppUse wxGtkString here too
2006-03-20  Robert Roebling Added (yet unfunctional) skeleton files fir
2006-03-20  Vadim Zeitlinfixed Clear() for GTK+ 2.4+
2006-03-18  Mart RaudseppTest commit
2006-03-18  Mart RaudseppTesting CVSROOT/loginfo changes
2006-03-17  Robert Roebling Rearrange code to make adding wxMimeTypesManagerFactory
2006-03-17  Robert Roebling Added files for GnomeVFS backend (currently useful
2006-03-15  Włodzimierz SkibawxTinderbox warning fix.
2006-03-15  Włodzimierz SkibawxTinderbox warning fix.
2006-03-15  Mart RaudseppUse wxGtkString here to clean up code, and not leak...
2006-03-15  Mart Raudseppg_value_set_string duplicates the string itself, so...
2006-03-15  Mart RaudseppICCCM says that the TIMESTAMP atom is required, so...
2006-03-15  Mart RaudseppDon't leak a gchar* in wxDataFormat::GetId()
2006-03-14  Robin DunnCan't use IsValidInsert from GtkAddHelper as it could...
2006-03-14  Robin DunnFix compilation error
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-13  Włodzimierz SkibaTRUE/FALSE source cleaning.
2006-03-12  Vadim Zeitlinsupport mnemonics for wxStatic/RadioBox and made it...
2006-03-12  Vadim Zeitlinsupport underlined fonts (patch 1448089)
2006-03-12  Vadim ZeitlinGetNumberOfLines() now returns the number of physical...
2006-03-11  Julian SmartApplied patch [ 1447666 ] Fix obscure GTK wxListBox...
2006-03-10  Robin DunnCompilation fix
2006-03-09  Vadim Zeitlinmade SetFirstItem() work again (patch 1445170)
2006-03-09  Vadim Zeitlinfixed idle event generation logic (thanks to Paul Corne...
2006-03-09  Vadim Zeitlinremoved useless colMapAllocCounter (patch 1413456)
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-03-09  Vadim Zeitlinremoved unused ifdef wxUSE_THREADS block (patch 1435521)
2006-03-09  Vadim Zeitlinfixed mouse (and other?) events generation broken by...
2006-03-09  Vadim Zeitlincompilation fix after last commit; some extra comments
2006-03-09  Vadim Zeitlinadded wxListBox::HitTest() from Ryan (patch 1446207)
2006-03-09  Robin DunnPatch #1446110: use of uninitialized variables
2006-03-09  Robin DunnKeep the key up/down event consistency without relying...
2006-03-09  Robin DunnApplied (a slightly refactored) Patch #1445169: wxListB...
2006-03-07  Vadim Zeitlintest for dst!=NULL instead of bpp==1 in Rescale() as...
2006-03-07  Vadim Zeitlindon't leave evtType uninitialized in gtk_slider_callbac...
2006-03-07  Mart RaudseppApply patch #1443819 from Paul Cornett - move the GtkTr...
2006-03-06  Mart RaudseppRemove semicolon after if statmce that can potentially...
2006-03-02  Robert Roebling Change wxVariant GetValue() to GetValue( wxVariant...
2006-03-02  Robert Roebling Use GTK+ function to obtain GdkWindow for wxListBox.
2006-03-01  Robert Roebling Apply patch which makes it possible to resize a
next