Border corrections, and more compact dialog sizes
[wxWidgets.git] / src / gtk /
2007-11-14  Paul Cornettput the useable border styles in one place
2007-11-14  Paul Cornettput the useable border styles in one place
2007-11-13  Paul Cornettfix border glitches after rev 49907
2007-11-13  Vadim Zeitlinuse GDK_SIZING instead of GDK_FLEUR which looks more...
2007-11-13  Julian SmartGetting borders working
2007-11-13  Robert RoeblingMore DC changes
2007-11-13  Paul Cornettblock signal handler rather than disconnecting
2007-11-13  Paul Cornettnon-pch build fix
2007-11-13  Vadim Zeitlinreset the dialog fields if they're not specified in...
2007-11-13  Vadim Zeitlindelete m_idleMutex later to avoid crashes if any window...
2007-11-12  Vadim Zeitlincompilation fix for g++ 4 after last commit (why was...
2007-11-12  Vadim Zeitlinflatten the single item submenus under Maemo
2007-11-12  Vadim Zeitlinuse more natively looking HildonNote instead of GtkMess...
2007-11-12  Vadim Zeitlinrefactor wxGTK mnemonics conversion functions in a...
2007-11-12  Paul Cornettdestroy created widgets
2007-11-12  Paul Cornettremove unused function
2007-11-12  Paul Cornettcleanup copy-and-paste
2007-11-12  Vadim Zeitlinsome Hildon integration work: use HildonProgram (for...
2007-11-11  Vadim Zeitlincompilation fixes for wxUSE_ACCEL=0
2007-11-11  Vadim Zeitlinunused parameter warning fixes for --disable-all-featur...
2007-11-11  Vadim Zeitlinadd wxUSE_FILECTRL guards
2007-11-09  Robert RoeblingMore attempts to better support theme borders
2007-11-09  Vadim Zeitlindon't show more than one about dialog (slightly modifie...
2007-11-09  Robert Roeblinglittle fix
2007-11-09  Robert RoeblingTrying to get these drawing right (little success)
2007-11-09  Julian SmartRemoved redundant iostream inclusion
2007-11-09  Robert RoeblingWe don't use the old GtkCombo widget any more
2007-11-09  Robert RoeblingWe don't use the old GtkCombo widget any more
2007-11-09  Paul Cornettmodified fix for empty client area, first one broke...
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-11-08  Paul Cornettfix for blank client area after restoring a "rolled...
2007-11-08  Julian SmartMenubar accelerators are now preserved
2007-11-07  Robert RoeblingUpport hint window improvement using custom GTK+ code
2007-11-07  Robert RoeblingUpport wxMiniFrame corrections
2007-11-06  Julian SmartRemoved no longer needed desktop size hack
2007-11-06  Vadim Zeitlinimplement wxGetCientDisplayRect() correctly for X11...
2007-11-06  Paul CornettNew "pizza" widget implementation (should have been...
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-06  Julian SmartMoved desktop margin options to a more sensible place
2007-11-06  Mart RaudseppFix compilation of gnome-vfs module after dynlib.h...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-11-05  Robert Roebling[ 1823588 ] gtk filedlg - droping support for gtk 2.2
2007-11-04  Paul Cornettbuild fix: return type for AutoComplete is bool
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoComplete() and implemented it...
2007-11-04  Paul Cornettbuild fixes for universal
2007-11-04  Paul Cornettremove unused file
2007-11-04  Vadim Zeitlinuse gtk_entry_set_activates_default() instead of redoin...
2007-11-04  Vadim Zeitlinonly generate wxEVT_COMMAND_TEXT_ENTER if the combobox...
2007-11-03  Vadim Zeitlinset the event object of the menu events to the frame...
2007-11-03  Vadim Zeitlinhandle failure of gtk_drag_begin() (which can happen...
2007-10-29  Vadim Zeitlinfix more unused parameters warnings
2007-10-28  Chris Elliott2.4 GTK fix as at thread.gmane.org/gmane.comp.lib.wxwid...
2007-10-28  Vadim Zeitlinuse the same #if wxUSE_XXX checks in platform-specific...
2007-10-27  Julian SmartImplementation of wxSysColourChangedEvent on wxGTK
2007-10-27  Julian SmartwxSYS_COLOUR_WINDOW is no longer hard-wired in wxGTK
2007-10-26  Julian SmartWorkaround for gtk-qt display bug
2007-10-25  Paul Cornettbuild fixes
2007-10-25  Paul Cornettfix for scrolling wxSpinCtrl, broken by fix for scrolli...
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-10-24  Paul Cornettnon-pch build fix
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-23  Vadim Zeitlindon't compare initial slider position with uninitialize...
2007-10-23  Paul Cornettremove extraneous semicolons
2007-10-22  Robert RoeblingUse a private GtkCellRendererText for rendering text...
2007-10-22  Robert RoeblingCorrectly set item in wxDataViewRenderer::Activate()
2007-10-20  Vadim Zeitlindefine wxUTF8Buf as the type returned by wxString:...
2007-10-20  Paul Cornettdon't force size_allocate in gtk_pizza_put, it shouldn...
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-20  Paul Cornettdon't need to paint tlw background, GTK does it
2007-10-20  Robert Roebling[ 1816882 ] wxListBox::SetSelection() doesn't update...
2007-10-20  Robert Roebling[ 1816944 ] GTK - wxMenuBar bug
2007-10-20  Robert RoeblingSupport hover over effect for DrawHeaderButton for...
2007-10-20  Paul Cornettuse a GtkAlignment to set size of toolbar controls...
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Paul Cornettsimplify toolbar and statusbar create/set code
2007-10-17  Robert RoeblingMake wxRenderer::DrawItemSelectionRect() draw a focus...
2007-10-17  Paul CornettFix declaration-after-statement compile error, remove...
2007-10-16  Robert RoeblingAdd wxDataViewTreeStore with sample
2007-10-12  Robert RoeblingImplemented HasContainerColumns() for GTK+
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-09  Jouk JansenGive NULL explicit type to make interface recognizeable
2007-10-09  Jouk JansenUpdate OpenVMS Build
2007-10-07  Václav Slavíkcompilation fixes for x86_64; use wxLogDebug instead...
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-09-27  Robert Roebling[ 1803350 ] Wrong top-level window positioning on scrol...
2007-09-26  Robert RoeblingCompilo for non-PCH
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-24  Robert RoeblingReduce width and height of drawing ops by one in all...
2007-09-24  Robert RoeblingUse line width code from GTK+ print in GNOME print
2007-09-24  Robert RoeblingRemove several hack from PS code, use high resolution...
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-09-21  Vadim Zeitlininclude vms_jackets.h directly from wx/platform.h inste...
2007-09-21  Vadim Zeitlinfix icc warnings about shadowed variables and mismatchi...
2007-09-21  Julian SmartOptimized update events by only sending them to visible...
next