2007-05-18 |
Vadim Zeitlin | removed unused statusbar parameter from wxFrameBase... |
tree | commitdiff |
2007-05-17 |
Paul Cornett | gtk version check should be runtime, not compile time |
tree | commitdiff |
2007-05-16 |
Robert Roebling | [ 1718338 ] wxToolBarGTK: Implement tool right-click... |
tree | commitdiff |
2007-05-16 |
Paul Cornett | need to invert offsets for gdk_pixbuf_scale; |
tree | commitdiff |
2007-05-16 |
Paul Cornett | speed up Rescale 5- to 15-fold by using pixbuf scaling |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
2007-05-11 |
Robert Roebling | Set call event.SetEventObject() from commit_cb for... |
tree | commitdiff |
2007-05-11 |
Mart Raudsepp | Fix indentation from tabs to spaces in a few lines... |
tree | commitdiff |
2007-05-11 |
Mart Raudsepp | [wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCt... |
tree | commitdiff |
2007-05-10 |
Vadim Zeitlin | declare variables in the beginning of the block in... |
tree | commitdiff |
2007-05-09 |
Robert Roebling | GTK+ cell renderers are not widget, so use a |
tree | commitdiff |
2007-05-08 |
Robert Roebling | Beginning to make wxDC code compile both before |
tree | commitdiff |
2007-05-06 |
Robert Roebling | More preview code for the DC reorganisation. |
tree | commitdiff |
2007-05-05 |
Paul Cornett | move definitions from src/gtk/data.cpp to other appropr... |
tree | commitdiff |
2007-05-05 |
Robert Roebling | Fix wxFD_FILE_MUST_EXIST |
tree | commitdiff |
2007-05-03 |
Vadim Zeitlin | make it possible to override desktop detection using... |
tree | commitdiff |
2007-05-03 |
Vadim Zeitlin | show the error returned by SmcOpenConnection(); don... |
tree | commitdiff |
2007-05-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
tree | commitdiff |
2007-05-02 |
Paul Cornett | remove miniframe stuff from GtkOnSize(), it's handled... |
tree | commitdiff |
2007-05-01 |
Robert Roebling | Made device to logical and vv conversion methods |
tree | commitdiff |
2007-04-27 |
Václav Slavík | PCH-less compilation fixes |
tree | commitdiff |
2007-04-26 |
Robert Roebling | Only set focus to widget automatically if left down |
tree | commitdiff |
2007-04-26 |
Robert Roebling | Added Test for wxComboBox::SetValue() to widgets... |
tree | commitdiff |
2007-04-26 |
Paul Cornett | replace 5 copies of size constraining code with one... |
tree | commitdiff |
2007-04-26 |
Paul Cornett | really fix window being repositioned after hiding,... |
tree | commitdiff |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to... |
tree | commitdiff |
2007-04-24 |
Robert Roebling | Use child's listmodelnotifier's destructor (by overlo... |
tree | commitdiff |
2007-04-24 |
Robert Roebling | Correct MVC update region in GTK+ native version |
tree | commitdiff |
2007-04-24 |
Robert Roebling | Change SetValue( wxVariant &value ) to |
tree | commitdiff |
2007-04-24 |
Paul Cornett | Fix window being repositioned after hiding, then reshowing. |
tree | commitdiff |
2007-04-23 |
Václav Slavík | added code for checking if the current locale is UTF... |
tree | commitdiff |
2007-04-23 |
Vadim Zeitlin | tiny change to make g++ 3.3 compile the latest version |
tree | commitdiff |
2007-04-23 |
Vadim Zeitlin | use GetParentForModalDialog() in ShowModal() to ensure... |
tree | commitdiff |
2007-04-23 |
Paul Cornett | revert move events change, it blocks programmatic move... |
tree | commitdiff |
2007-04-23 |
Vadim Zeitlin | remove wxWindow::m_needParent and use GTKNeedsParent... |
tree | commitdiff |
2007-04-23 |
Paul Cornett | don't send move events for size changes |
tree | commitdiff |
2007-04-23 |
Paul Cornett | fix return type for "map_event" and "unmap_event" handlers |
tree | commitdiff |
2007-04-22 |
Vadim Zeitlin | detect if there was an error in standard GTK+ options... |
tree | commitdiff |
2007-04-22 |
Vadim Zeitlin | update wxApp::argc/argv to remove the options parsed... |
tree | commitdiff |
2007-04-22 |
Vadim Zeitlin | added wxAppTraits::GetStandardCmdLineOptions() allowing... |
tree | commitdiff |
2007-04-22 |
Vadim Zeitlin | added wxDialog::GetParentForModalDialog() and use it... |
tree | commitdiff |
2007-04-21 |
Vadim Zeitlin | added safe check for Pango version and use it to avoid... |
tree | commitdiff |
2007-04-21 |
Paul Cornett | remove redundant GTK_WIDGET casts |
tree | commitdiff |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
tree | commitdiff |
2007-04-19 |
Paul Cornett | Reorganize idle system code. |
tree | commitdiff |
2007-04-19 |
Robert Roebling | Fix inplace editing of custom controls for |
tree | commitdiff |
2007-04-17 |
Robert Roebling | Implemented the same simple API for creating customized |
tree | commitdiff |
2007-04-16 |
Vadim Zeitlin | reverted last change as using pango_version_check(... |
tree | commitdiff |
2007-04-16 |
Vadim Zeitlin | call gtk_file_chooser_set_current_folder even if the... |
tree | commitdiff |
2007-04-16 |
Vadim Zeitlin | removed superfluos semicolon |
tree | commitdiff |
2007-04-15 |
Vadim Zeitlin | Refactor all code common to X11 OpenGL implementations... |
tree | commitdiff |
2007-04-14 |
Robert Roebling | Text alignment is for GTK 2.10 and above only. |
tree | commitdiff |
2007-04-13 |
Robert Roebling | Correctly handle ENTER for cell activation. |
tree | commitdiff |
2007-04-12 |
Vadim Zeitlin | removed the code to manually send wxNavigationEvents... |
tree | commitdiff |
2007-04-12 |
Vadim Zeitlin | avoid code duplication by using helper functions |
tree | commitdiff |
2007-04-12 |
Vadim Zeitlin | modify the listbox item in place instead of deleting... |
tree | commitdiff |
2007-04-10 |
Vadim Zeitlin | Big wxGL classes refactoring/cleanup: |
tree | commitdiff |
2007-04-09 |
Vadim Zeitlin | truncate the static box label to fit the control size... |
tree | commitdiff |
2007-04-09 |
Vadim Zeitlin | don't use Pango hack for drawing underlined text when... |
tree | commitdiff |
2007-04-09 |
Vadim Zeitlin | don't return the next line text from GetLineText()... |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa... |
tree | commitdiff |
2007-04-08 |
Paul Cornett | Children need to be updated in size_allocate even if... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | don't try to access empty wxIconBundle in gtk_frame_rea... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | 1. changed wxIconBundle to use m_refData and COW to... |
tree | commitdiff |
2007-04-07 |
Robert Roebling | Restore border around non-scrolling widgets. The |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | don't access the window after it had been deleted by... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | make wxControlContainer accept focus depending on wheth... |
tree | commitdiff |
2007-04-03 |
Vadim Zeitlin | removed unnecessary checks for m_clipboard/targetsWidge... |
tree | commitdiff |
2007-04-03 |
Paul Cornett | more checks for non-scrolling windows, some code duplic... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | avoid asserts when the cipboard is acquired by another... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
tree | commitdiff |
2007-03-31 |
Robert Roebling | Don't create GtkScrolledWindow if neither wxHSCROLL |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | set string field of wxCommandEvent object generated... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | don't return wxFONTENCODING_DEFAULT from wxFont::GetEnc... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | added gtk.tlw.can-set-transparency system option (repla... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | don't remove the old tags of different kinds when setti... |
tree | commitdiff |
2007-03-31 |
Paul Cornett | don't clamp scroll position before updating GtkRange, |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | 1. Moved m_usePrimary to wxClipboardBase as it's now... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | decouple primary selection handling from clipboard... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | simplified the code by using new wxClipboardSync class... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | no real changes, just fixed confusing (to both people... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | removed virtual GetSelectedBitmap() from the base wxDC... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | check that filename pointer is non-NULL before using... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't use C++ comments in C file |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't call gtk_label_set_line_wrap() from DoGetBestSize... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | fix PangoFontMetrics leak in GetCharHeight() (bug 1691180) |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | make Ctrl-PageUp/Down work for changing notebook pages... |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | added wxWindow::NavigateIn(); provide wxGTK implementat... |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | use native TAB traversal for GTK+ 2 |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | make wxNO_BORDER work with wxRadioBox (patch 1525406) |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | respect the current default style in SetValue() (modifi... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | destroy m_impl even if an exception is thrown from... |
tree | commitdiff |
2007-03-21 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2007-03-20 |
Václav Slavík | compilation fixes for !wxUSE_INTL case |
tree | commitdiff |
2007-03-20 |
Vadim Zeitlin | prevent GTK+ from changing locale when wxUSE_INTL=... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | fixed handling of accelerators using PageUp/Down keys... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | fixed all the other ports broken by controls labels... |
tree | commitdiff |
next |