use the directory of the most recently opened file in wxDocManager if we have any
[wxWidgets.git] / src / gtk /
2009-06-16  Vadim Zeitlinimplement support for button bitmaps (normal state...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2009-06-11  Robert RoeblingGTK: In virtual list mode, map first row to 1, not...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-06-03  Vadim Zeitlinwork around g++ 4.3 warning about possibly ambiguous...
2009-05-30  Vadim Zeitlinfix ANSI build compilation (closes #10846)
2009-05-20  Vadim Zeitlindo allow calling Hide() on the window before it is...
2009-05-16  Francesco Montorsifix typo from previous commit
2009-05-16  Francesco Montorsifix the wxCursor(const wxString& cursor_file, ...)...
2009-05-15  Václav Slavíksimplified code now that utf8_str() always returns...
2009-05-09  Vadim Zeitlindon't use GetParent() in GetParentForModalDialog()...
2009-05-09  Vadim Zeitlinremove wxMSW-specific FindSuitableParent() and use...
2009-05-01  Francesco Montorsidon't place NULL pointers in the GDK window array in...
2009-04-26  Vadim Zeitlinadd parent parameter to wxAboutBox() (closes #9952)
2009-04-25  Francesco Montorsiallow windows which are placed inside wxStaticBoxes...
2009-04-20  Francesco Montorsiuse WX_PIZZA(...) to deference pointers only when we...
2009-04-15  Vadim Zeitlincorrect GTK+ version check added by r59603
2009-04-14  Francesco Montorsidon't return whatever encoding was set in SetEncoding...
2009-04-12  Francesco Montorsiimplement wxNativeFontInfo::SetFamily for wxGTK with...
2009-04-12  Francesco Montorsino real change; just fix the argument name of the wxFon...
2009-03-30  Václav Slavíkalways return (owned or non-owned, depending on build...
2009-03-29  Václav Slavíkcompilation fix for r59932
2009-03-29  Václav Slavíkimplemented CreateIconBundle() in GTK+ native art provider
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
2009-03-24  Francesco Montorsiupdate wxGTK font implementation removing useless funct...
2009-03-23  Vadim Zeitlindon't assert in Refresh() if window is not created...
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-21  Jaakko SalliFix wxGTK wxBitmapComboBox::SetValue() not working...
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-17  Francesco Montorsithe GOption hack is valid for Glib 2.20 too (it looks...
2009-03-17  Francesco Montorsiguard with compile-time checks the new GDK_* event...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-03-14  Francesco Montorsiimplement the wxGTK selective yield with a different...
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-14  Francesco Montorsifix crash caused by an wxMDIClientWindow's GTK signal...
2009-03-13  Francesco Montorsiavoid GDK warnings about invalid windows when creating...
2009-03-12  Vadim Zeitlincompilation fix for ANSI build
2009-03-11  Robert RoeblingCommit third algorithm for sorting and preserving old...
2009-03-10  Robert RoeblingMake a single for loop out of two
2009-03-10  Robert RoeblingUse sorting algo using wxQsort that includes the old...
2009-03-09  Robert RoeblingImplement vetoing editing in wxDataViewTextRenderer...
2009-03-06  Robert RoeblingwxBusyInfo now uses wxGenericStaticText under GTK+...
2009-03-06  Francesco Montorsicomment out wxPrintf/wxLogDebug calls; fix some indenta...
2009-03-06  Robert RoeblingInitialise DC only when needed and deinitilise it prope...
2009-03-06  Vadim Zeitlindon't allow setting readonly combobox value to a string...
2009-03-03  Julian SmartDon't crash if no scrollbar
2009-03-02  Francesco Montorsirevert r59246; the window parameter was there by purpos...
2009-03-02  Vadim Zeitlinfix warning about possibly uninitialized variable in...
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-03-01  Francesco Montorsideprecated GetCheckBoxSize(wxWindow *) in favour of...
2009-02-28  Robert RoeblingUse gdk_window_invalidate instead of gtk_widget_queue_d...
2009-02-28  Vadim Zeitlincompilation fixes for ANSI mode build (closes #10518)
2009-02-19  Paul Cornettbetter fix for aCC and rawbmp.h
2009-02-19  Paul Cornettfix for HP aCC, it can't compile rawbmp.h
2009-02-18  Paul Cornettuse bool expression rather than implicit conversion
2009-02-18  Paul Cornettremove unused wxKeyEvent member m_scanCode
2009-02-17  Paul Cornettfix deferred show when SetSize() is called after SetCli...
2009-02-16  Francesco Montorsidon't consider EOF an unrecoverable error
2009-02-16  Paul Cornettnon-pch build fix
2009-02-16  Václav Slavíkfully reverted Francesco's removal of copying informati...
2009-02-15  Francesco Montorsirevert previous commit - but don't include unneeded...
2009-02-15  Francesco Montorsiuse YieldFor() in wxTopLevelWindowGTK::RequestUserAtten...
2009-02-15  Francesco Montorsiremove GTK_CHECK_VERSION checks for GTK versions < 2.4
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-02-13  Robert RoeblingGTK prefix for internal tooltip methods
2009-02-13  Robert RoeblingRemoved unneeded FixUpMouse() method, some more GTK...
2009-02-12  Robert RoeblingDon't use native file/dir picker buttons when using...
2009-02-12  Kevin OllivierRestore DrawRadioButton to the main wxRenderer API...
2009-02-10  Paul Cornettcorrected build fix, new code does work with GTK+ ...
2009-02-09  Vadim Zeitlincompilation fix for GTK+ < 2.10
2009-02-09  Vadim Zeitlincompilation fix for wxUSE_STL build after latest changes
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2009-02-08  Paul Cornettdo only what is necessary in SetScrollbars(), let the...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-05  Paul Cornettuse the right GdkWindow and origin for non-pizza widget...
2009-02-04  Vadim ZeitlinPCH-less compilation fix
2009-02-04  Robert RoeblingUse gtk_range_set_value() to set scrollbar and do that...
2009-02-04  Robert RoeblingUse wxRound() instead of (int)(my_double + 0.5);
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-04  Paul Cornettrevert last commit, it re-introduces the first problem
2009-02-04  Paul Cornettfix bug introduced in last commit, contents not scrolli...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-02-03  Robert RoeblingAlso report events from wxCollapsiblePane's label
2009-02-02  Robert RoeblingInvalidate only the specified rectangle
2009-02-02  Robert RoeblingThe recent change to ::Refresh() (strangely) fails...
2009-02-01  Robert RoeblingMake wxCheckListBox call event.SetString() on all platf...
2009-02-01  Robert RoeblingThe check column needs more space
2009-02-01  Paul Cornettsimplify Refresh() and Update()
2009-02-01  Paul Cornettfix drawing from Update() being overwritten, fixes...
2009-01-30  Robert RoeblingReorganize wxCollapsiblePane event and layout code...
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2009-01-30  Robert RoeblingGive wxCollapsiblePane's pane a name for easier debugging
2009-01-29  Robert RoeblingStore pointer to owning wxWindow in wxPizza widget
2009-01-28  Vadim Zeitlinrename wxRendererNative::DrawRadioButton() to DrawOptio...
next