2008-05-20 |
Paul Cornett | put frame extents XGetWindowProperty code in one place |
tree | commitdiff |
2008-05-19 |
Robert Roebling | Made the various logical 2 device transforms consistent... |
tree | commitdiff |
2008-05-18 |
Vadim Zeitlin | use GtkComboBox instead of deprecated GtkOptionMenu... |
tree | commitdiff |
2008-05-18 |
Vadim Zeitlin | add missing header to fix compilation after changes... |
tree | commitdiff |
2008-05-18 |
Robert Roebling | Compilo |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | allow loading wxAnimationCtrl contents from stream... |
tree | commitdiff |
2008-05-16 |
Robert Roebling | Option for variable line heights (MSW and GTK+ sofar) |
tree | commitdiff |
2008-05-15 |
Paul Cornett | fix some warnings from GCC -Wextra |
tree | commitdiff |
2008-05-11 |
Paul Cornett | don't change brush settings in SetBackgroundMode()... |
tree | commitdiff |
2008-05-10 |
Paul Cornett | don't send paint events for exposures of the border... |
tree | commitdiff |
2008-04-30 |
Robert Roebling | Use cairo_scale() for scaling to full printing resoluti... |
tree | commitdiff |
2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Added wxDC::CreateGraphicsContext and implemented it... |
tree | commitdiff |
2008-04-23 |
Paul Cornett | restore caching of WM frame extents |
tree | commitdiff |
2008-04-21 |
Robert Roebling | [ 1907169 ] GTK - trunk - dialog default button, part... |
tree | commitdiff |
2008-04-20 |
Paul Cornett | fix child window redraw glitches during scrolling ... |
tree | commitdiff |
2008-04-19 |
Paul Cornett | don't reset m_deferShow if Show() is called more than... |
tree | commitdiff |
2008-04-18 |
Robert Roebling | Improve default size calc of wxComboBox |
tree | commitdiff |
2008-04-17 |
Robert Roebling | [ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified |
tree | commitdiff |
2008-04-16 |
Václav Slavík | removed no longer needed wxOKlibc() helper |
tree | commitdiff |
2008-04-12 |
Robert Roebling | Fix crash when deleting node |
tree | commitdiff |
2008-04-12 |
Robert Roebling | Corrected/added support for column headers with icon... |
tree | commitdiff |
2008-04-11 |
Robert Roebling | Add test for context menu, fixed mem leak, fixed focus... |
tree | commitdiff |
2008-04-08 |
Robert Roebling | By default, align renderers as column header under... |
tree | commitdiff |
2008-04-07 |
Robert Roebling | Split wxDataViewVirtualModel fork wxDataViewIndexModel... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | delay setting the window shape until it is realized... |
tree | commitdiff |
2008-04-06 |
Robin Dunn | use the same constant the other ports use instead of... |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Always interpret a column width of -1 as 80 until somth... |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Support renderer::LeftClick() in generic code, removed... |
tree | commitdiff |
2008-04-02 |
Julian Smart | Only update the toolbar buttons if the toolbar is visible |
tree | commitdiff |
2008-03-31 |
Vadim Zeitlin | don't leave empty listboxes with tiny best size |
tree | commitdiff |
2008-03-29 |
Václav Slavík | set initial GTK_CAN_FOCUS value to match AcceptsFocus... |
tree | commitdiff |
2008-03-29 |
Václav Slavík | removed no longer used win_gtk.c file |
tree | commitdiff |
2008-03-28 |
Francesco Montorsi | add more pure virtuals to wxBrushBase; fix the GetColou... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | added native GTK implementation of wxCalendarCtrl ... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | fix gcc warning about assigning -1 to a guint |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | don't use gtk_notebook_insert_page() return value as... |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | Several fixes for removing/readding controls to the... |
tree | commitdiff |
2008-03-25 |
Vadim Zeitlin | several g++ 4 warning fixes |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | reorganized wxBitmap/wxBitmapHandler classes to use... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | refactored common code from XXX_EndProcessDetect in... |
tree | commitdiff |
2008-03-22 |
Václav Slavík | fixes to Freeze/Thawn when the window is shown or hidde... |
tree | commitdiff |
2008-03-22 |
Václav Slavík | fixed spurious debug message about unexpected focus... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | replace wxAddProcessCallback() with wxAppTraits::AddPro... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | make the Pen/Brush code backward compatible as discusse... |
tree | commitdiff |
2008-03-18 |
Václav Slavík | made wxAcceleratorTable work with buttons in wxGTK too |
tree | commitdiff |
2008-03-18 |
Vadim Zeitlin | added wxSpinCtrlDouble (slightly modified patch 1835864) |
tree | commitdiff |
2008-03-18 |
Vadim Zeitlin | provide stubs for Get/SetStippled() to fix the build |
tree | commitdiff |
2008-03-18 |
Paul Cornett | remove duplicate wxTaskBarIconAreaBase::DoPopupMenu... |
tree | commitdiff |
2008-03-18 |
Paul Cornett | move wxWindowGTK::DoPopupMenu back to window.cpp |
tree | commitdiff |
2008-03-18 |
Paul Cornett | simplify wxEVT_MENU_OPEN/CLOSE generation |
tree | commitdiff |
2008-03-17 |
Paul Cornett | fix a huge number of build errors |
tree | commitdiff |
2008-03-17 |
Paul Cornett | reorganize deferred show logic a bit, to reset m_deferS... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | introduce wxBrushStyle enum and replace 'int style... |
tree | commitdiff |
2008-03-15 |
Paul Cornett | use a different method to prevent an early size_allocate, |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | don't assign the returned value in wxMDIParentFrame... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | don't call GetLastPosition() unnecessarily in SelectAll... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | refactored code reused in several different places... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | no real changes, just use more readable helper wxTextEn... |
tree | commitdiff |
2008-03-14 |
Paul Cornett | minimize searching for tlw parent, remove useless code |
tree | commitdiff |
2008-03-14 |
Paul Cornett | fix for infinite sizing loop (partial patch 1907189) |
tree | commitdiff |
2008-03-14 |
Paul Cornett | fix for size 1x1 wxChoice when SetSelection() is called... |
tree | commitdiff |
2008-03-14 |
Václav Slavík | simplified and cleaned up wxGTK's focus handling |
tree | commitdiff |
2008-03-13 |
Paul Cornett | fix for idle processing stopping without processing... |
tree | commitdiff |
2008-03-12 |
Paul Cornett | don't defer showing if _NET_FRAME_EXTENTS handler is... |
tree | commitdiff |
2008-03-11 |
Vadim Zeitlin | delete wxNativeContainerWindow when the native window... |
tree | commitdiff |
2008-03-10 |
Vadim Zeitlin | fix handling of native toolkit command line options... |
tree | commitdiff |
2008-03-10 |
Vadim Zeitlin | compilation fix after last commit |
tree | commitdiff |
2008-03-10 |
Vadim Zeitlin | added wxNativeContainerWindow and implemented it for... |
tree | commitdiff |
2008-03-06 |
Václav Slavík | fixed minsize setting after wxCollapsiblePane is expand... |
tree | commitdiff |
2008-03-05 |
Václav Slavík | made wxFindFocusedChild static, the comment wasn't... |
tree | commitdiff |
2008-03-04 |
Václav Slavík | implemented Freeze/Thaw in wxGTK |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add support for custom controls in file dialog in wxGTK... |
tree | commitdiff |
2008-03-01 |
Robert Roebling | Implemented wxURLDataObject for wxGTK using text/x... |
tree | commitdiff |
2008-02-28 |
Paul Cornett | revert updating GTK size hints when window decorations... |
tree | commitdiff |
2008-02-28 |
Paul Cornett | forward Show() to base, not wxWindow |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | add SetNativeTheme() (slightly modified patch 1884553) |
tree | commitdiff |
2008-02-26 |
Robert Roebling | restore wxComboBox's behaviour of reacting to <ENTER> |
tree | commitdiff |
2008-02-26 |
Paul Cornett | initialize m_miniTitle, fix button press detection... |
tree | commitdiff |
2008-02-26 |
Paul Cornett | update GTK size hints when window decorations change |
tree | commitdiff |
2008-02-22 |
Václav Slavík | fixed wxBitmapButton to use focus and hover bitmaps... |
tree | commitdiff |
2008-02-22 |
Václav Slavík | moved win_gtk.h header to wx/gtk/private, it's for... |
tree | commitdiff |
2008-02-17 |
Vadim Zeitlin | fix wxNotebook::GetPage{Text,Image}() when they were... |
tree | commitdiff |
2008-02-14 |
Vadim Zeitlin | I got too tired of seeing these unused parameters warni... |
tree | commitdiff |
2008-02-14 |
Julian Smart | Cut down on unnecessary update events |
tree | commitdiff |
2008-02-14 |
Paul Cornett | remove gratuitous junk which had nothing to do with... |
tree | commitdiff |
2008-02-13 |
Paul Cornett | make sure client area is refreshed after last child... |
tree | commitdiff |
2008-02-13 |
Václav Slavík | removed unused g_focusWindowLast |
tree | commitdiff |
2008-02-11 |
Paul Cornett | fix for glib critical errors when closing an mdi child |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | implement wxListBox::EnsureVisible() in wxGTK; add... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | get wxSYS_COLOUR_MENU from a menu bar and not from... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | use generic file picker in wxFLP_SAVE case as the nativ... |
tree | commitdiff |
2008-02-09 |
Václav Slavík | fixed wxGTK assert when closing wxMessageDialog |
tree | commitdiff |
2008-02-05 |
Václav Slavík | call Show(false) from ~wxDialog to call EndModal if... |
tree | commitdiff |
2008-02-03 |
Paul Cornett | add missing ! accidentally dropped in last commit |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | initialize m_sharedContext and m_sharedContextOf to... |
tree | commitdiff |
2008-02-03 |
Paul Cornett | Remove remnants of GTK1 accelerator code. |
tree | commitdiff |
2008-02-03 |
Paul Cornett | remove unused wxMenuBar::m_style |
tree | commitdiff |
2008-02-02 |
Paul Cornett | avoid GCC warnings about breaking strict aliasing rules |
tree | commitdiff |
next |