2006-04-06 |
Mart Raudsepp | wxGTK2: No need to check for __WXGTK20__ here either... |
tree | commitdiff |
2006-04-06 |
Mart Raudsepp | wxGTK2: No need to check for __WXGTK20__ here |
tree | commitdiff |
2006-04-06 |
Mart Raudsepp | wxGTK2: We don't need to check for __WXGTK20__ here |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | wxGTK2: No need to warn about threads being unsupported... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_window_get_colormap -> gdk_drawable_get_colormap |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_cursor_destroy -> gdk_cursor_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | GDK_ROOT_PARENT -> gdk_get_default_root_window |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_window_get_size -> gdk_drawable_get_size |
tree | commitdiff |
2006-04-04 |
David Surovell | added missing paren |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_gc_destroy -> gdk_gc_unref -> g_object_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_image_destroy -> g_object_unref (gdk_image_destroy... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_pixbuf_unref -> g_object_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_gc_unref -> g_object_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | And gdk_drawable_unref is in turn deprecated in favor... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_bitmap/pixmap_unref -> gdk_drawable_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_draw_pixmap -> gdk_draw_drawable |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_window_copy_area(drawable,gc,x,y,source_drawable... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_window_get_visual -> gdk_drawable_get_visual |
tree | commitdiff |
2006-03-28 |
Włodzimierz Skiba | Make wxPASSWORD and wxPROCESS_ENTER really deprecated. |
tree | commitdiff |
2006-03-27 |
Włodzimierz Skiba | Final and global PRIOR/NEXT change: keep consistency... |
tree | commitdiff |
2006-03-25 |
Robin Dunn | The null byte at the end of the string should not be... |
tree | commitdiff |
2006-03-24 |
Włodzimierz Skiba | Back to unsigned int count in wxTreeCtrl. |
tree | commitdiff |
2006-03-24 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2006-03-24 |
Włodzimierz Skiba | Removed useless pragma after fixing code to use insigne... |
tree | commitdiff |
2006-03-24 |
Robin Dunn | Make WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP... |
tree | commitdiff |
2006-03-23 |
Vadim Zeitlin | replaced all int/size_t indices in wxControlWithItems... |
tree | commitdiff |
2006-03-23 |
Robert Roebling | Implement basic MVC logic (change an item in one |
tree | commitdiff |
2006-03-22 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2006-03-21 |
Vadim Zeitlin | added semicolons after wxCHECK()s (part of patch 1450705) |
tree | commitdiff |
2006-03-21 |
Vadim Zeitlin | can't pass objects through ... (please don't ever ignor... |
tree | commitdiff |
2006-03-21 |
Mart Raudsepp | Use wxGtkString here too |
tree | commitdiff |
2006-03-20 |
Robert Roebling | Added (yet unfunctional) skeleton files fir |
tree | commitdiff |
2006-03-20 |
Vadim Zeitlin | fixed Clear() for GTK+ 2.4+ |
tree | commitdiff |
2006-03-18 |
Mart Raudsepp | Test commit |
tree | commitdiff |
2006-03-18 |
Mart Raudsepp | Testing CVSROOT/loginfo changes |
tree | commitdiff |
2006-03-17 |
Robert Roebling | Rearrange code to make adding wxMimeTypesManagerFactory |
tree | commitdiff |
2006-03-17 |
Robert Roebling | Added files for GnomeVFS backend (currently useful |
tree | commitdiff |
2006-03-15 |
Włodzimierz Skiba | wxTinderbox warning fix. |
tree | commitdiff |
2006-03-15 |
Włodzimierz Skiba | wxTinderbox warning fix. |
tree | commitdiff |
2006-03-15 |
Mart Raudsepp | Use wxGtkString here to clean up code, and not leak... |
tree | commitdiff |
2006-03-15 |
Mart Raudsepp | g_value_set_string duplicates the string itself, so... |
tree | commitdiff |
2006-03-15 |
Mart Raudsepp | ICCCM says that the TIMESTAMP atom is required, so... |
tree | commitdiff |
2006-03-15 |
Mart Raudsepp | Don't leak a gchar* in wxDataFormat::GetId() |
tree | commitdiff |
2006-03-14 |
Robin Dunn | Can't use IsValidInsert from GtkAddHelper as it could... |
tree | commitdiff |
2006-03-14 |
Robin Dunn | Fix compilation error |
tree | commitdiff |
2006-03-14 |
Włodzimierz Skiba | Line-up interfaces to use size_t for GetCount()s (and... |
tree | commitdiff |
2006-03-13 |
Włodzimierz Skiba | TRUE/FALSE source cleaning. |
tree | commitdiff |
2006-03-12 |
Vadim Zeitlin | support mnemonics for wxStatic/RadioBox and made it... |
tree | commitdiff |
2006-03-12 |
Vadim Zeitlin | support underlined fonts (patch 1448089) |
tree | commitdiff |
2006-03-12 |
Vadim Zeitlin | GetNumberOfLines() now returns the number of physical... |
tree | commitdiff |
2006-03-11 |
Julian Smart | Applied patch [ 1447666 ] Fix obscure GTK wxListBox... |
tree | commitdiff |
2006-03-10 |
Robin Dunn | Compilation fix |
tree | commitdiff |
2006-03-09 |
Vadim Zeitlin | made SetFirstItem() work again (patch 1445170) |
tree | commitdiff |
2006-03-09 |
Vadim Zeitlin | fixed idle event generation logic (thanks to Paul Corne... |
tree | commitdiff |
2006-03-09 |
Vadim Zeitlin | removed useless colMapAllocCounter (patch 1413456) |
tree | commitdiff |
2006-03-09 |
Vadim Zeitlin | moved wxapp_install_idle_handler and g_isIdle from... |
tree | commitdiff |
2006-03-09 |
Vadim Zeitlin | removed unused ifdef wxUSE_THREADS block (patch 1435521) |
tree | commitdiff |
2006-03-09 |
Vadim Zeitlin | fixed mouse (and other?) events generation broken by... |
tree | commitdiff |
2006-03-09 |
Vadim Zeitlin | compilation fix after last commit; some extra comments |
tree | commitdiff |
2006-03-09 |
Vadim Zeitlin | added wxListBox::HitTest() from Ryan (patch 1446207) |
tree | commitdiff |
2006-03-09 |
Robin Dunn | Patch #1446110: use of uninitialized variables |
tree | commitdiff |
2006-03-09 |
Robin Dunn | Keep the key up/down event consistency without relying... |
tree | commitdiff |
2006-03-09 |
Robin Dunn | Applied (a slightly refactored) Patch #1445169: wxListB... |
tree | commitdiff |
2006-03-07 |
Vadim Zeitlin | test for dst!=NULL instead of bpp==1 in Rescale() as... |
tree | commitdiff |
2006-03-07 |
Vadim Zeitlin | don't leave evtType uninitialized in gtk_slider_callbac... |
tree | commitdiff |
2006-03-07 |
Mart Raudsepp | Apply patch #1443819 from Paul Cornett - move the GtkTr... |
tree | commitdiff |
2006-03-06 |
Mart Raudsepp | Remove semicolon after if statmce that can potentially... |
tree | commitdiff |
2006-03-02 |
Robert Roebling | Change wxVariant GetValue() to GetValue( wxVariant... |
tree | commitdiff |
2006-03-02 |
Robert Roebling | Use GTK+ function to obtain GdkWindow for wxListBox. |
tree | commitdiff |
2006-03-01 |
Robert Roebling | Apply patch which makes it possible to resize a |
tree | commitdiff |
2006-03-01 |
Robert Roebling | Corrected scrolling when using cursor keys. |
tree | commitdiff |
2006-03-01 |
Robert Roebling | Applied Ryan's native wxListBox and wxCheckListBox... |
tree | commitdiff |
2006-03-01 |
Robert Roebling | Further sorting work using the sorting data model. |
tree | commitdiff |
2006-02-28 |
Robert Roebling | Moved code around preparing the sorted model. |
tree | commitdiff |
2006-02-27 |
Robert Roebling | Removed superfluous code. |
tree | commitdiff |
2006-02-27 |
Robert Roebling | MVC works now. |
tree | commitdiff |
2006-02-27 |
Robert Roebling | Added generic MVC hookup code. |
tree | commitdiff |
2006-02-27 |
Robert Roebling | Most things about wxDataViewDateCell work. |
tree | commitdiff |
2006-02-27 |
Robert Roebling | Make wxTransientPopupWindow ignore button down events |
tree | commitdiff |
2006-02-26 |
Robert Roebling | Some restructuring, beginning of wxDataViewDateCell. |
tree | commitdiff |
2006-02-26 |
Robert Roebling | Makes custom cell activatable. |
tree | commitdiff |
2006-02-25 |
Robert Roebling | Add scrollbars, fix crash, leak less memory. |
tree | commitdiff |
2006-02-25 |
Robert Roebling | Added wxDataViewProgressCell with native code |
tree | commitdiff |
2006-02-24 |
Robert Roebling | Added wxDataViewCustomCell. |
tree | commitdiff |
2006-02-24 |
Mart Raudsepp | Test commit |
tree | commitdiff |
2006-02-24 |
Mart Raudsepp | Test commit |
tree | commitdiff |
2006-02-24 |
Mart Raudsepp | Fix gtk callback return types and more in window.cpp |
tree | commitdiff |
2006-02-24 |
Robert Roebling | added wxDataViewToggleCell |
tree | commitdiff |
2006-02-24 |
Robert Roebling | Implemented user dashes for gnome print. |
tree | commitdiff |
2006-02-24 |
Robert Roebling | New implementation for printing circles and epllipses. |
tree | commitdiff |
2006-02-23 |
Robert Roebling | wxDataViewCtrl now with editable text and multiple |
tree | commitdiff |
2006-02-23 |
Mart Raudsepp | Test the commit announcement bot some more by fixing... |
tree | commitdiff |
2006-02-23 |
Mart Raudsepp | Use correct return type for some of the signal callbacks |
tree | commitdiff |
2006-02-23 |
Robert Roebling | Route data from wxDataViewModel in a wxVariant |
tree | commitdiff |
2006-02-23 |
Robert Roebling | added wxDataViewCell |
tree | commitdiff |
2006-02-22 |
Robert Roebling | Support requesting more idle events. |
tree | commitdiff |
2006-02-22 |
Robert Roebling | Emit wxSetCursorEvent before mouse move and |
tree | commitdiff |
2006-02-22 |
Robert Roebling | Correcteded wxComboBox::Clear |
tree | commitdiff |
2006-02-22 |
Mart Raudsepp | undef GTK_DISABLE_DEPRECATED for any gtk+ version,... |
tree | commitdiff |
2006-02-22 |
Robert Roebling | Added wxDataViewColumn |
tree | commitdiff |
next |