replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName...
[wxWidgets.git] / src / gtk /
2007-06-14  Paul Cornetttypo fix
2007-06-14  Paul Cornettremove gtk1 code
2007-06-14  Václav Slavíkfixed wxComboBox::Replace() to correctly use UTF-8...
2007-06-12  Václav Slavíkmore STL fixes
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-06-04  Vadim Zeitlinprovide overloads for all kinds of strings for wxDataFo...
2007-06-01  Vadim Zeitlincompilation fix: wxColour::GetColor() returns const...
2007-06-01  Vadim Zeitlinsuppress warnings about void* to uint conversion losing...
2007-06-01  Vadim Zeitlinalso correct run-time check for gtk_message_dialog_form...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-05-30  Robert Roebling Experimenting with cell attributes.
2007-05-30  Robert Roebling Implement for selection code.
2007-05-30  Václav Slavíkchanged wxGTK_CONV* macros to use utf8_str() and FromUT...
2007-05-30  Václav Slavíkchanged wxWindow::ApplyToolTip to take UTF8-encoded...
2007-05-30  Václav SlavíkwxGTK_CONV -> wxGTK_CONV_SYS
2007-05-30  Václav Slavíkput GtkArray into anonymous namespace, the name is...
2007-05-30  Václav Slavík1. removed useless GtkStr class, wxGTK_CONV is the...
2007-05-30  Václav Slavíkuse wxString instead of wxChar* in wxColour::Set/FromString
2007-05-29  Robert Roebling Invalidate best size after string change in wxChoice.
2007-05-28  Robert Roebling Removed wxDataViewViewColumn since it is redundant.
2007-05-26  Robert Roebling Upport latest changes from 2_8 branch (print dialog
2007-05-26  Robert Roebling Correct GTK version check
2007-05-26  Paul Cornettrestructure fullscreen code dealing with hiding bars
2007-05-26  Robert Roebling Compilo.
2007-05-25  Robert Roebling Really don't do anything (including not setting the
2007-05-25  Paul CornettRemove unneeded wxTLW child inserter function.
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-22  Robert Roebling [ 1721029 ] [GTK] memory leak in wxMenu
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-20  Václav Slavíkcompilation fix: wxcrt.h, not crt.h
2007-05-20  Paul Cornettsimplify client size calculation
2007-05-20  Paul Cornettinitialize m_sizeSet
2007-05-19  Robert Roebling Implemented dropdown items in wxToolBar for wxGTK.
2007-05-19  Paul Cornettmove m_sizeSet out of wxWindow
2007-05-19  Paul Cornettsimplify DoSetClientSize
2007-05-18  Vadim Zeitlinremoved unused statusbar parameter from wxFrameBase...
2007-05-17  Paul Cornettgtk version check should be runtime, not compile time
2007-05-16  Robert Roebling [ 1718338 ] wxToolBarGTK: Implement tool right-click...
2007-05-16  Paul Cornettneed to invert offsets for gdk_pixbuf_scale;
2007-05-16  Paul Cornettspeed up Rescale 5- to 15-fold by using pixbuf scaling
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-11  Robert Roebling Set call event.SetEventObject() from commit_cb for...
2007-05-11  Mart RaudseppFix indentation from tabs to spaces in a few lines...
2007-05-11  Mart Raudsepp[wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCt...
2007-05-10  Vadim Zeitlindeclare variables in the beginning of the block in...
2007-05-09  Robert Roebling GTK+ cell renderers are not widget, so use a
2007-05-08  Robert Roebling Beginning to make wxDC code compile both before
2007-05-06  Robert Roebling More preview code for the DC reorganisation.
2007-05-05  Paul Cornettmove definitions from src/gtk/data.cpp to other appropr...
2007-05-05  Robert Roebling Fix wxFD_FILE_MUST_EXIST
2007-05-03  Vadim Zeitlinmake it possible to override desktop detection using...
2007-05-03  Vadim Zeitlinshow the error returned by SmcOpenConnection(); don...
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-02  Paul Cornettremove miniframe stuff from GtkOnSize(), it's handled...
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-26  Robert Roebling Only set focus to widget automatically if left down
2007-04-26  Robert Roebling Added Test for wxComboBox::SetValue() to widgets...
2007-04-26  Paul Cornettreplace 5 copies of size constraining code with one...
2007-04-26  Paul Cornettreally fix window being repositioned after hiding,...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-24  Robert Roebling Use child's listmodelnotifier's destructor (by overlo...
2007-04-24  Robert Roebling Correct MVC update region in GTK+ native version
2007-04-24  Robert Roebling Change SetValue( wxVariant &value ) to
2007-04-24  Paul CornettFix window being repositioned after hiding, then reshowing.
2007-04-23  Václav Slavíkadded code for checking if the current locale is UTF...
2007-04-23  Vadim Zeitlintiny change to make g++ 3.3 compile the latest version
2007-04-23  Vadim Zeitlinuse GetParentForModalDialog() in ShowModal() to ensure...
2007-04-23  Paul Cornettrevert move events change, it blocks programmatic move...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-23  Paul Cornettdon't send move events for size changes
2007-04-23  Paul Cornettfix return type for "map_event" and "unmap_event" handlers
2007-04-22  Vadim Zeitlindetect if there was an error in standard GTK+ options...
2007-04-22  Vadim Zeitlinupdate wxApp::argc/argv to remove the options parsed...
2007-04-22  Vadim Zeitlinadded wxAppTraits::GetStandardCmdLineOptions() allowing...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2007-04-21  Vadim Zeitlinadded safe check for Pango version and use it to avoid...
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-19  Paul CornettReorganize idle system code.
2007-04-19  Robert Roebling Fix inplace editing of custom controls for
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-16  Vadim Zeitlinreverted last change as using pango_version_check(...
2007-04-16  Vadim Zeitlincall gtk_file_chooser_set_current_folder even if the...
2007-04-16  Vadim Zeitlinremoved superfluos semicolon
2007-04-15  Vadim ZeitlinRefactor all code common to X11 OpenGL implementations...
2007-04-14  Robert Roebling Text alignment is for GTK 2.10 and above only.
2007-04-13  Robert Roebling Correctly handle ENTER for cell activation.
2007-04-12  Vadim Zeitlinremoved the code to manually send wxNavigationEvents...
2007-04-12  Vadim Zeitlinavoid code duplication by using helper functions
2007-04-12  Vadim Zeitlinmodify the listbox item in place instead of deleting...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-09  Vadim Zeitlintruncate the static box label to fit the control size...
2007-04-09  Vadim Zeitlindon't use Pango hack for drawing underlined text when...
2007-04-09  Vadim Zeitlindon't return the next line text from GetLineText()...
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-08  Paul CornettChildren need to be updated in size_allocate even if...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlindon't try to access empty wxIconBundle in gtk_frame_rea...
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
next