2009-03-30 |
Václav Slavík | always return (owned or non-owned, depending on build... |
tree | commitdiff |
2009-03-29 |
Václav Slavík | compilation fix for r59932 |
tree | commitdiff |
2009-03-29 |
Václav Slavík | implemented CreateIconBundle() in GTK+ native art provider |
tree | commitdiff |
2009-03-24 |
Francesco Montorsi | make sure that wxSystemSettings::GetFont/GetColour... |
tree | commitdiff |
2009-03-24 |
Francesco Montorsi | update wxGTK font implementation removing useless funct... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | don't assert in Refresh() if window is not created... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-21 |
Jaakko Salli | Fix wxGTK wxBitmapComboBox::SetValue() not working... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
tree | commitdiff |
2009-03-17 |
Francesco Montorsi | the GOption hack is valid for Glib 2.20 too (it looks... |
tree | commitdiff |
2009-03-17 |
Francesco Montorsi | guard with compile-time checks the new GDK_* event... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | implement the wxGTK selective yield with a different... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | fix crash caused by an wxMDIClientWindow's GTK signal... |
tree | commitdiff |
2009-03-13 |
Francesco Montorsi | avoid GDK warnings about invalid windows when creating... |
tree | commitdiff |
2009-03-12 |
Vadim Zeitlin | compilation fix for ANSI build |
tree | commitdiff |
2009-03-11 |
Robert Roebling | Commit third algorithm for sorting and preserving old... |
tree | commitdiff |
2009-03-10 |
Robert Roebling | Make a single for loop out of two |
tree | commitdiff |
2009-03-10 |
Robert Roebling | Use sorting algo using wxQsort that includes the old... |
tree | commitdiff |
2009-03-09 |
Robert Roebling | Implement vetoing editing in wxDataViewTextRenderer... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | wxBusyInfo now uses wxGenericStaticText under GTK+... |
tree | commitdiff |
2009-03-06 |
Francesco Montorsi | comment out wxPrintf/wxLogDebug calls; fix some indenta... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | Initialise DC only when needed and deinitilise it prope... |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | don't allow setting readonly combobox value to a string... |
tree | commitdiff |
2009-03-03 |
Julian Smart | Don't crash if no scrollbar |
tree | commitdiff |
2009-03-02 |
Francesco Montorsi | revert r59246; the window parameter was there by purpos... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | fix warning about possibly uninitialized variable in... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::DoGetValue() to allow returning... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | deprecated GetCheckBoxSize(wxWindow *) in favour of... |
tree | commitdiff |
2009-02-28 |
Robert Roebling | Use gdk_window_invalidate instead of gtk_widget_queue_d... |
tree | commitdiff |
2009-02-28 |
Vadim Zeitlin | compilation fixes for ANSI mode build (closes #10518) |
tree | commitdiff |
2009-02-19 |
Paul Cornett | better fix for aCC and rawbmp.h |
tree | commitdiff |
2009-02-19 |
Paul Cornett | fix for HP aCC, it can't compile rawbmp.h |
tree | commitdiff |
2009-02-18 |
Paul Cornett | use bool expression rather than implicit conversion |
tree | commitdiff |
2009-02-18 |
Paul Cornett | remove unused wxKeyEvent member m_scanCode |
tree | commitdiff |
2009-02-17 |
Paul Cornett | fix deferred show when SetSize() is called after SetCli... |
tree | commitdiff |
2009-02-16 |
Francesco Montorsi | don't consider EOF an unrecoverable error |
tree | commitdiff |
2009-02-16 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2009-02-16 |
Václav Slavík | fully reverted Francesco's removal of copying informati... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | revert previous commit - but don't include unneeded... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | use YieldFor() in wxTopLevelWindowGTK::RequestUserAtten... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | remove GTK_CHECK_VERSION checks for GTK versions < 2.4 |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-13 |
Robert Roebling | More GTK prefixing for internal methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | GTK prefix for internal tooltip methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | Removed unneeded FixUpMouse() method, some more GTK... |
tree | commitdiff |
2009-02-12 |
Robert Roebling | Don't use native file/dir picker buttons when using... |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Restore DrawRadioButton to the main wxRenderer API... |
tree | commitdiff |
2009-02-10 |
Paul Cornett | corrected build fix, new code does work with GTK+ ... |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | compilation fix for GTK+ < 2.10 |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | compilation fix for wxUSE_STL build after latest changes |
tree | commitdiff |
2009-02-08 |
Paul Cornett | new wxTaskBarIcon implementation for GTK2 |
tree | commitdiff |
2009-02-08 |
Paul Cornett | do only what is necessary in SetScrollbars(), let the... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-02-05 |
Paul Cornett | use the right GdkWindow and origin for non-pizza widget... |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2009-02-04 |
Robert Roebling | Use gtk_range_set_value() to set scrollbar and do that... |
tree | commitdiff |
2009-02-04 |
Robert Roebling | Use wxRound() instead of (int)(my_double + 0.5); |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-02-04 |
Paul Cornett | revert last commit, it re-introduces the first problem |
tree | commitdiff |
2009-02-04 |
Paul Cornett | fix bug introduced in last commit, contents not scrolli... |
tree | commitdiff |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
tree | commitdiff |
2009-02-03 |
Robert Roebling | Also report events from wxCollapsiblePane's label |
tree | commitdiff |
2009-02-02 |
Robert Roebling | Invalidate only the specified rectangle |
tree | commitdiff |
2009-02-02 |
Robert Roebling | The recent change to ::Refresh() (strangely) fails... |
tree | commitdiff |
2009-02-01 |
Robert Roebling | Make wxCheckListBox call event.SetString() on all platf... |
tree | commitdiff |
2009-02-01 |
Robert Roebling | The check column needs more space |
tree | commitdiff |
2009-02-01 |
Paul Cornett | simplify Refresh() and Update() |
tree | commitdiff |
2009-02-01 |
Paul Cornett | fix drawing from Update() being overwritten, fixes... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Reorganize wxCollapsiblePane event and layout code... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Add wxSIZE_FORCE_EVENT and use is from wxSizerItem... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Give wxCollapsiblePane's pane a name for easier debugging |
tree | commitdiff |
2009-01-29 |
Robert Roebling | Store pointer to owning wxWindow in wxPizza widget |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | rename wxRendererNative::DrawRadioButton() to DrawOptio... |
tree | commitdiff |
2009-01-26 |
Robert Roebling | Removed queuedResize code again as GTK+ does this inter... |
tree | commitdiff |
2009-01-26 |
Francesco Montorsi | suppress warning about unused win pointer when wxUSE_GR... |
tree | commitdiff |
2009-01-24 |
Francesco Montorsi | wxgtk_window_size_request_callback is not needed by... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Don't pretend to be a GtkTreeView where it isn't required |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Postpone size event from wxTLW resizing to idle |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Not calling _size_allocate() breaks a.o. the native... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Prevent surplus calls of _size_allocate() if no change |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Don't always show the vertical scrollbar |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Remove scrollbar spacing from client size |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Tried hard to get the selection/focus rectangle drawn... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Trying again to improve border type guessing |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Further header button details |
tree | commitdiff |
2009-01-22 |
Robert Roebling | typo |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Further attempts at getting the header buttons right |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Use wxCONTROL_SPECIAL to denote first header button |
tree | commitdiff |
2009-01-22 |
Robert Roebling | The last button also looks different in the header... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | First and other header buttons look different |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Respect that GTK+ wants to have space between scrollbar... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Try to be smarter about querying the border witdh |
tree | commitdiff |
2009-01-21 |
Paul Cornett | don't use m_backing_window, it can't be drawn on |
tree | commitdiff |
next |